Link AMP Builder
Build the <link rel="amphtml"> tag pointing to the AMP version.
The tag that points at your AMP page
Your site keeps an AMP version and the crawler needs to know both pages are the same document. That pairing is declared by a single tag in the head of the regular page, and a trivial mistake with quotes or the rel value leaves search engines treating the two versions as separate pages, which is the opposite of the intent.
One field here, the AMP URL, and out comes the line ready to paste into the head of your canonical page. Worth understanding that the pairing has two sides: the AMP page itself must carry a link rel=canonical pointing back at the original. This tool does not generate that second half, and without it the pair never closes and the crawler will not connect the versions.
Use an absolute https URL, and only one per page, because listing several AMP URLs for the same document just muddies things. The output escapes nothing, so a URL containing a double quote will break the attribute in your HTML. It is also worth knowing that Google dropped the AMP requirement for Top Stories back in 2021, so if you are starting a site today, tuning the regular page usually pays better than maintaining two versions. The tag is assembled in your browser.
Frequently asked questions
Do I still need AMP to appear in Top Stories?
Does this tag go on the AMP page or the regular one?
Can I use a relative path in href?
Related Tools
Link License Builder
Build the <link rel="license"> tag declaring the content license.
Link Alternate Builder
Build the <link rel="alternate" hreflang> tag for language variants.
Viewport Meta Mobile Check
Checks whether a viewport meta snippet contains width device-width initial-scale 1 for mobile-friendly.
HowTo Rich Snippet Builder
Build a basic HowTo JSON-LD schema describing a single-step procedure.
FAQ Rich Snippet Builder
Build a basic FAQPage JSON-LD schema with one Q&A pair.
Sitemap XML Generator
Generate a sitemap.xml from a URL list with lastmod, changefreq and priority. Useful for static sites. Everything in your browser.