Доброе время суток.
Установил на хостинг движок opencart, немного подшаманил с дизайном. Включаю SEO, начинаю смотреть себя в поисковиках.
В google меня нет, и не появляюсь
В яндексе я есть, причем 4-7 место по выбранному региону, все здорово. Но... Ссылка с яндекса выглядит так: http://www.tip-tap.r...Sensor%20System, а ссылки на то же на моем сайте выглядят так: http://www.tip-tap.r...gory&path=50_52
Движок лежит по адресу: http://www.tip-tap.ru
Привожу htaccess:
# Подробнее на https://myopencart.com
Options +FollowSymlinks
# Запретить листинг директорий
Options -Indexes
# Закрыть доступ к файлам шаблонов
<FilesMatch ".(tpl|ini|log|txt)">
Order deny,allow
Deny from all
</FilesMatch>
<Files robots.txt>
Allow from all
</Files>
# Необходимо для ЧПУ.
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling, then restore the # as this means your host doesn't allow that.
# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off
# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off
# Custom error pages for php scripts only
<FilesMatch .php$>
ErrorDocument 400 http://www.tip-tap.ru/index.php
ErrorDocument 401 http://www.tip-tap.ru/index.php
ErrorDocument 403 http://www.tip-tap.ru/index.php
ErrorDocument 404 http://www.tip-tap.ru/index.php
ErrorDocument 500 http://www.tip-tap.ru/index.php
</FilesMatch>
Помогите советом или действием,
1. чтобы прийти к ссылкам вида из яндекса
2. чтобы появится в google.
P.S. а может я с файлом sitemap.xml накосячил? http://www.tip-tap.ru/sitemap.xml