The rel tag has no wiki summary.
9
votes
2answers
432 views
meaning of HTML “<a rel=douche” rel Attribute?
I have met the following HTML code:
<a rel="douche" href="...">blah</a>
And I am wondering what is the effect of the "douche" attribute.
7
votes
4answers
232 views
Rel no follow on EVERY link?
Forgive me for asking such a simple question, I understand why you would want to rel nofollow untrusted links (forum posts, blog comments etc), but why would you not want to do it on EVERY link on ...
5
votes
2answers
203 views
Rel = translation
I can't find much online about rel="translation"
We have tutorials and manual entries which we are going to get users to translate. If the original page in English is:
...
4
votes
5answers
4k views
rel=“nofollow” in img tags?
Does it make sense to have a rel="nofollow" attribute in img tag?
Do search engines' crawlers use this attribute in some way for calculating PageRank score?
What is the practical sense for using it ...
3
votes
1answer
912 views
How important is that we use REL=“NOFOLLOW” in external links?
I hear to improve pagerank and other SEO factors, we should use rel="nofollow" on links to external sites. Why is this?
So if I'm not using rel="nofollow" will search engine bots credit the linked ...
2
votes
1answer
51 views
Author rel tag works on one author but not another
Here's one page I've managed to get authors set up on properly, no errors:
...
1
vote
2answers
79 views
Canonical reference for rel=“foo”
The answers to a lot of google-juice questions seem to involve the use of rel= in a tags (eg rel="canonical"). Is there an exhaustive list somewhere of all of the possible options for this tag and ...
0
votes
2answers
277 views
Is It Bad for SEO to Have Multiple Domain Names If You Set Up rel=“alternate” Tags Correctly?
We have several sites that have multiple domain names. Rather than forwarding to one domain name, we set up rel="alternate" tags in the header of each page, pointing to the other versions of that ...
0
votes
1answer
27 views
How to link my content to a Google+ profile using “rel=author”?
I googled this question and found the answer from here but in featured Google+ I didn't find the options that are mentioned in the above URL. I need my Google+ profile should be resulted in Google ...
0
votes
2answers
238 views
Pagination for product listing, what to use? “canonical” or “rel-prev-next” or do nothing?
I want to make sure my product listing is 10 products per page which are not in a series (link).
They have explained how to use canonical or rel prev for pagination when a long page has been divided ...