- Local time
- 23:10
- Joined
- Oct 5, 2019
- Messages
- 1,185
- Pronouns
- he/him
Hey,
while working on my new website I've done a lot of SEO/SMO optimizations by adding some <link>
tags to the head. Now I have a question.
If I generate a PDF and/or audio version of my blog article - would anyone/anything have any benefit if I add a link alternate tag to the head with it? š¤
HTML:
<link rel="alternate" type="audio/mp3" href="https://example.com/article.mp3">
<link rel="alternate" type="application/pdf" href="https://example.com/article.pdf">
Or is there no benefit in doing so?
Last edited: