Hi , i have created a new post in my blog about back to top HTML arrow buttons , it makes easier to navigate on the blog but it`s good or bad for seo ? The code: <a href='#' rel='nofollow' title='Back to Top'><img height='20' src='the url of the image' style='border:0;' width='20'/></a> I have set the link NOFOLLOW , so i think it`s not affecting my SEO but i am not sure , please help
It appear to be codes there. Maybe, you can use some quote function or image to do this. Just a suggestion.
Wow really, the guy posts about a HTML linking concern and you tell him there "appears" to be codes? Are you serious? OP you have no problems, and there's no need for nofollow on the link. Google ignores the pound # symbol in URL's as well as everything after it. They are called "fragment identifiers" if you want to look them up. So i'd just remove the nofollow, plus put the border and width styling in CSS to cut down on bloat.