Mobile app version of vmapp.org
Login or Join
Barnes591

: Impact of using .resx files to store multilingual content on the S.E.O Could anyone tell me whether google crawlers are capable of reading through the contents of a multilingual website which

@Barnes591

Posted in: #AspNet #Seo

Could anyone tell me whether google crawlers are capable of reading through the contents of a multilingual website which uses .resx files to dynamically switch languages, and if using resx have any impact on the SEO?
The way the project is organized is:

-it has a default culture hard coded into a main page and based on that ASP is serving the content from a default language .resx file.

-if the default culture of the project differs from the preferred users culture, then said culture is exchanged for the preferred users and the resources are drawn from appropriate .resx

-App_LocalResources contains resx with all the languages for each page separately as in mainpage.aspx.de.resx/mainpage.aspx.fr.resx anotherpage.aspx.de.resx/anotherpage.aspx.it.resx/anotherpage.aspx.resx (last one for default language) and so on

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Chiappetta492

I recommend you use Googlebot's fetch and render tool. It will show you exactly how Googlebot sees the webpage with your resx files and whether or not the resx script has an impact on Google's crawling service.
www.google.com/webmasters/tools/googlebot-fetch

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme