Page_lang is a module for drupal to internationalize the drupal's nodes in a very flexible way. This module is developed from this spanish school. The internationalization is quite important for motors search (search engine). When google analyze a document optimized for a language or a place, it 's considered more excellent than others if the search is made from a concrete language or place. Therefore a document optimized for instance for German it has to be written these labels:
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
This document will be considered more excellent for every search made from german versions of google. If however we write the following labels in our document:
<html xmlns="http://www.w3.org/1999/xhtml" lang="de-at" xml:lang="de-at">
This document is optimized for the German language and specifically for Austria.
If we put:
<html xmlns="http://www.w3.org/1999/xhtml" lang="es-es" xml:lang="es-es">
This document will be optimized for searchs made from Spain whereas if we write:
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
Every search will be optimized for all Spanish speaking places. Further information about internationalization you can find at
W3C Internationalization (I18n) Activity
The license is GPL v2.
Downloads
Project Information
- Module categories: Theme Enhancements
- Maintenance status: Unknown
- Development status: Unknown
- Reported installs: 1 site currently reports using this module. View usage statistics.
- Last modified: July 18, 2008