Skip to content

Instantly share code, notes, and snippets.

@flexbox
Last active December 17, 2015 22:49
Show Gist options
  • Save flexbox/5684604 to your computer and use it in GitHub Desktop.
Save flexbox/5684604 to your computer and use it in GitHub Desktop.
multilang SEO friendly in ruby on rails
<% hreflang = locale == :fr ? 'en' : 'fr' %>
<link href="<%= "http://#{request.host}:#{request.port}#{request.fullpath}" %>" hreflang="<%= hreflang %>" rel="alternate" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment