html - Prevent Google Translate from translating part of <head> section? -


is possible tell google translate not translate section of site, in case, part of <head> section?

for example:

<head> <title>post john doe</title> <meta content="article john doe, brand name here" name="description" /> </head> 

in example john doe , real brand name "translated" else, wrong translation.

according https://cloud.google.com/translate/v2/faq#technical <span class="notranslate"> </span> around text in html can used this. but, using span class in page title or description, result showing <span class="notranslate"> </span> users in search engine results normal page title or description text.

for example if can wrap part of text page title or page description in else " ", [ ] or ( ), else normally.

any idea?

seo field evolves own sort of common knowledge. 1 of cases. generalized way serve 1 page crawlers , users detect user agents of relevant crawlers , serve page doesn't have problematic markup, has dynamic content filled-in, etc.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -