![]() |
Re: XC SEO v1.1.0 Released
I just installed this mod and it is working as far as meta tags go. However it is not changing the links from php to html. Anyone have this problem as well or know a solution? Thanks.
|
Re: XC SEO v1.1.0 Released
If you have problems with special characters in URLS you can change function normalize_name in Outputfilter.seo.php with next lines:
Outputfilter.seo.php Code:
function _normalize_name($name, $search=false) { Code:
function _normalize_name($name, $search=false) { |
Cloaking
There is some cloaking going on in this script...
Why exactly? Does that not present the danger of being pennalized? |
Re: Cloaking
Quote:
what do you mean? you also talk very mysterious... :o |
Re: XC SEO v1.1.0 Released
The script generates different URLs for normal browsers and different URLs for robots (GoogleBot.. Yahoo, etc).
The "customer URL" to the product on category page has page number and category number in it, and "robots URL" does not have that. How can you see that? If you came to product from category it looks like this http://www.soundchoicestore.com/brick-karaoke-c-18-p-1-pr-651.html and it is UNRANKED in google (NO PR) But if you search for the same product/url in google, you'll find URL http://www.soundchoicestore.com/brick-karaoke-pr-651.html with PR2 These means that script is serving different URLs to customers and different to robots. It is called cloaking and it is what big SE frown upon. Although is very minor cloaking, but are you prepared to take chances with it? |
Re: XC SEO v1.1.0 Released
Dear Cefko,
I applied your solution but still my urls are showing like i dont make any changes. i modified the code under modules/xcseo e.g havuz-boyalary-c-8.html i want this show like havuz-boyalari-c-8.html Code:
function _normalize_name($name, $search=false) { Thank you |
Re: XC SEO v1.1.0 Released
I just wanted to say thank you very much for the terrific mod! Very appreciative.
|
Re: XC SEO v1.1.0 Released
no need to add any additional code to fit your language special chars
just on Outputfilter.seo.php Code:
just change this line to suit your needs. For example i add İIi to change to iii at the end of the line bolded |
Re: XC SEO v1.1.0 Released
Yes I tried that... but it didn't work for my characters, it seemed like strtr does not recognize my characters.
I will try again though |
Re: XC SEO v1.1.0 Released
Has anyone tried this mod with settings in Smart.class.php
var $force_compile = false; ? If i set this to "FALSE" which should greatly increase speed, every page that loads is the same, they don't change anymore. |
All times are GMT -8. The time now is 10:59 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.