term usage-rightsfield Marketing and growthread 4 min read

Usage Rights

Usage Rights are the permissions a brand grants for its content to be shown in AI‑driven search results. They are communicated through metadata and licensing statements that crawlers can read.

4 min readMarketing and growth
Reviewed context
Term snapshot

Usage Rights are the permissions a brand grants for its content to be shown in AI-driven search results.

Search context

Search engines and crawlers read this information from metadata and licensing statements.

01What it is and how it works

In the AI search ecosystem, Usage Rights describe the legal scope—such as "public domain", "Creative Commons" or "all rights reserved"—that a brand assigns to each piece of content. Search engines read this information from structured data (e.g., the usageInfo property on Schema.org) or from explicit licensing pages. When the crawler sees a clear usage right, it can decide whether to surface the content in a generative answer, to cite it, or to omit it entirely.

Usage Rights tell search engines what you allow them to do with your content.

02What to do about it

Start by auditing the top‑performing pages in your site. Add or update the usageInfo field in the JSON‑LD block to match the actual license (e.g., "CC‑BY‑4.0"). Publish a concise licensing page that links back from every piece of content. Use Google Search Console’s URL Inspection tool to verify that the markup is being read. Finally, document the policy internally so future creators know which license to apply.

03How it is measured or noticed

Search engines expose Usage Rights in two ways. First, the Structured Data Report in Google Search Console lists any usageInfo entries it has detected and flags errors. Second, when an AI model generates an answer, it may display a citation that includes the license label (e.g., "Content licensed under CC‑BY"). Monitoring these signals tells you whether your rights are being respected.

04Common mistakes

  • Leaving the usageInfo field blank or using generic text like "All rights reserved" when the content is actually open‑licensed.
  • Adding the markup to a staging site but forgetting to push it to production.
  • Using a license that does not match the actual rights, causing legal exposure.
  • Relying only on robots.txt to protect content; robots.txt does not convey usage rights to AI models.

05Limits and confusion

Usage Rights only influence how search engines treat publicly accessible content. They do not affect private or password‑protected pages, nor do they override a court order to remove material. Brands often confuse Usage Rights with copyright notices; the former is a permission statement, the latter is a claim of ownership. Also, AI models may still generate paraphrased answers even when the original source is marked "no‑AI‑use"—the restriction applies to direct citation, not to derived text.

06Worked example

A fashion retailer wants its look‑book images to be reusable under a Creative Commons license. The page includes the following JSON‑LD:

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ImageObject",
"contentUrl": "https://example.com/lookbook/summer.jpg",
"usageInfo": "https://creativecommons.org/licenses/by/4.0/"
}
</script>

Frequently asked questions

How do Usage Rights differ from copyright notices?

No, they are not the same. Copyright notices state who owns the work, while Usage Rights specify the legal scope—such as public domain or Creative Commons—under which the content may be displayed in AI search results.

Should I set Usage Rights for every page on my site?

It depends on your goals. If you want AI‑driven search to respect your licensing preferences, you should add Usage Rights metadata to any publicly accessible page that you care about.

Who is responsible for adding Usage Rights metadata to content?

Usually the content manager or SEO team handles it. They embed the appropriate tags or licensing statements so crawlers can read the permissions.

Do Usage Rights still affect AI search results if I change them today?

Usually they take effect after the next crawl and index update. Until the search engine reprocesses the page, the old rights will continue to be applied.

What happens if I assign the wrong Usage Rights to a product image?

It can cause the image to be omitted from AI‑driven results or shown under an unintended license. You would notice a drop in visibility for that asset in the AI search dashboard.

How long does it take for new Usage Rights to appear in AI search?

Typically a few days to a week, depending on the search engine’s crawl schedule. You can monitor the change by checking the Usage Rights field in the search engine’s reporting tool.

Asked out loud

spoken, not typed

The same term in the words somebody uses speaking to an assistant rather than typing into a box — written from the situation, which is why each one carries the situation it came from.

I need to know if my new blog post can be reused by AI assistants right now.

Usually it depends on the Usage Rights you have set in the page’s metadata. If you marked it as Creative Commons, AI assistants can reuse it; if it’s all rights reserved, they will not.

deadlinephone
I'm on the train and I just saw a product photo that shouldn't be shared—how can I stop AI from using it?

It depends on whether the page already declares restrictive Usage Rights. Adding an “all rights reserved” tag to the image’s metadata will tell crawlers not to surface it in AI results.

on the movehands busy
My client is worried we might violate their licensing; can we check the Usage Rights quickly?

Yes, you can view the metadata on the page to see the declared Usage Rights. Most browsers or SEO tools show the licensing tag, letting you verify compliance in seconds.

meetingdocument

More in Marketing and growth