Value is nofollow or dofollow

nehad66

New Member
In the following code:
<a href=http://www.v7n.com/forums/seo-forum/"http://www.******.com" rel="dofollow" rel="nofollow">
The priority is on dofollow or nofollow.

_________
If the default page is nofollow, dofollow links we put up then it is considered a dofollow or nofollow.

Thanks Is "dofollow" a recognized attribute? If so, who recognizes it? I've never heard of it myself. Well...I never seen this kinda coding...But it is really interesting...I think it is No follow Link. May be defining at two time making it No follow. Perhaps not sure..I will try it... DoFollow is "not" a recognized attribute. But it is a recognized plugin for Wordpress.

The comments section in Wordpress, out of the box, is nofollow by default, this plugin removes the nofollow attribute from your Wordpress weblog's comments section.

You can learn more about the dofollow Wordpress Plugin on the link below;

http://perishablepress.com/press/200...ollow-plugins/

Happy Coding .. By default all links are "dofollow" .It means search engine robots will follow that link if not otherwise instructed .

All link will get link juice for any normal link in web page. If you do not want give link juice to that link you can implement no follow tag .

"Nofollow" tag will be written as:
<a href=http://www.v7n.com/forums/seo-forum/www.domain.com rel="nofollow">anchor text </a>

In these case that link will not get any link juice ,as you instructed search engine robots not to follow that link by implementing rel="nofollow" tag . I want to reiterate the problem:
A web site can be inserted into the html code.
if default insert link <a href=http://www.v7n.com/forums/seo-forum/"http://****.com">. it will move to form: <a href="http://****.com" rel="nofollow">anchor text</a>
If I insert <a href=http://www.v7n.com/forums/seo-forum/"http://****.com" rel="dofollow">. it will move to form <a href="http://****.com" rel="dofollow" rel="nofollow">anchor text</a>

=> <a Href=http://www.v7n.com/forums/seo-forum/"http://****.com" rel="dofollow" rel="nofollow">anchor text</a> is dofollow or nofollow priority.

Thanks well, im wondering about the code "dofollow" because im not sure this code exist...correct me if im wrong... It seems the code are confusing rel="dofollow" and then rel="nofollow". The search engine might be also confused with that coding. hehehe there is no such thing as a "dofollow" or "do follow". A link with "rel=nofollow" will indicate the bots not to follow them but it's not because it is not "nofollow" that the bots will decide to follow the link. A link is "dofollow" by default.
You have no need on putting that there. You have no need to use the term "dofollow". There is a term for non "nofollow" links, they are called "links". Quote: http://news.webshots.com/photo/25689...06550937SgKTCD What difference is there? Quote: Originally Posted by mekongtours In the following code:
<a href=http://www.v7n.com/forums/seo-forum/"http://www.******.com" rel="dofollow" rel="nofollow">
The priority is on dofollow or nofollow.

_________
If the default page is nofollow, dofollow links we put up then it is considered a dofollow or nofollow.

Thanks NOTE: Please make sure to avoid this code.

If the default page is nofollow, all of the links that are under that page will directly considered as NOFOLLOW.. Technically, an HTML element can't have two rel attributes.It would be great to hear from the search engines about whether they discard a second rel attribute when they find it. i will prefer for other website link on my site links nofollow tags and my website link other website link should be dofollow... Ha-Ha
There is no such thing as "dofollow" dude It is just a word! Thanks to propose this. It's new to me and many people. To find out more details about this, go to: http://codex.wordpress.org/Nofollow

All the best, Quote: Originally Posted by mekongtours Quote: http://news.webshots.com/photo/25689...06550937SgKTCD What difference is there? Seeing none of you who posted after mekongtours posted the above to try and show you what they are talking about, I'll try and explain based on the image they showed.

mekongtours,
The plugin you have in Firefox is just showing you if the link is a regular link (what people call a dofollow link even though there is no such thing and plugin author has labelled dofollow) or the website author has used the nofollow attribute (it's an attribute not a tag. and is only obeyed by certain search bots).

Quote: nofollow is an HTML attribute value used to instruct some search engines that a hyperlink should not influence the link target's ranking in the search engine's index. It is intended to reduce the effectiveness of certain types of search engine spam, thereby improving the quality of search engine results and preventing spamdexing from occurring. nofollow - Wikipedia

Further down that page is a chart showing how the nofollow attribute is applied by a sampling of search engines.
 
Back
Top