Stay organized with collections
Save and categorize content based on your preferences.
Friday, November 14, 2008
A lot has been said about
how to start a multi-lingual site
and how to better target content through
meta tags. Our users have raised a
number of interesting questions about creating websites in different languages, like the one
below.
My Site is primarily in English, but my site targets different cities in INDIA.
For Hyderabad - I want in Urdu and Telugu and for Chennai I want in Tamil
for Bengaluru I want in Kannada.
For North I want in Hindi.
We'd like to introduce the
transliteration API
for Indic languages (languages spoken in India) in addition to our Ajax API for languages. With
this API at your disposal, content creation is simplified because it not only helps integrating
transliteration in your websites but also allows users visiting your site to type in Indic
languages.
To include the transliteration API, first you need the AJAX script.
This script tag will load the google.load function, which lets you load the
individual Google APIs. For loading Google Transliteration API, call to google.load
looks like this:
When it comes to targeting, don't forget to add meta tags in your local language. And for your
questions, we have a new addition to our already existing communication channels like the
webmaster help groups and Webmaster Tools (available in
26 languages!). We also
have our own official
Orkut webmaster community!
Here users can share thoughts and discuss webmaster related issues.
Sign up
for our Orkut community now and if you have any additional thoughts we'd love to hear about them.
Cheers,
Jayashree and Zareen, Search Quality Team, Google India
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["\u003cp\u003eThis blog post introduces the Google Transliteration API for Indic languages, simplifying content creation for websites targeting Indian users.\u003c/p\u003e\n"],["\u003cp\u003eThe API enables integration of transliteration functionality, allowing users to type in Indic languages on websites.\u003c/p\u003e\n"],["\u003cp\u003eContent targeting can be further enhanced by including meta tags in local languages, specifically for Indian regions and languages.\u003c/p\u003e\n"],["\u003cp\u003eGoogle provides support for webmasters through various channels, including Webmaster Tools, help groups, and a dedicated Orkut community for Indian users.\u003c/p\u003e\n"],["\u003cp\u003eSome information in this older blog post may be outdated, such as missing images or broken links.\u003c/p\u003e\n"]]],["The post introduces the transliteration API for Indic languages, enabling website content creation and user input in these languages. Implementation involves loading the AJAX script and the transliteration API using `google.load`. The post addresses targeting content for Indian cities with different languages, such as Urdu, Telugu, Tamil, and Hindi. It also recommends using `meta` tags in local languages and highlights communication channels like webmaster help groups, Webmaster Tools, and the Orkut webmaster community for support and discussions.\n"],null,["# Better targeting your indic language site\n\n| It's been a while since we published this blog post. Some of the information may be outdated (for example, some images may be missing, and some links may not work anymore).\n\nFriday, November 14, 2008\n\n\nA lot has been said about\n[how to start a multi-lingual site](/search/blog/2008/08/how-to-start-multilingual-site)\nand how to better target content through\n[`meta` tags](/search/docs/advanced/crawling/special-tags). Our users have raised a\nnumber of interesting questions about creating websites in different languages, like the one\nbelow.\n\nFrom [ganex](https://www.blogger.com/profile/12462803572730503354):\n\u003e How does one do for INDIA.\n\u003e\n\u003e As there are many languages spoken here.\n\u003e\n\u003e My Site is primarily in English, but my site targets different cities in INDIA.\n\u003e\n\u003e For Hyderabad - I want in Urdu and Telugu and for Chennai I want in Tamil\n\u003e\n\u003e for Bengaluru I want in Kannada.\n\u003e\n\u003e For North I want in Hindi.\n\n\nWe'd like to introduce the\n[transliteration API](https://googleajaxsearchapi.blogspot.com/2008/09/introducing-transliteration-api.html)\nfor Indic languages (languages spoken in India) in addition to our Ajax API for languages. With\nthis API at your disposal, content creation is simplified because it not only helps integrating\ntransliteration in your websites but also allows users visiting your site to type in Indic\nlanguages.\n\nTo include the transliteration API, first you need the AJAX script. \n\n```\n\u003cscript src=\"https://www.google.com/jsapi\"\u003e\u003c/script\u003e\n```\n\n\nThis script tag will load the `google.load` function, which lets you load the\nindividual Google APIs. For loading Google Transliteration API, call to `google.load`\nlooks like this: \n\n```\n\u003cscript\u003e\n google.load(\"elements\", \"1\", {\n packages: \"transliteration\"\n});\n\u003c/script\u003e\n```\n\n\nWhen it comes to targeting, don't forget to add `meta` tags in your local language. And for your\nquestions, we have a new addition to our already existing communication channels like the\nwebmaster help groups and Webmaster Tools (available in\n[26 languages](/search/blog/2008/05/webmaster-tools-now-in-26-languages)!). We also\nhave our own official\n[Orkut webmaster community](https://www.orkut.co.in/Main#Community.aspx?cmm=65242009)!\nHere users can share thoughts and discuss webmaster related issues.\n\n\n[Sign up](https://www.orkut.co.in/Main#Community.aspx?cmm=65242009)\nfor our Orkut community now and if you have any additional thoughts we'd love to hear about them.\n\nCheers,\n\nJayashree and Zareen, Search Quality Team, Google India"]]