Перейти к содержанию
Форум поддержки пользователей VamShop

Не индексируються станицы с новостями.


Рекомендуемые сообщения

Может кто то подскажет. Ситуация такая страинца с новостами такого типа http://tiresworld.com.ua/renault-budet-vypuskat-shiny-sobstvennogo-proizvodstv.html не индексируться поисковыми роботами.  В Yandex webmaster пишет что ошибка  Доступ к ресурсу запрещён (403) относительно страницы /.html . В roobots.txt вроде все правильно:

User-agent: *

Disallow: /order.php

Disallow: /forum/

Disallow: /address_book_process.php

Disallow: /ajax_shopping_cart.php

Disallow: /account.php

Disallow: /account_edit.php

Disallow: /account_edit_process.php

Disallow: /account_history.php

Disallow: /account_history_info.php

Disallow: /address_book.php

Disallow: /affiliate_affiliate.php

Disallow: /ask_a_question.php

Disallow: /checkout_alternative.php

Disallow: /checkout_process.php

Disallow: /cache/

Disallow: /admin/

Disallow: /checkout_address.php

Disallow: /checkout_confirmation.php

Disallow: /checkout_payment.php

Disallow: /checkout_success.php

Disallow: /checkout_shipping.php

Disallow: /contact_us.php

Disallow: /create_account.php

Disallow: /create_account_guest.php

Disallow: /create_account_process.php

Disallow: /create_account_success.php

Disallow: /highslide/

Disallow: /login.php

Disallow: /logoff.php

Disallow: /password_double_opt.php

Disallow: /popup_image.php

Disallow: /popup_search_help.php

Disallow: /privacy.php

Disallow: /reviews.php

Disallow: /shipping.php

Disallow: /shop_content.php

Disallow: /export/

Disallow: /download/

Disallow: /includes/

Disallow: /pub/

Disallow: /media/

Disallow: /special.php

Disallow: /specials.php

Disallow: /*action=*

Disallow: /*q=*

Disallow: /*cPath

Disallow: /manu/

Disallow: /index.php/manu

Disallow: /cookie_usage.php

Disallow: /*sort/

Disallow: /index.php?action=buy_now

Disallow: /specials.php/action/buy_now

Ссылка на сообщение
Поделиться на другие сайты

Может у Вас в .htaccess какие-то запреты.

По умолчанию всё нормально индексируется, это точно.

Ссылка на сообщение
Поделиться на другие сайты

AddDefaultCharset utf-8

RewriteEngine On

RewriteBase /

RewriteRule ^product_reviews_write\.php\/info\/p(.*)_.*\.html product_reviews_write\.php\?products_id=$1 [L]

RewriteRule ^product_reviews_write\.php\/action\/process\/info\/p([0-9]*)_.*\.html product_reviews_write\.php\?action=process\&products_id=$1 [L]

RewriteRule ^product_info\.php\/info\/p(.*)_.*\/action\/add_product product_info\.php\?products_id=$1\&action=add_product\ [L]

RewriteRule ^shopping_cart\.php\/products_id\/([0-9]*)\/info\/p([0-9]*)_.*\.html shopping_cart\.php\?products_id=$1 [L]

RewriteRule ^(product_info|index|shop_content|news|faq|articles|article_info).php(.*)$ redirector.php [L]

RewriteRule ^.*\.gif|\.jpg|\.png|\.css|\.php|\.js$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.*).html(.*)$ manager.php [L]

#Redirect /palisandr/index.php http://www.uedim.ru/palisandr/Mebel.html

ErrorDocument 404 /

# PHP 5, Apache 1 and 2.

<IfModule mod_php5.c>

php_value magic_quotes_gpc                0

php_value register_globals                0

php_value session.auto_start              0

php_value mbstring.http_input            pass

php_value mbstring.http_output            pass

php_value mbstring.encoding_translation  0

php_value default_charset UTF-8

php_value mbstring.internal_encoding UTF-8

</IfModule>   

вот такое содержание .htaccess

Ссылка на сообщение
Поделиться на другие сайты

Вроде нормально всё.

Может нужно подождать чуть, не обновилась выдача по Вашему сайту в яндексе.

В скрипте магазина по умолчанию точно нет никаких блокировок и всё индексируется.

Ссылка на сообщение
Поделиться на другие сайты
×
×
  • Создать...