Documentation
ScraperBlock
Meta AI Tags

Meta AI Tags

When Enable Meta NoAI Tags is on, ScraperBlock adds the following tags to every page's <head> section via wp_head:

<meta name="robots" content="noai, noimageai">
  • noai - instructs AI systems not to use page content for training.
  • noimageai - instructs AI systems not to use images on the page for training.

These tags follow the emerging standard supported by Deviant Art's "NoAI" initiative and adopted by a growing number of AI platforms.

Per-Page Override

If a specific page has Allow AI Indexing enabled via the per-page control, the meta noai tag is omitted for that page. See the Per-Page Control page for details.