Sitelinks are some links that are showing below site in search engines. Its not just in Google search results but in Bing, Yahoo and also in Yandex. There is no idea how to get sitelinks, even Google says that sitelinks are automatically generated links to help visitors reach important pages of your site. Also you have no control over which page you want in sitelinks and also there is no code which can do it. You might be thinking that if nothing is known about sitelinks, how am I going to get it for my site ? Well, the answer is simple you will get it as I got them ! What Are Google Search Result Sitelinks: Above is the sceenshot of sitelinks of my blog. If you search "101helper" oon Google you will see the sitelinks live. These are featured links from my blog and are shown to visitors to help them reach deeper pages or help them to reach the content of interest on a site. Note that sitelinks never remain the same they change time to time and we have no control over it. Goog...
If you are blogging for even 2 months you must have seen this error once when you tried to add a javascript in you blog theme. This error appears when a javascript contains some symbols like $ or & or sometime =. All these errors show error when theme is saved. and the error says "Error parsing XML, line number, column number: The reference to entity "version" must end with the 'example' delimiter".
As shown in above image, blogger is not accepting Facebook like button code and showing error. To solve this error I have to simply make this code acceptable by blogger.
You might have problem saving codes of some ads like media.net ads, chitika ads, bidvertiser ads etc all these ads are sometimes not accepted by blogger so you can fix them by following this post and run ads or custom scripts.
How to add javascript codes in blogger without parsing error ?
Follow below steps:
(1). Grab the javascript code which you want to fix in to a notepad or paste it in your blog's <head> or elsewhere in your blog template.
(2). Copy below piece of Text / HTML tag.
//<![CDATA[
(3). Now paste it after <script> or <script type='text/javascript'> of your javascript code.
(4). Now find the closing tag of your script i.e <script> and paste below piece of HTML above it.
//]]>
(5). Save your theme.
You didn't see any error right ? if this worked for you feedback and share this post with others. If not share your problem by leaving a comment below.
Your final code should be like below:
<script type='text/javascript'>
//<![CDATA[
function myFunction() {
var btn = document.createElement("Click");
window.open("URL")
}
//]]>
</script>
Though it is a small error but I thought to share how to fix it because it is asked by many bloggers who encountered this error. Hope it helps!
Thanks for visiting +101helper.
Search keywords: blogger not accepting javascript error,how to add javascript in blogger post,fix xml parsing error blogger,how to fix xml parsing error blogspot,javascript not accepting blogger template
Comments
Post a Comment