For example I have one website called www.example.com and have different sub directories according to the country. Like www.example.com/india www.example.com/uk www.example.com/us www.example.com/aus my site universal but I am targeting sub directories in different country. www.example.com/india is targeting India country and so on. I want to get ranking in Google search engine according to the country (google.co.uk, google.co.in) So my question is should I write different language according to directories. Example; in www.example.com/india , section <meta http-equiv="Content-Language" content="en-us" /><meta name="country" content="in" /> www.example.com/uk <meta http-equiv="Content-Language" content="en-gb" /> <meta name="country" content="uk" /> Give me proper suggestion
Yep, I think it is quite OK. However, not sure if really needed - the language/content will be detected anyway. Just as if you do these as subdomains instead of dirs. Still I think the directories are the better option Good luck with your project!
Every country have different directories and obviously should have different pages then what is the issue. Obviously, you should put Meta Language tag different for all the countries.
I think you have answered your own question correctly. First, you have organized your content into sub-folders from the domain root. This is better than using sub-domains which you could also have used. Country-specific meta tags should look like this: <meta name="geo.country" content="IN" /> <meta name="geo.region" content="IN" /> I understand that Google ignores these tags but that Bing (and possibly other search engines) do use them.
Meta tags don't have any relation with language.. you have to write meta tags in the language in which your site is.. if your site is in English, the meta description would be in English, if it is in french, the meta data would be in french and from here, your language is detected.. try to keep it simple!
Please read this carefully before make any changes. This will help you. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=189077 and also, don't use canonical tag with these.