1259
results for "alternate"
-
↩️ the indieweb folks did a much more reasonable job with microformats. it all maps to RDF underneath, but at least the indieweb folks provide alternate tooling that allows you to map to JSON-LD instead of pure RDF.
Loqi
at
2021-03-08 08:10
-
[asuh] even given your choice, it's always nice to see alternate examples. Here's another interesting one that's done as a plugin: https://wordpress.org/plugins/narwhal-microblog/
[chrisaldrich]
at
2021-02-11 07:27
-
I never looked at the logs today, but if you have a web site that holds an alternate identity that you have, are those indieweb appropriate? Again, sorry for the non sequitur,but had to ask, because I think I had a Twitter account suspended for "spam" because of the fact it's my alt.
cambridgeport90
at
2021-02-07 16:51
-
Seirdy sorry that should have been `<a rel=alternate hreflang="en">`
btrem
at
2021-01-30 23:28
-
it could be worth exploring a microformats property for it, but yeah right now the rel=alternate thing is the established practice
aaronpk
at
2021-01-30 23:26
-
You as the author of the original article, adds rel="canonical" to the `head`. And inside h-entry, a link rel=alternate hreflang="ru" to the translation.
btrem
at
2021-01-30 23:24
-
I'm not sure if it's really necessary, though. It seems like rel=alternate hreflang="" covers it.
btrem
at
2021-01-30 23:22
-
That could also be rel=alternate type="text/plain"
btrem
at
2021-01-30 23:09
-
so basically im using it for alternate formats
Seirdy
at
2021-01-30 23:09
-
`<a rel="alternate" hreflang="fr" href="//fr.example.com/le-foo">disponible en français</a>`
btrem
at
2021-01-30 23:05