|
|
|||||||
| Register | FAQ | Calendar | Radio and TV | NP Shop | Search | Today's Posts | Mark Forums Read |
| Tutorials Tutorials and helpful articles made by ponders for ponders |
![]() |
![]() |
![]() |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
I am Sleazybears Sex Slave
|
SEO trick: multiple languages site friendly urls
Hi,
We always try to stuff our URLs with keywords (or we should). For a classifieds section of a site, the url should contain the word 'classifieds' for example. A too often forgotten thing is that URL should contain the matching keyword for each supported language of the website. If you support French, 'classifieds' should be replaced by 'petites-annonces'. Here's a trick I am using to have a friendly url in each language of a website. Let's say you have a script named classifieds.php and you use some .htaccess rewrite rules to call it from /classifieds/en/ (hence the script name and the language code). The language code is saved in the global $GLOBALS['lang']. You can set up a global array for each language matching the script name to the keyword you want to show up in the URL. $GLOBALS['links']['fr'] = array('classifieds' => 'petites-annonces'); $GLOBALS['links']['en'] = array('classifieds' => 'classifieds'); This rewrite rule in your .haccess will redirect the URLs ending by petites-annonces/fr/ to classifieds/fr/ (the script name plus its language argument). RewriteEngine on RewriteRule ^petites-annonces/fr/ classifieds/fr/ [L] Now, you need to rewrite any link to the classifieds section to take into account your language: classifieds/$GLOBALS['lang'] will become $GLOBALS['links'][$GLOBALS['lang']]['classifieds']/$GLOBALS['lang'] Thus you will get 'classifieds/en' for your English section and 'petites-annonces/fr' for your French section. Hoping it will help you PS: if you want a real-life example, check the signature: the Mancko website is exactly done this way. __________________
ICQ: 448043846 ![]() French translation, localization - I like sharing videos - Alternative to AdSense |
|
|
|
|
|
#2 (permalink) |
|
Im starting to love this place and the points dont matter lol
Join Date: Jun 2008
Posts: 20
Points: 75
|
Nice piece of info. Thanks for sharing.
__________________
Free XXX Movies Free Cumshot Facial Free Cumshot Movies Free Sex Videos Free Porn Videos |
|
|
|
|
|
#3 (permalink) |
|
What the fuck is an Infraction?
|
cool tip you got their mate, thanks
![]() __________________
Need Quality Adult Graphic Designs? : CLICK HERE!!! ICQ: 441040681 EMAIL: graphics4adult@yahoo.com |
|
|
|
|
|
#7 (permalink) |
|
I am a Netpond Virgin
Join Date: Jul 2008
Posts: 3
Points: 15
|
great thanks french-webbie
__________________
I need to make a total 10 posts before my sig can be seen, so until then, why not check out Netpond's sponsors |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
![]() |
![]() |