Link Alternate Builder
Build the <link rel="alternate" hreflang> tag for language variants.
Build hreflang tags without syntax slips
Your site has a Portuguese version and an English one, and Google keeps serving the wrong one to visitors from abroad. The rel=alternate plus hreflang pair exists precisely to say which version suits which audience, and the syntax is short enough to look foolproof, which it very much is not in practice.
Two fields, the language code and the URL, produce one line ready for the head. The tool builds a single tag at a time, so three languages means running it three times and pasting all three. The code follows ISO 639-1, optionally with a region, as in pt, pt-BR, or en-GB. A region on its own is invalid since the language is mandatory, and the x-default value marks the fallback version for visitors who match nothing else.
The set has to be reciprocal: if the Portuguese page points at the English one, the English page must point back, or Google discards the whole cluster. Include a tag pointing at the page itself too. And always use the same URL that sits in rel=canonical, because pointing hreflang at an address that canonicalizes elsewhere is the single most common mistake in this area. The tool validates neither the code nor the URL, it only assembles the line, so check it before shipping.
Frequently asked questions
Should I use pt or pt-BR?
Do I need a tag pointing at the page itself?
Can hreflang live outside the head?
Related Tools
Link License Builder
Build the <link rel="license"> tag declaring the content license.
Link AMP Builder
Build the <link rel="amphtml"> tag pointing to the AMP version.
hreflang Generator
Generate hreflang tags for multilingual sites — tells Google which version to show by language/region (pt-BR, en-US, x-default, etc.). Everything in your browser.
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.
Flesch Reading Ease PT
Calculate the Flesch readability index of your text, adapted to Brazilian Portuguese. Find out how easy your writing is to read and improve SEO and clarity.