1168
results for "alternate"
-
[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 08: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 17:51
-
Seirdy sorry that should have been `<a rel=alternate hreflang="en">`
btrem
at
2021-01-31 00: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-31 00: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-31 00:24
-
I'm not sure if it's really necessary, though. It seems like rel=alternate hreflang="" covers it.
btrem
at
2021-01-31 00:22
-
That could also be rel=alternate type="text/plain"
btrem
at
2021-01-31 00:09
-
so basically im using it for alternate formats
Seirdy
at
2021-01-31 00:09
-
`<a rel="alternate" hreflang="fr" href="//fr.example.com/le-foo">disponible en français</a>`
btrem
at
2021-01-31 00:05
-
Or `<link rel="alternate" hreflang="es" href="//es.example.com/el-foo.fr">`
btrem
at
2021-01-31 00:03