DEV Community

Implement i18n to a Gatsby site

smakosh on October 08, 2018

This article was originally published on Obytes blog. In this article we will implement i18n (Internationalization) to a Gatsby site using rea...
Collapse
 
rmnvsl profile image
Roman Veselý

Looks good. Are you aware of any solution that can create language specific urls?

Collapse
 
smakosh profile image
smakosh

As I mentioned in the article, you can have 2 config files that get parsed into the SEO component (meta tags, opengraph, structured data...) depending on the language, so I think the crawlers will crawl both.

Collapse
 
smakosh profile image
smakosh

Well u're right Roman, if you care about crawlers, it is better to generate separate pages for each language.