Re: Ultimate SEO 2.200+ (new features)
Hi,
Quote:
Originally Posted by
gunni
greenpillow(dot)co(dot)il
Search in google: greenpillow(dot)co(dot)il/m or greenpillow(dot)co(dot)il/mobile
and you could see this "page" indexed in Google but never was made by me.
I scanned the site with Netpeak Spider and Screaming Frog SEO Spider. No internal links to /m and /mobile is not found.
This either means that somewhere there is an external link or that old internal links that were once on the site.
Disallow this uri in robots.txt and eventually they fall out of the search.
Another way - to do a 301 redirect to the home page.
P.S. You have problems on the site - unnecessary 301 redirect, not disallowed uri in the robots.txt, etc. I recommend to download Free Screaming Frog SEO Spider and independently verify the site. Or contact the experts.
Re: Ultimate SEO 2.200+ (new features)
Hi,
Quote:
Originally Posted by
Ang_l
I have a problem with Cyrillic characters in URL
Ultimate SEO works in Latin, but when there is a symbol of the Cyrillic: URL address is -c-111/-p-111.html
All symbols disappear.
All I found written on the subject for encoding - in this case everything is utf-8,
Zen Cart is 1.5.5d, PHP Version 5.2.17
Try to set "Remove problematic characters" to "punctuation".
Re: Ultimate SEO 2.200+ (new features)
I tried everything :(
I removed u after
HTML Code:
$pattern = '/[^\p{L}\p{N}\s]/ ';
in /includes/classes/usu.php and already url is not empty. (in both cases - non-alphanumerical and punctuation )
Now the url is /vit-%F0%F0%F0%B9-%F0%F1%F1... ... -p-111.html
Now if there is a way that %F0%F0%F0%B9-%F0%F1%F1 to look right!?
Thanks!
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
Ang_l
I removed
u after
HTML Code:
$pattern = '/[^\p{L}\p{N}\s]/ ';
in /includes/classes/usu.php and already url is not empty. (in both cases - non-alphanumerical and punctuation )
It is not right. You can not do it.
You can see link on the test site - http://test.zen-cart.su/%D1%82%D0%B5...%80-p-180.html
No any changes on usu.php, only set "Remove problematic characters" to "punctuation" - http://test.zen-cart.su/admin-demo/c...05&action=edit (Login: demo, Password: demo2016).
Quote:
Originally Posted by
Ang_l
Now if there is a way that %F0%F0%F0%B9-%F0%F1%F1 to look right!?
What does "look right"? And this is "not right"?
Re: Ultimate SEO 2.200+ (new features)
Yes, I know it's wrong, but maybe will show where is the problem.
Before that I changed from admin "non-alphanumerical " and "punctuation" many times but there was no result.
In right I mean that ...n-cart.su/%D1%82%D0%B5... browsers display as ...en-cart.su/тестовая...
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
Ang_l
Yes, I know it's wrong, but maybe will show where is the problem.
Whats problem?
Quote:
Originally Posted by
Ang_l
In right I mean that ...n-cart.su/%D1%82%D0%B5... browsers display as ...en-cart.su/тестовая...
You're wrong. That's right. What do you want - is not right. RTFM
Re: Ultimate SEO 2.200+ (new features)
Before I delete "u" all Cyrillic characters disappear - this I mean that the deletion of "u" can show where the problem to disappear symbols.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
Ang_l
Before I delete "u" all Cyrillic characters disappear - this I mean that the deletion of "u" can show where the problem to disappear symbols.
After setting "punctuation" you should reset URL Cache.
Re: Ultimate SEO 2.200+ (new features)
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
Ang_l
Yes, i do it
Miracles do not happen. Once again - it is not necessary to add bugs in code, it was enough to set configuration and then reset the cache.