Added meta hreflang

This commit is contained in:
vjrj 2018-02-15 17:13:54 +01:00
parent 79bdc18934
commit aec4c2a0b0

View file

@ -94,6 +94,8 @@ const App = props => (
<meta charSet="utf-8" />
<title>{i18n.t('AppName')}</title>
<meta name="description" content={`${i18n.t('AppDescrip')}: ${i18n.t('AppDescripLong')}`} />
<link rel="alternate" href="https://fires.comunes.org/" hrefLang="en" />
<link rel="alternate" href="https://fuegos.comunes.org/" hrefLang="es" />
</Helmet>
<Navigation {...props} />
<ReSendEmail {...props} />