vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Does vbSEO support Chinese

This is a discussion on Does vbSEO support Chinese within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; Hi, it's said that veSEO 3.0 gold will support lots of languages, will it support Chinese? Especially, will it support ...

Go Back   vBulletin SEO Forums > Announcements & Pre-Sales > Pre-Sales Questions

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-06-2007, 08:28 AM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
Does vbSEO support Chinese

Hi, it's said that veSEO 3.0 gold will support lots of languages, will it support Chinese? Especially, will it support embed Chinese topic/post titles into the url?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 04-06-2007, 09:13 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,580
Hello,

yes, you can disable "Replace Non-English Characters in URLs" option in vbseocp to have unchanged thread/forum titles in URLs (urlencoded).
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 04-11-2007, 10:50 PM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
Actually that might not be the best solution.
Take Chinese character as an example, there is a pronunciation mapping between Chinese character and English characters.
For example, the word "Computer Science" in Chinese is "计算机科学",and its pronunciation is "jisuanjikexue"。
so,for a post with title "计算机科学", i would rather the url to be http://www.example.com/vbb/jisuanjikexue_123.html
instead of
http://www.example.com/vbb/计算机科学_123.html
I can write the code by myself but I am not sure if I can integrate it into vbseo since the source code is encrypted.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 04-12-2007, 01:13 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,580
Perhaps that would require you to define corresponding "translation" for every word, which is not practically useful, I believe.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 04-12-2007, 09:16 PM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
Quote:
Originally Posted by Oleg Ignatiuk View Post
Perhaps that would require you to define corresponding "translation" for every word, which is not practically useful, I believe.
I am not sure if it is practical for other Asia language like Japanese or Korean. But for Chinese it is practical, because there is an algorithm to map Chinese characters into PinYin pronunciation very fast. Generally it isn't a one-to-one map but a search in a pre-calc tree.
If vbSeo could have some hook setup in admin panel that I can put a function to translate a title into a url, then I can write this function by myself and use it.
I am currently trying to do some SEO on my forum. There are a lot of free solutions but I believe vbSeo is by far the best one I can find. So I am eager to integrate it into my forum. While the title->url mapping is the only thing I worry about now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 04-13-2007, 05:14 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,580
If you want to define custom per-character replacement - vBSEO supports it, as described in replace non english characters
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 04-13-2007, 07:51 AM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
That solution could solve the problem but might not be the best way for Chinese.
Generally there are more than 3000 frequently used Chinese characters, I guess that's the reason you said that it is not practically useful.
However, if vbSeo exposes a function interface instead of an array, it would solve the problem.
Instead of $vbseo_custom_char_replacement, is it possible to provide something like function vbseo_custom_char_replacement( ch ) or even function vbseo_custom_string_replacement( str ).


Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 04-13-2007, 09:33 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,580
Yes, it is also possible to manually define custom character translation function in config_vbseo.php file (VBSEO_TRANSLIT_CALLBACK setting).
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 04-18-2007, 09:29 PM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
I've given up this idea.
The reason is the url length. For a title in English with 20 chars, the translated url will be around 20 chars as well.
For a title in Chinese with 20 characters, after translated into PinYin, the length would be around 80 chars, not feasible. :'(
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 04-25-2007, 05:54 AM
Junior Member
 
Real Name: polyrandom
Join Date: Apr 2007
Posts: 12
Quote:
Originally Posted by Oleg Ignatiuk View Post
Yes, it is also possible to manually define custom character translation function in config_vbseo.php file (VBSEO_TRANSLIT_CALLBACK setting).
sorry,what should the prototype of this function be?

function my_function( $title )
{
// do some processing
return $title;
}

??????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #11  
Old 04-25-2007, 03:50 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,580
Yes, that is correct.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO 2.2.0 Released - Google/Yahoo Sitemap Compatible Juan Muriente vBSEO Announcements 58 11-17-2005 11:49 PM


All times are GMT -4. The time now is 07:24 AM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.