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

tags problem ( +,- ) and ( Turkish characters )

This is a discussion on tags problem ( +,- ) and ( Turkish characters ) within the General Discussion forums, part of the vBSEO SEO Plugin category; Hello, +,- problem : now my links : /tags/vbulletin+tags how can i make links this : /tags/vbulletin-tags turkish characters problem ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-03-2008, 05:10 PM
Junior Member
 
Real Name: Gökhan Küçükaydın
Join Date: Mar 2008
Posts: 21
tags problem ( +,- ) and ( Turkish characters )

Hello,

+,- problem :
now my links : /tags/vbulletin+tags
how can i make links this : /tags/vbulletin-tags

turkish characters problem :

Turkish characters = "ı,ü,ş,ç,ö,ğ"
This is wiki pedia's link it have "ş" but this is my site sensizolmuyor.org

my site's have problem

this is in google index : www.sensizolmuyor.org/tags/deli+h%FCsn%FC/
deli+h%FCsn%FC/ = deli+hüsnü/


i want to

www.sensizolmuyor.org/tags/deli+husnu/
or
www.sensizolmuyor.org/tags/deli+hüsnü/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 05-03-2008, 05:56 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
Hello,
Quote:
this is in google index : SensiZOlmuyoR.org - deli hüsnü ile ilgili konular
this is correct - all non-English character must be "urlencoded" in links. When you move mouse over that link you will see in statusbar that it corresponds to "deli+hüsnü".
__________________
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 05-03-2008, 06:11 PM
Junior Member
 
Real Name: Gökhan Küçükaydın
Join Date: Mar 2008
Posts: 21
ok i make this and i fixed my turkish charackter problem

but how i can change this :

/tags/vbulletin+tags
/tags/vbulletin-tags

+,- problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 05-03-2008, 06: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,597
Please try to manually enable this option in config_vbseo.php file:
PHP Code:
    define('VBSEO_URL_TAGS_FILTER',        1); 
__________________
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 05-03-2008, 06:21 PM
Junior Member
 
Real Name: Gökhan Küçükaydın
Join Date: Mar 2008
Posts: 21
only i want change "+" because my old links have "-"
exmple:
my old link : www.sensizolmuyor.org/tags/metin2-hileleri
new link : SensiZOlmuyoR.org - metin2 ile ilgili konular

i want change this "+" to "-"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 05-03-2008, 06:27 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,597
You can modify functions_vbseo_createurl.php file for that:
FIND:
PHP Code:
$replace['%tag%'] = vbseo_filter_text($apars['tag'], ''false); 
REPLACE:
PHP Code:
$replace['%tag%'] = str_replace(' ''-'$apars['tag']); 
and then *enable* VBSEO_URL_TAGS_FILTER option in config_vbseo.php.
__________________
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 05-03-2008, 06:37 PM
Junior Member
 
Real Name: Gökhan Küçükaydın
Join Date: Mar 2008
Posts: 21
are you sure
PHP Code:
$replace['%tag%'] = vbseo_filter_text($apars['tag'], ''false); 
this is in functions_vbseo_createurl.php

because i cant find
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 05-03-2008, 06:40 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,817
Blog Entries: 1
Send a message via MSN to Mert Gökçeimam
Tag rewrite option is a feature opf vBSEO 3.2.0 Rc versions. You are using vBSEO 3.1.0

If you want to take advantage of this you need to upgrade to the latest Rc version.
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
Help: Non-English Characters in URLs Problem! oradoe General Discussion 2 05-01-2008 08:43 PM
Custom characters problem jewropa Troubleshooting 4 02-03-2008 07:52 PM
Turkish Characters Mert Gökçeimam Troubleshooting 3 01-07-2006 01:25 PM


All times are GMT -4. The time now is 11:09 PM.


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