Re: Chemo's Ultimate URL's
hello
Quote:
It's great to see this MOD around, but I noticed on the Zen Cart Wiki it mentions that this MOD doesn't include a "Paypal Fix":
http://www.zen-cart.com/wiki/index.p...n:Ultimate_SEO
Any suggestions on what this fix is, and where to find it, would be very much appreciated.
heres the paypal fix
http://www.zen-cart.com/forum/showth...pal#post152157
hth :thumbsup:
Re: Chemo's Ultimate URL's
abou character conversion in this mode
I have this URL
....cz/epson-v%C3%BDhodn%C3%A9-balen%C3%AD-c-6_7_11.html
czech language have additionl symbols up letters...
It is not looked good but what berret - use character converter for make
/epson-vyhodne-baleni-c-6_7_11.html
or let it be (meibe czech search engines can read this better) ?
and I dont know how to use conversion tools...what chart converter must be used ?
UTF ? or another ?
Im try to make conversion but %C3%BD=>y dosnt work
Re: Chemo's Ultimate URL's
Re: Chemo's Ultimate URL's
Wow.. thank you
(dik, ted tam budu cist vice clanku )
Re: Chemo's Ultimate URL's
ok no fair
I can read English, Japanese, am pretty good at German and have crappy french but czech?:cry:
Would one of you gentlemen be kind enough to translate that post for me please and post it in here?
http://www.zencart.cz/modules/newbb/...#forumpost2446
Re: Chemo's Ultimate URL's
Sory Reesy 8)
Im try translate this post
for convert non-english letter Dedek offer this solution
Edit file seo.url.php
After line
Code:
this->languages_id = (int)$languages_id;
add this code (I mean you can change this arrea like you need . this is maked for czech and slovak and another languages)
Code:
$this->trans = array('ä'=>'ae','ë'=>'ie','ö'=>'oe','ü'=>'ue','Ä'=>'AE','Ë'=>'IE','Ö'=>'OE','Ü'=>'UE',
'á'=>'a','č'=>'c','ď'=>'d','é'=>'e','ě'=>'e','í'=>'i','ľ'=>'l','ň'=>'n','ó'=>'o','ô'=>'o',
'ŕ'=>'r','ř'=>'r','š'=>'s','ť'=>'t','ú'=>'u','ů'=>'u','ý'=>'y','ž'=>'z','Á'=>'A','Č'=>'C',
'Ď'=>'D','É'=>'E','Ě'=>'E','Í'=>'I','Ľ'=>'L','Ň'=>'N','Ó'=>'O','Ô'=>'O','Ŕ'=>'R',
'Ř'=>'R','Š'=>'S','Ť'=>'T','Ú'=>'U','Ů'=>'U','Ý'=>'Y','Ž'=>'Z');
befor this line
Code:
switch($this->attributes['SEO_URLS_USE_W3C_VALID']){
add this code
Code:
if (is_array($this->trans)) {
$link = strtr($link, $this->trans);
}
Re: Chemo's Ultimate URL's
Thats great, thank you very much! :smile:
Re: Chemo's Ultimate URL's
I've got two problems, just for a change!
At the category level, it is working, and produces cats like this:
fly-traps-and-insecticides-c-28_32.html
But at the product display leve, it produces this:
index.php?main_page=product_info&cPath=28_32&products_id=709
And when I use the Google Sitemap Generator, it produces URLs like this:
index.php?main_page=product_info&products_id=709
I know that google penalises duplicate URLs, and I wonder what I've done wrong here.
Re: Chemo's Ultimate URL's
But you have this URL on your web server...
mod rewrite just change this URL to looked like standart .thml file
I dont know it is good for google or not... I just wait when google bot visit my page for look error statistics on my google sitemaps account.
Re: Chemo's Ultimate URL's
I'm so glad that I finally found this thread. I had just installed the version for 1.31 when the Zen-Cart forum changed, so I've literally been everywhere looking for an answer.
I have successfully installed this contribution. It works perfectly... except Google hates it. Now since I saw the post where another user has over 2000 pages indexed with Google, I'm thinking I've done something wrong.
Here's the issue. When Google tries to verify the site to upload the Google site map I've installed - I get the following error - 404 error returns a 200OK - cannot verify site. In doing more testing I found that what is happening is that if a non-existent page is requested in the browser instead of "page_not_found.html or .php being returned - the user is just returned to the index.php. It has literally put the brakes on Google indexing beyond the home page.
Here's the link - http://www.bestdiamondwatch.com
Could someone take a look and let me know what I've done incorrectly or if there is somewhere in the code that it can be changed to not do this. I'm desparate on this. I've been trying to get this site indexed for nearly 6 weeks with absolutely zero luck.