Hi I have a website in multiple language. But here google crawler index my all language pages. And google webmasters give me error for duplicate content or data. How can I crawl my English version site only. e.g. google crawl abc.com abc.com/en abc.com/jp abc.com/de abc.com/ru All language webpage. But those pages are dynamic. Any suggestion welcome. Thanks
Create a /robots.txt file with the following content: User-Agent: * Disallow: Disallow: /de Disallow: /jp Disallow: /ru Code (markup):