1208
results for "alternate"
-
rel-alternate could work. aaronpk has an example on /rel-alternate
gRegorLove_
at
2019-06-05 05:33
-
If the alternate representation of the page is REST API json, then won't it be confused with the JSONFeed, also a rel alternate application/json
GWG
at
2020-04-24 18:23
-
<link href="a" rel="thing"><link href="a" rel="alternate"> will turn into { "a": { "rels": ["thing", "alternate"] } }
Zegnat
at
2020-02-12 19:28
-
you can do `rel=alternate` with `hreflang` though ideally you want them to point that to you, and you can do `rel="alternate canonical"` to them
[KevinMarks]
at
2021-01-07 13:39
-
uhm rel alternate doesn't seem to be what I need. I can use alternate for my i18n pages but not for the discovery I want.
corlaez
at
2022-09-14 14:44
-
alternate implies that the destination URL is an alternate version of the *current* page
tantek
at
2011-08-10 20:45
-
Yeah, alternate specifically defines itself as changing meaning depending on other factors: https://html.spec.whatwg.org/multipage/links.html#rel-alternate
Zegnat
at
2020-02-12 19:01
-
I use feed to indicate a link to an alternate or limited suggested feed and alternate for a feed of the same page
GWG
at
2021-09-27 18:41
-
Re yesterday's rel=alternate / feed discovery question - looks like Aperture needs `<link rel="alternate" type=application/rss+xml ...>`
jamietanna
at
2021-11-03 11:23
-
as in when a feed consumer sees a rel=alternate link on a new item, if the feed consumer already "knows about" the alternate link (as in, has seen it before), then it can do a HEAD retrieval of the alternate link to see if it returns a redirect to the new item
[tantek]
at
2024-09-06 20:20