xhtml - rel properties in html tags -
i reading google seo suggestions , had question:
can write many rel in rel property??
how can write many rel in it?with blank space example follows??
for example, ok?:
<a rel="noindex nofollow" href="/mysite.com" target="_blank"></a> thanks in advance!!
the w3c @ http://www.w3.org/tr/html401/struct/links.html#adef-rel:
this attribute describes relationship current document anchor specified href attribute. value of attribute space-separated list of link types.
so, yes, can.
Comments
Post a Comment