Mobile app version of vmapp.org
Login or Join
Shanna517

: I couldn't find any author-specific information, but the HTML specs do allow you to define more than one link with the same relationship, e.g. <link rel="alternate" hreflang="de" href="//de.example.com/my/page.htm">

@Shanna517

I couldn't find any author-specific information, but the HTML specs do allow you to define more than one link with the same relationship, e.g.

<link rel="alternate" hreflang="de" href="//de.example.com/my/page.htm">
<link rel="alternate" hreflang="en-gb" href="//uk.example.com/my/page.htm">
<link rel="alternate" type="application/rss+xml" href="/my/page.rss">
<link rel="alternate" type="application/atom+xml" href="/my/page.xml">
<link rel="alternate" type="application/pdf" href="/my/page.pdf">
<link rel="alternate" type="application/pdf" media="print" href="/my/print-page.pdf">
<link rel="alternate" media="handheld" href="/my/mobile/page.htm">


I would assume that the same could be done with the author relationship.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna517

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme