alex
alex

Reputation: 490283

Do search engines add weight for microformats?

For example, if I had

<a href="http://www.example.com">My friend Bill</a>

or

<a href="http://www.example.com" rel="friend">My friend Bill</a>

Will Google for example give extra weight to the second because I specified they are a friend?

Upvotes: 5

Views: 126

Answers (1)

BenV
BenV

Reputation: 12452

According to their webmaster documentation microformats may be used to display additional information in the search results but don't affect the page rank.

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=99170

Upvotes: 3

Related Questions