kpumuk / meta-tags

Search Engine Optimization (SEO) for Ruby on Rails applications.
MIT License
2.73k stars 275 forks source link

Using rel="alternate" hreflang="x" #40

Closed hyperrjas closed 10 years ago

hyperrjas commented 11 years ago

is it possible to add this tag for multilanguage websites?

<link rel="alternate" hreflang="de" href="http://example.com/de/" />

Thank you!

ryantownsend commented 11 years ago

It would be great if we could add generic link tags - this way adding dns-prefetching, favicons etc would supported.

kpumuk commented 10 years ago

Implemented in version 1.6.0, thank you for your suggestion