Technical Term Back

Meta robots

Crawling

Meta robots is a tag that tells bots what to do with a specific page: index it, not index it, follow its links or limit certain snippets. It is a small signal with major impact.

Meta robots
It matters because a wrong directive can remove an important page from the index or allow a URL to appear when it should not be visible. It is one of those details where a misplaced comma becomes expensive.
  • Check the real server response, not only the visual appearance.
  • Review robots.txt, HTTP status codes, sitemap and indexation rules.
  • Prioritize important URLs and reduce low-value paths.
  • Validate changes after migrations, redirects or template updates.