1177
results for "alternate"
-
And why YouTube can't put in a rel alternate like everyone else...
GWG
at
2020-03-12 13:37
-
```<link rel="alternate" type="application/atom+xml"
[jgmac1106]
at
2020-03-06 16:01
-
I just added an alternate way to keep GIthub WordPress themes updated
GWG
at
2020-02-29 20:10
-
According to the HTML standard it is fine to have a lot of rel-alternate + type <link> elements. They are “not necessarily syndicating exactly the same content as the current page”.
Zegnat
at
2020-02-12 20:45
-
Yeah, I am not sure it is a good idea to assume <rel="alternate" type="application/json"> can always be assumed to point at something following the JSONFeed spec.
Zegnat
at
2020-02-12 19:59
-
GWG: for now a small tweak to your algo is that whenever rel-alternate is considered, you also need to consider the type value. Only together with a feed type is it considered to mean feed.
Zegnat
at
2020-02-12 19:53
-
<link href="a" rel="home"><link href="a" rel="alternate"><link href="a" rel="ignorable" type="application/atom+xml"> - Never declares a feed, but the mf2 output might suggest that a is in fact a feed of the homepage
Zegnat
at
2020-02-12 19:49
-
So should more people do rel-home alternate on feeds?
GWG
at
2020-02-12 19:42
-
Yes, from mf2 it looks like feed for the homepage, because mf2 might think there was a link to a.html with the rels "home alternate" on it at once
Zegnat
at
2020-02-12 19:39
-
alternate does not mean feed all by itself
[tantek]
at
2020-02-12 19:38