Collecties
Meertalige website-instellingen
Tools voor hreflang-tags, canonical URL's, social previews en crawler-instructies voor meertalige websites.
Beschikbare tools
Meertalige website-instellingen die je nu kunt gebruiken
Seo
Open Graph en Twitter Card builder
Maak social preview metatags voor blogposts en statische página's.
Html
HTML link rel generator
Genereer link-tags voor preload, preconnect, dns-prefetch, canonical en alternate.
Waar deze collectie bij helpt
Vertaalde página's hebben duidelijke signalen nodig voor zoekmachines: hreflang-tags die equivalente página's verbinden, canonical URL's en robots-instructies. Deze collectie behandelt de essentiële tags.
Geschikt voor
- Hreflang-tags instellen voor een site met twee of meer talen.
- Canonical URL's correct houden tussen taalversies.
- Social previews en crawler-regels voorbereiden voor gelokaliseerde página's.
Workflow steps
- Identify all language versions of each page: List every page on your site that has translated equivalents. Each page in the group should have the same content in a different language. Note the URL of every version including the default language page.
- Generate hreflang tags: Use the hreflang tag generator to create link tags that connect all language versions of a page. Include self-referencing tags so each page links to every alternate version including itself.
- Set canonical URLs per language: Generate a canonical tag for each language version pointing to the equivalent page in that same language. The canonical URL should match the hreflang entry so search engines see consistent signals.
- Create localized social preview tags: Generate Open Graph and Twitter Card tags for each language version. Translate the og:title, og:description, and og:url for each language. Use language-specific images when the featured image contains text that needs translation.
- Configure robots directives for translated content: Use the robots.txt builder to add language-specific sections if search engines should crawl translated pages differently. In most cases, all language versions should be crawlable and indexable.
- Add link rel alternate tags: Generate alternate link tags in the head of each page to indicate available language alternatives. These tags complement hreflang and help search engines and browsers understand the language options.
Prerequisites
- A site with content translated into at least two languages, each on its own URL path.
- A consistent URL structure for language versions, such as example.com/en/page and example.com/fr/page or subdomain-based patterns like en.example.com.
- ISO 639-1 language codes for all languages used, such as en for English, fr for French, ja for Japanese.
Publishing checklist
- Every page in a language group has a complete set of hreflang tags linking to all versions including itself.
- Canonical URLs on translated pages point to the same-language URL, not the default language version.
- Hreflang tags use the correct language codes from the ISO 639-1 standard, not invented codes or country codes alone.
- Open Graph tags on translated pages use translated text, not the default language title and description.
- The x-default hreflang entry is set if you have a language selector or fallback page for unspecified language preferences.
- Robots.txt does not block translated pages from crawling unless there is a specific reason such as thin content.
Related collections
FAQ
Vragen over meertalige website-instellingen
Should I use subdirectories or subdomains for language versions?
Subdirectories are simpler to manage and keep link equity consolidated under one domain. Subdomains are treated as separate sites by search engines and require separate SEO work for each one. Choose subdirectories unless you have a business reason for separate domains per language.
Do I need a separate sitemap for each language?
One sitemap can include all language versions with the correct hreflang annotations. You do not need separate sitemaps per language, but each URL entry must include the full set of alternate language links.
What happens if I add a new language to an existing site without updating hreflang?
Search engines will continue to serve the existing language versions, but may not show the new language pages to users who search in that language. Missing hreflang links can also cause incorrect language targeting.
Should translated pages use translated URLs or keep the original URL slug?
Translated URLs with localized slugs are preferred because they help search engines understand the page language and give users a readable URL. Translating the slug also avoids duplicate content signals from identical URL paths.