ocStore 1.5.4.1
SEOPRO + SEOManager
НЕ проиндексировались категории - вида домен/категория/подкатегория
но если подсунуть домен/категория/подкатегория.html - то бот видит категории.
Подскажите, в какую сторону копать?
robots.txt
.htaccsess
контроллер?
выкладываю фрагмент robots.txt
User-agent: *
Disallow: /admin
Disallow: /cart.html
Disallow: /success.html
Disallow: /account
Disallow: /new
Disallow: /specials
Disallow: /brands
Disallow: /cache
Disallow: /niks
Disallow: /catalog
Disallow: /download
Disallow: /export
Disallow: /system
Disallow: /login.html
Disallow: /my-account.html
Disallow: /address-book.html
Disallow: /edit-account.html
Disallow: /forgot-password.html
Disallow: /login.html
Disallow: /logout.html
Disallow: /newsletter.html
Disallow: /order-history.html
Disallow: /change-password.html
Disallow: /create-account.html
Disallow: /returns.html
Disallow: /transactions.html
Disallow: /wishlist.html
Disallow: /affiliates.html
Disallow: /edit-affiliate-account.html
Disallow: /affiliate-forgot-password.html
Disallow: /affiliate-login.html
Disallow: /affiliate-logout.html
Disallow: /change-affiliate-password.html
Disallow: /affiliate-payment-options.html
Disallow: /create-affiliate-account.html
Disallow: /affiliate-tracking-code.html
Disallow: /affiliate-transactions.html
Disallow: /shopping-cart.html
Disallow: /gift-vouchers.html
Disallow: /compare-products.html
Disallow: /search.html
Disallow: /index.php?route=account
Disallow: /index.php?route=account/account
Disallow: /index.php?route=checkout/cart
Disallow: /index.php?route=checkout/shipping
Disallow: /index.php?route=common/home
Disallow: /index.php?route=product/product/captcha
Disallow: /index.php?route=product/product*&manufacturer_id=
Disallow: /index.php?route=product/search
Disallow: /index.php?route=information/contact/captcha
Disallow: /index.php?route=information/information&information_id=
Disallow: /index.php?route=account/login
Disallow: /*route=account/
Disallow: /*route=account/login
Disallow: /*route=checkout/
Disallow: /*route=checkout/cart
Disallow: /*route=affiliate/
Disallow: /*route=product/search
Disallow: /*?sort=
Disallow: /*?sort
Disallow: /*&sort=
Disallow: /*?order=
Disallow: /*?order
Disallow: /*&order=
Disallow: /*?limit=
Disallow: /*&limit=
Disallow: /*?filter_name=
Disallow: /*&filter_name=
Disallow: /*?filter_sub_category=
Disallow: /*&filter_sub_category=
Disallow: /*?filter_description=
Disallow: /*&filter_description=
Disallow: /*?tracking=
Disallow: /*&tracking=
Disallow: /*?manufacturer
Disallow: /*?keyword
Host: xxx.in.ua
.htaccess
<FilesMatch "error.(txt)$">
Order Allow,Deny
Deny from all
</FilesMatch>
<FilesMatch "\.(tpl|ini|log)">
Order deny,allow
Deny from all
</FilesMatch>
# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/
#RewriteRule ^kupit_brendovie_pidjaki.html$ 404. [R=301,L]
RewriteBase /
RewriteRule ^index.html$ / [R=301,NC,L]
# redirect www to non_www
RewriteCond %{HTTP_HOST} ^www.xxx.in.ua
RewriteRule ^(.*)$ http://xxx.in.ua/$1 [R=301,L]
# Home page redirect ( /index.php to /)
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\ HTTP/
RewriteRule ^index\.html$ / [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ / [R=301,L]
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
вот что в панели google-webmaster