Multiple values for rel attribute

后端 未结 6 2026
攒了一身酷
攒了一身酷 2021-01-01 08:55

Can I have multiple values for rel attributes? Like so:

Link

.. is it valid and cross

6条回答
  •  温柔的废话
    2021-01-01 09:22

    Actually it isn't valid according to Structured Data Testing Tool.

    I tried this tonight, using the following

    rel="publisher nofollow"
    

    and it failed to validate the publisher. As soon as I removed the nofollow is validated ok again.

    I thought I would post my answer, as I came across this thread after doing a Google search for the same question.

提交回复
热议问题