Translation means the way of changing the language without changing meaning.We add translation widget so that visitor can translate to their native language so they can understand properly but in our Daily life there are something which should not be translate.For example which poet want hos poem to be translate or you may want to prevent your favorite food,color being translated.Hence we should prevent translation of Page.Below are some way to prevent translation of Page.
Using "notranslate"
meta tags .
For Whole Blog.
If you want to prevent translation for whole blog then this method is reliable.We need to use 'notranslate' meta tags.In Blogger we can do this from here.
- Go to Blogger >Setting>Search preference.
- Click on Custom robots header tags.
- Click on
notranslate
.You may tick as your desire. - Finally,Click on Save change.
For individual post.
If you want to prevent individual post being translate then try this for Blogger user.
- Go to edit post .
- Click in Custom Robot Tag.
- Tick on notranslate
. - Finally publish your Post.
Wrapping with code Tag,
Just we need to wrap with code tag the content will never get indexed.For example if you want to prevent your favorite color the wrap the code like this to prevent Translation by switching to HTML mode.
My Favorite color is <code>Red</code>
Wrapping with notranslate CSS attribute Tag,
You can also hide you wrapping with notranslate
tag like this.
My favorite color is <span class="notranslate">Red</span>
.
You can use it in other tags like <p>
,</div>
etc,,
Enjoy.
Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.
0 comments on "How to prevent the Translation of Page.":
Post a Comment
We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam