If blogspot contains blog archive (history) gadget, this history gadget helps to show topics of the posts according to published date, month-wise (or week-wise), and year-wise. Because of this blog archive, two kinds of hyperlink will be generated for each post. One, which links for posts (page). Another, javascript : void (0) that links homepage without any anchor text. This code, "JavaScript Void (0)", prevents the browser from loading a new page (or refreshing the current page). Although it is not a big issue, unnecessary and repeated "javascript : void (0)", may create an ill SEO. This code and hyperlinks can be removed by the following tricks.
- Login to your dashboard-----> Design -----> Edit HTML OR Login to blogger, choose "Layout -----> Template ------> Edit HTML
- Click "Download Full Templates" link to back up your template, in case if you don't like the changes, reverse by uploading this back up.
- Click on "Expand Widget Templates".
- Find the following code "Zippy toggle-open".
|
find javascript : void (0) |
5) Delete the whole words "href = 'javascript :void (0)'".
|
delete javascript : void (0) |
6) Save your setting. Enjoy
No comments:
Post a Comment