Mobile app version of vmapp.org
Login or Join
Hamm4606531

: Is there any difference in a plain text link on a page, and a hyperlink SEO wise? So I am making an HTML sitemap for my users, mostly to see how it affects SEO, and to see if it would

@Hamm4606531

Posted in: #Html #Hyperlink #Links #Seo

So I am making an HTML sitemap for my users, mostly to see how it affects SEO, and to see if it would be beneficial visitor-wise.

Is there any difference between the two types of links, and how search engines see them?

Plain text:
www.facebook.com/page

Hyperlink:

<a href="http://www.facebook.com/page">Facebook Page</a>


Are these links seen differently by search engines such as Google? Which one is better for this situation?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamm4606531

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

Raw Text: www.example.com


Treated as a mention and Google treats mentions as a very relatively weak SEO signal and passes no link juice.

Anchor Text Keyword: <a href="http://www.example.com">Mojo</a>


Counts as a mention, passes juice to the receiving site and helps keyword relevancy to a certain degree, too many of the same anchor links like these can actually work as a negative as Google or Bing may consider it unnatural links.

Anchor Text Mention: <a href="http://www.example.com">http://www.example.com</a>


Counts as a mention and passes juice to the receiving site.

Links with nofollow: <a href="http://www.google.co.uk/" rel="nofollow">


No juice is passed. Typically in error, most webmasters will assume that links that have the rel attitude nofollow have no benefit to their site, this is simply not true. Nofollow links have many hidden powers and can can help Google or Bing establish how relevant your content is. These also help diversify your link profile which helps avoid Google Penguin.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme