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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -