
Google Translation is certainly useful tool for searchers but may not be the case for webmasters and website owners. Google Automatically suggests “translate this page” link if searcher is from different language territory then the website language.
There are many webmasters who want to prevent or stop Google from auto translating websites or webpages or prevent Google from allowing users to translate their pages with the Google Translate tool.
Well Google already provides the Meta tag to prevent Google from showing the “Translate this page” option in the search results. If You prefer not have your page translated by Google Translate, just insert the following meta tag into your HTML file:
<meta name=”google” value=”notranslate”>
If you don’t want section of your webpage to be translated then just add following span element before text
<span class=”notranslate”></spam>
Thanks to Rustry Brick from Seoroundtable for posting this.








