1259
results for "alternate"
-
After that do we start with ET or PT and then alternate from there?
[chrisaldrich]
at
2020-03-15 17:42
-
cal, for your case I think that most in the community here would consider the copy that @threadreaderapp posts to one's website to be the canonical version (and it would likely be marked up on most CMS platforms as such), and the copie(s) that live on Twitter and on the threadreader website to be alternate copies.
[chrisaldrich]
at
2020-03-15 00:18
-
And why YouTube can't put in a rel alternate like everyone else...
GWG
at
2020-03-12 12:37
-
```<link rel="alternate" type="application/atom+xml"
[jgmac1106]
at
2020-03-06 15:01
-
I just added an alternate way to keep GIthub WordPress themes updated
GWG
at
2020-02-29 19: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 19: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 18: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 18: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 18:49
-
So should more people do rel-home alternate on feeds?
GWG
at
2020-02-12 18:42