Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Does Google Sites support rel="me" on links? I'm finding with straight HTML it strips it right out and replaces it with rel="nofollow". The same thing occurs if I try rel="nofollow me".

Is there any way to get the rel attribute to work with Google Sites?

share|improve this question

1 Answer

up vote 3 down vote accepted

Google Sites automatically adds rel="nofollow" to all external links. There is no way to override or remove this - Google Support Post.

Internal links (links to pages within your own site) are no affected by this - you can add rel="me" to internal links and it won't be stripped out / replaced.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.