I have a blog which I want to make do-follow but I am unable to find any place to change nofollow to dofollow please help me the html code is here.
|
Like @tamdamson said, I also think you can't get deep enough to change that. If you pay attention to the code you posted, will notice that it isn't HTML+CSS. It is a XSLT stylesheet, ie, a XML document. The advantage of using that kind of document is: you can declare repetition rules, and wrap snippets (templates) into other files. Can you find even the blog post code in the code you sent? No. You find a call to a widget (a file with rules for processing blog posts). You can change it going into Design mode and editing the blog posts widget. Comments are another widget called inside blog posts. But you don't have access to this one AFAIK. Thus you can't change the nofollow to follow. |
|||||
|
|
Looks like Blogspot/Blogger, so you won't be able to get deep enough into the code to change it. Links are probably stripped down by the server, like most blog software will do. Writing a Javascript function to strip out nofollow attributes after the page loads would be easy, but pointless since searchbots won't notice. |
|||
|