Link License Builder
Build the <link rel="license"> tag declaring the content license.
Declare your content license in the head
You published a piece of writing or a photo under Creative Commons and said so in the footer, in prose, for human readers. What is missing is the machine-readable version, the one aggregators, extensions, and crawlers can read without parsing a sentence. It is a single line in the page head, and the usual question is which address belongs in the href.
One field, the license URL, and out comes the finished tag, prefilled with the CC BY 4.0 address as an example. The license value is standardized in HTML and means exactly one thing: the current document is covered by the license found at that address. So point it at the official license page on creativecommons.org or opensource.org, rather than at a generic terms-of-use page on your own domain.
The tag covers the page it sits on, not each image inside it. If your goal is licensing information showing up in Google Images, what counts is per-image structured data using the schema.org license and acquireLicensePage fields, or IPTC metadata embedded in the file itself. The same rel value works on a footer link, with the advantage of being visible. If the content is proprietary, just leave the tag out, since declaring the wrong license is worse than declaring none.
Frequently asked questions
Does this produce the licensable badge in Google Images?
Can I point it at my own terms of use?
Does it apply to the whole site?
Related Tools
Link Alternate Builder
Build the <link rel="alternate" hreflang> tag for language variants.
Link AMP Builder
Build the <link rel="amphtml"> tag pointing to the AMP version.
FAQ Rich Snippet Builder
Build a basic FAQPage JSON-LD schema with one Q&A pair.
HowTo Rich Snippet Builder
Build a basic HowTo JSON-LD schema describing a single-step procedure.
Crawl Budget Log Analyzer
Parses Apache and Nginx access logs and reports how much crawling each bot does, which URLs Googlebot hits and where crawl budget is wasted.
Keyword Density
Count word and bigram frequency in a text and see density (%). Useful for on-page SEO and content optimization. Everything in your browser.