Free Tools

Noai and noimageai Tag Adoption: Study and Live Dashboard

Publishers and creators are responding to the use of AI crawlers by implementing standards to tell AI that it can’t train on their content. Are Noai and Noimageai tags being widely adopted? Find out and track adoption in our live dashboard and study.

When people talk about AI crawlers, most of the focus is on robots.txt and whether or not tools like GPTBot, ClaudeBot, and Google-Extended are allowed or not.

But that’s not the only way to control AI crawlers' access; there are also noai and noimageai tags. These solutions are placed inside pages, telling AI tools that, sure, they may be able to look at the content, but they can’t train on it.

So, as you can imagine, the more brands that discover this solution, the more room there is for noai tags to be adopted. 

That’s why we’ve created our own noai tag adoption dashboard, which tracks how many sites are using these tags.

In this study, we will look at what noai and noimageai tags are, where they appear, why they are getting added to so many sites, and one important catch.

Key Takeaways (TL;DR)

  • Noai and noimageai are machine-readable tags that ask AI systems not to use a page’s content or its images for model training.
  • Our live dashboard tracks adoption across a large web sample, with insights into the number of domains using each tag, meta versus header placement, overlap, and growth over time.
  • These tags are signals. They do not technically prevent scraping, and most major AI crawlers have not formally committed to honoring them. Google’s own robots specification, for example, does not list noai as a recognized value.

What Are Noai and Noimageai?

First off, let’s dive into more detail about what noai and noimageai are. 

Noai and noimageai are two directives (tags) that you can add to your standard robots meta tag (or its HTTP-header equivalent) to ask AI systems not to use the content on your page as training data. 

They sit alongside more familiar robots values like noindex and nofollow, which is why many people are unaware of them, but they target a different use. 

Rather than preventing search indexing (like noindex) or following links on the page (nofollow), these tags ask the AI crawlers not to use the data for training, but still allow the content to be indexed on Google and AI search for rankings and organic traffic.

Directive Search visibility AI-training signal
noai Page stays fully indexed Asks AI not to train on any content on the page
noimageai Page stays fully indexed Asks AI not to train on any imagery on the page

Some sites that use them use both together like this:

<meta name=“robots” content=“noai, noimageai”>

The tags themselves are actually relatively new and trace back to DeviantArt, an art-sharing platform. The platform introduced them in November 2022 to help protect AI image generators from training on artists’ work.

Where the tags can appear

This is the distinction our dashboard draws between “meta” and “header” adoption, and it matters because the two placements behave differently.

Type of Tag Placement Tag
Meta HTML <meta name="robots" content="noimageai">
Meta HTML <meta name="robots" content="noai">
Meta HTML <meta name="robots" content="noai, noimageai">
Header HTTP X-Robots-Tag: noimageai
Header HTTP X-Robots-Tag: noai
Header HTTP X-Robots-Tag: noai, noimageai

  1. In the HTML, as a “robots” meta tag. Drop it into the <head> of a page. This is the easiest method for HTML pages.
  2. In an HTTP response header, as X-Robots-Tag. Set at the server or CDN level. This version is more versatile as it can apply to files, such as PDFs and image files.

Learn more about X-Robots-Tag and meta tag capabilities in Google’s Robots Meta Tag Guide.

Why Creators, Publishers, and Platforms Use Them

As you can imagine, there are several reasons why creators, publishers, and platforms might want to implement the noai tags.

  1. A clear opt-out signal. The tags state a position (don’t train on this) in a machine-readable way that is far more specific than vague terms-of-service language.
  2. They don’t have a direct impact on traffic. Unlike noindex, noai keeps the page fully indexable. A publisher can stay visible in Google whilst still flagging an AI-training opt-out.
  3. They’re easy to add. Simply add them to the meta or header (or both).
  4. Protection at platform scale. For a creator platform, adding the tag site-wide can potentially apply the tag to thousands of users at once.
  5. A visible stance, even if ignored. Even if a crawler does not honor the tag (more on that later), it still sees it. As adoption and regulation evolve, machine-readable opt-out may carry more weight than nothing at all.

Is Adoption Growing? What Our Dashboard Says

As of June, 2026, we identified 88,000+ different domains carrying a noai or noimageai tag across our testing pool.

Most adoption is just a meta tag

NoAI and NoImageAI Tag Adoption

The noai tags can live in two different places, either in the HTTP response or as an X-Robots-Tag header. Sites adopt the two very unevenly, even though HTTP (x-robots-tags) is what covers non-HTML files like raw images and PDFs.

As of June 2026:

  • Just under 9 in 10 adopters use the meta tag (87.8%)
  • Just over 1 in 4 use the header tag (26.7%)
  • Looking at the combined use of meta + header tag in our dataset, just over 1 in 7 (14.5%) apply both placements

It means a lot of sites are flagging their pages while leaving their actual image files and documents without the same signal.

Who’s actually using these tags?

Among the recognizable adopters from our test, a clear pattern is emerging. The websites applying the tags included websites for: 

  • Entertainment and lifestyle 
  • Website design and tech
  • Creative platforms

These are websites with the most to lose from a model training on their imagery, editorial, or code, so it makes sense they’re among the first to plan a flag.

Is it growing?

Cautiously, yes, though it’s early days for our data. 

Between our first scan in May 2026 and our most recent scan in June 2026, meta-tag adoption rose from 61,403 to 77,645, up 26.5%.

At the same time, the header version was essentially flat, ticking from 23,123 to 23,604 (+2%). 

As this dashboard is still in its early days of data analysis, this moderate increase reflects a starting point, not a trend.

But that’s exactly why our dashboard keeps scanning, so that you can check back as the dataset grows, and the real shape of adoption will become clear over the coming months.

One Major Caveat

For many reading this, noai and noimageai sound like the perfect solution, especially for publishers wary of losing their tone of voice to AI tools.

However, there’s one main issue that users need to be aware of.

A noai tag is a request, not a lock. 

Our study tracks public use of NoAI-style tags, which express the site owner’s preference, but don’t technically prevent scraping or guarantee compliance. 

Even with these tags in place, a crawler is free to read the tag and ignore it, and nothing about the tag physically stops the content from getting scraped.

Two things make the gap concrete:

  • They aren’t part of official standard. Noai and noimageai were a platform-led initiative, not a value defined by a standards body. Google’s own robots meta documentation lists the directives it recognizes, like noindex, nofollow, nosnippet, and so on. Noai is not on that list.
  • Major AI companies point elsewhere. Where large AI firms offer opt-outs, they have generally done so via robots.txt crawler tokens, such as Google-Extended for Google, GPTBot for OpenAI, and so on, rather than honoring the noai meta tag specifically.

There’s also a timing problem that the tags can’t solve. 

Many of today’s foundation models were trained long before a given page ever carried a noai tag. Adding one now signals intent for future crawls, but it cannot retroactively pull content out of databases that already exist.

Final Thoughts

With all that said, it’s still understandable why there is a continued rise in popularity of these tags, as publishers and website owners become more and more wary of AI scrapers taking their content, packaging it up into an LLM, and taking away their organic traffic. 

So whilst the two tags do have their drawbacks, it is an important step forward in AI transparency and equality.

Our dashboard will continue to track noai and noimageai trends as they evolve, allowing you to see whether or not these requests become more prominent as AI is used by more and more people. You can check back any time to see the live data.

Check out other Originality.ai dashboard studies:

Frequently Asked Questions

What does the noai tag do?

The noai tag is a machine-readable request asking AI systems not to use a page’s content for model training. You add it to the robot's meta tag or the X-Robots-Tag HTTP header. Crucially, this action does not remove the page from search results, block scraping, or impact rankings.

What’s the difference between noai and noimageai?

noai covers the page’s content, whereas noimageai focuses specifically on images. Sites that want to signal both may want to consider using both tags.

Do Google or OpenAI obey the noai tag?

No, not as a documented standard. Google’s robots meta specification does not list noai (or noimageai), and major AI firms have generally directed opt-outs through robots.txt templates such as Google-Extended and GPTBot instead. Treat noai as a preference signal, not an enforceable control.

Is noai the same as blocking AI in robots.txt?

No. robots.txt blocks named crawlers from fetching the pages at all, whereas noai allows the page to be crawled and indexed but asks it not to be used for training. 

Where can I see noai and noimageai adoption numbers?

Our noai and noimageai dashboard is live and will update as adoption changes. You can check back to see updates over time.

Jonathan Gillham

Jonathan Gillham

Founder / CEO of Originality.ai I have been involved in the SEO and Content Marketing world for over a decade. My career started with a portfolio of content sites, recently I sold 2 content marketing agencies and I am the Co-Founder of MotionInvest.com, the leading place to buy and sell content websites. Through these experiences I understand what web publishers need when it comes to verifying content is original. I am not For or Against AI content, I think it has a place in everyones content strategy. However, I believe you as the publisher should be the one making the decision on when to use AI content. Our Originality checking tool has been built with serious web publishers in mind!

Al Content Detector & Plagiarism Checker for Marketers and Writers

Use our leading tools to ensure you can hit publish with integrity!

Try our AI Checker now!

cross image
Free Tool Popup image

Sign up now!

Free Tool Image step1
Free Tool Image step2
Free Tool Image step3
Free Tool Image step1
Free Tool Image step2
Free Tool Image step3
Free Tool Image step4
Free Tool Image step5