The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot Details »» | |||||||||||||||||||||||||||
vB Global Translator - Multiply your indexed pages & put search traffic on autopilot
Developer Last Online: Dec 2013
**Text Removed**
Show Your Support
|
Comments |
#592
|
|||
|
|||
After working with this mod for three weeks, I have dropped the Google Sitemap method suggested by the vBSEO team. That method, well intended, was a quick "kludge" which was not optimal for this type of application.
What I have done is easy and requires a small bit of manual labor and goes something like this:
This method has many advantages. First of all you have a completely different sitemap of your entire site for each language. So easy to submit to language specific search engines. Also, you can easily track the indexing progress for each Sitemap. This is much easier to manage and much cleaner, IMHO. Of course, this method takes a bit of work when your need to update your language Sitemaps, but if you have a large board, this will get you indexed nicely in a well organized way. You can add the newer links after a high percentage of the legacy links are archived (in a few months). We added the top 10 languages to Google Webmaster Tools, each with its own Sitemap, so where we originally had one big sitemap with nearly 396K URLs, we now have a total of around 4,750K URLs total in 11 Sitemaps. So far, Google is happy :-) With this simple method, you can see the index progress on each language. You can submit your Sitemaps to language specific search engines. You can manage the update frequency on the translated URLs differently than your main site. You can also avoid any potential problems with your main sitemap. (See attachment) Enjoy and Good Luck! |
#593
|
|||
|
|||
I forgot to add, for the next "trick" I will write the URLs in the new Sitemaps as
Code:
FORUMROOT/flag/url.html Code:
FORUMROOT/url.html?hl=flag and then add a very simple mod_rewrite rule to rewrite FORUMROOT/flags/blahblah.... to FORUMROOT/blahblah?hl=flag :-) |
#594
|
|||
|
|||
Quote:
|
#595
|
|||
|
|||
Note:
We are definately seeing a sort of "Google penalty" for using ?hl=flag (duplicate content, it seems -- at least in the Sitemaps) As Google indexes the various language sitemaps, it is subtracting indexed links from the main sitemap ... so I will need to rewrite the URLs sooner-than-later ! |
#596
|
||||
|
||||
Quote:
|
#597
|
|||
|
|||
<font color="Red">EDIT: DOES NOT WORK YET. DO NOT USE THE 'BRAINSTORMING' IDEA HERE</font>. - imported_silkroad
Cheers NLP-er and Thanks. I think we will vBSEO rewrite, something like: '^(.+?)\.html\?hl=(.+?)$' => '$2/$1.html' Do you think it this work? Or maybe just manually change the sitmaps (as above #591) and try: '^ja/(.+?)\.html$' => '$1.html?hl=ja' '^ru/(.+?)\.html$' => '$1.html?hl=ru' '^ko/(.+?)\.html$' => '$1.html?hl=ko' yadda, yadda, yadda .. Maybe? |
#598
|
|||
|
|||
just installed this...works great and easy setup too
thanks |
#599
|
||||
|
||||
Quote:
|
#600
|
||||
|
||||
Quote:
The best way would be to redirect internally URLs like country/rest to rest?hl=country. Internally I mean without changing URL in browser (without sending header). And redirect URLs like rest?hl=country to country/rest with 301 header. It would be best because old, already indexed addresses will work. Redirect will made reindexing faster (I think ) and you avoid possibility of duplicate content penalty if same content is available in booth URL's. In same time it would be good for this mod because no changes would be required at all. Unfortunately I'm not expert in .htaccess file or vbSEO custom rewrite rules, so I don't know does it is possible. For sure it is possible to redirect one address to other, but can it be done internally?... |
#601
|
|||
|
|||
Quote:
I tried something similar in .htaccess after posting above and it crashed here too.... driving the load average of the server to outer space More later ..... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|