Hello! Very useful module, thanks!
But is there any ability to create multilingual meta-tags, such as:




So if someone want to have a good page rank in some search engine both in english and bla-bla requests.. that feature would be very useful.

Thank you in advance!

Comments

trofimchouk’s picture

sorry, forgot about html-filtering..
should be:

"Hello! Very useful module, thanks!
But is there any ability to create multilingual meta-tags, such as:

<meta name="author" content="author in bla-bla" lang="bla-bla"/>
<meta name="author" content="author in english" lang="en-us"/>
<meta name="keywords" content="keywords in bla-bla" lang="bla-bla"/>
<meta name="keywords" content="keywords in english" lang="en-us"/>
<meta name="description" content="description in bla-bla" lang="bla-bla"/>
<meta name="description" content="description in english" lang="en-us"/>

so on...."

mike15’s picture

Hi,

I am looking for the same multilingual support with modules such as "Localization"

Thanks a lot!

Robrecht Jacques’s picture

Version: master »
Status: Active » Postponed

I'm not sure if this is useful. I mean: if you have a node in english, why would you want to add dutch (for example) meta tags? As far as I can see, in Drupal 6.x, a translation of a node would result in a new node. One could have english tags (and content), while a translation could have dutch tags (and content). As it is a different node, you can edit the tags on it seperately. So in some way this is "supported" already.

What would be useful is something like:

<LINK title="The manual in Dutch"
      type="text/html"
      rel="alternate"
      hreflang="nl" 
      href="http://someplace.com/manual/dutch.html" />

See: http://www.w3.org/TR/html401/struct/links.html#search

I'll look into this last option for the 6.x-2.x release.

apaderno’s picture

Status: Postponed » Closed (won't fix)

Branch 6.x-2 has never been supported, and it is not anymore developed.