COVID2019 и это вот все. Друзья, вся эта история начинает плохо пахнет. Мойте руки, не ходите в люди. Отложите все плановые покупки и положите в носок заначку. Заприте ваших родителей, бабушек-дедушек на даче. Лучше перебдеть чем недобдеть. Берегите себя!

Помогите. Нету доступа для гуглбота


Recommended Posts

 

Не могу пройти тест

https://search.google.com/test/mobile-friendly?url=https%3A%2F%2Fgastroshop.com.ua%2F

как открыть доступ именно этому боту?

 

пруфы что все работает... через https://www.google.com/webmasters/tools/robots-testing-tool

 

Скрытый текст

 

image.thumb.png.d7457e16009fcdd299950d48357be5b8.png

image.thumb.png.0a0c00af45ef4d5895d8a0d1a1211d4f.png

image.thumb.png.1d56a36aee1e7162a21c178464223dcc.png

 

 

 

 

роботс

 

Скрытый текст

User-agent: *
Disallow: /*route=checkout/
Disallow: /index.php?route=product/product*&manufacturer_id=
Disallow: /download
Disallow: /system
Disallow: /*?order=
Disallow: /*&order=
Disallow: /*?filter_name=
Disallow: /*&filter_name=
Disallow: /*?filter_sub_category=
Disallow: /*&filter_sub_category=
Disallow: /*?filter_description=
Disallow: /*&filter_description=
Disallow: /*?tracking=
Disallow: /*&tracking=

User-agent: Yandex
Disallow: /*route=checkout/
Disallow: /index.php?route=product/product*&manufacturer_id=
Disallow: /download
Disallow: /system
Disallow: /*?order=
Disallow: /*&order=
Disallow: /*?filter_name=
Disallow: /*&filter_name=
Disallow: /*?filter_sub_category=
Disallow: /*&filter_sub_category=
Disallow: /*?filter_description=
Disallow: /*&filter_description=
Clean-param: tracking

Host: https://gastroshop.com.ua/
Sitemap: https://gastroshop.com.ua/sitemap.xml

 

 

хтацес

 

Скрытый текст

ServerSignature Off

<IfModule mod_setenvif.c>
    SetEnv TZ Europe/Kiev
</IfModule>

<IfModule mod_mime.c>
    # Data interchange
    AddType application/atom+xml                        atom
    AddType application/json                            json map topojson
    AddType application/ld+json                         jsonld
    AddType application/rss+xml                         rss
    AddType application/vnd.geo+json                    geojson
    AddType application/xml                             rdf xml
    # JavaScript
    AddType text/javascript                             js mjs
    # Manifest files
    AddType application/manifest+json                   webmanifest
    AddType application/x-web-app-manifest+json         webapp
    AddType text/cache-manifest                         appcache
    # Media files
    AddType audio/mp4                                   f4a f4b m4a
    AddType audio/ogg                                   oga ogg opus
    AddType image/bmp                                   bmp
    AddType image/svg+xml                               svg svgz
    AddType image/webp                                  webp
    AddType video/mp4                                   f4v f4p m4v mp4
    AddType video/ogg                                   ogv
    AddType video/webm                                  webm
    AddType video/x-flv                                 flv
    AddType image/x-icon                                cur ico
    # Web fonts
    AddType font/woff                                   woff
    AddType font/woff2                                  woff2
    AddType application/vnd.ms-fontobject               eot
    AddType font/ttf                                    ttf
    AddType font/collection                             ttc
    AddType font/otf                                    otf
    # Other
    AddType application/octet-stream                    safariextz
    AddType application/x-bb-appworld                   bbaw
    AddType application/x-chrome-extension              crx
    AddType application/x-opera-extension               oex
    AddType application/x-xpinstall                     xpi
    AddType text/calendar                               ics
    AddType text/markdown                               markdown md
    AddType text/vcard                                  vcard vcf
    AddType text/vnd.rim.location.xloc                  xloc
    AddType text/vtt                                    vtt
    AddType text/x-component                            htc
</IfModule>

AddDefaultCharset utf-8

<IfModule mod_mime.c>
    AddCharset utf-8 .atom .html .css .js .json .jsonld .txt .php .tpl .twig .xml .rss .vtt .webapp
</IfModule>

<IfModule mod_dir.c>
    DirectoryIndex index.php
</IfModule>

# protect .htaccess and .htpasswd | https://htaccessbook.com/protect-htaccess-files/
<Files ~ "^.*\.([Hh][Tt][Aa])">
    Order allow,deny
    Deny from all
    Satisfy all
</Files>

<Files ~ "^.*\.([Hh][Tt][Pp])">
    Order allow,deny
    Deny from all
    Satisfy all
</Files>

<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
    Require all denied
</FilesMatch>

<FilesMatch "(^#.*#|\.(md|yml|yaml)|~)$">
    Order allow,deny
    Deny from all
    Satisfy All
</FilesMatch>

<IfModule mod_rewrite.c>
    RewriteEngine On

    #Options +FollowSymlinks
    Options +SymLinksIfOwnerMatch

    Options -Indexes

    RewriteBase /

    RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
    #RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]

    RewriteRule ^system/storage/(.*) index.php?route=error/not_found [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]

</IfModule>

<IfModule pagespeed_module>
    # Отключение обработки ресурса модулем: *, путь или маска для типов файлов
    ModPagespeedDisallow "*"
    # https://www.modpagespeed.com/doc/filter-make-google-analytics-async
    ModPagespeedEnableFilters make_google_analytics_async
</IfModule>

<IfModule mod_setenvif.c>
    BrowserMatch "MSIE" force-no-vary
    BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary
</IfModule>

FileETag MTime Size

<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
    AddOutputFilterByType DEFLATE application/x-font
    AddOutputFilterByType DEFLATE application/x-font-opentype
    AddOutputFilterByType DEFLATE application/x-font-otf
    AddOutputFilterByType DEFLATE application/x-font-truetype
    AddOutputFilterByType DEFLATE application/x-font-ttf
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE font/opentype
    AddOutputFilterByType DEFLATE font/otf
    AddOutputFilterByType DEFLATE font/ttf
    AddOutputFilterByType DEFLATE image/svg+xml
    AddOutputFilterByType DEFLATE image/x-icon
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/xml

    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    Header append Vary User-Agent
</IfModule>

<IfModule mod_gzip.c>
    mod_gzip_on                     Yes
    mod_gzip_dechunk                Yes
    mod_gzip_item_include file              \.(html?|txt|css|js|php|pl|twig|xml)$
    mod_gzip_item_include mime              ^text\.*
    mod_gzip_item_include mime              ^application/x-javascript.*
    mod_gzip_item_exclude mime              ^image\.*
    mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</IfModule>

<ifModule mod_headers.c>
    <FilesMatch "\.(css)$">
        Header set Cache-Control "max-age=2628000, private"
    </FilesMatch>
    <FilesMatch "\.(js)$">
        Header set Cache-Control "max-age=2628000, private"
    </FilesMatch>
    <FilesMatch "\.(ico|gif|jpg|jpeg|png)$">
        Header set Cache-Control "max-age=2628000, public"
    </FilesMatch>
    <FilesMatch "\.(txt)$">
        Header set Cache-Control "max-age=2628000, public"
    </FilesMatch>
    <FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
        Header set Access-Control-Allow-Origin "*"
    </FilesMatch>
    <FilesMatch "\.(php|html|xml)$">
        Header unset Cache-Control
    </FilesMatch>

    Header set X-XSS-Protection "1; mode=block"
    Header always append X-Frame-Options SAMEORIGIN
    Header set X-Content-Type-Options nosniff

</IfModule>

<ifmodule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access 1 month"
    ExpiresByType image/jpg "access 1 year"
    ExpiresByType image/jpeg "access 1 year"
    ExpiresByType image/gif "access 1 year"
    ExpiresByType image/png "access 1 year"
    ExpiresByType text/css "access 1 month"
    ExpiresByType text/html "access 1 day"
    ExpiresByType application/pdf "access 1 month"
    ExpiresByType text/x-javascript "access 1 month"
    ExpiresByType application/x-shockwave-flash "access 1 month"
    ExpiresByType image/x-icon "access 1 year"
</ifmodule>

 

 

где может блокироваться доступ? где посмотреть? где искать? что искать?

 

Картинки, код и логи прячьте под спойлер!

Изменено пользователем WarStyle
Ссылка на комментарий
Поделиться на других сайтах

2 часа назад, gastroshop сказал:

Не могу пройти тест

 

Что то не совпадает то что Вы пишите и то что есть по факту: https://gastroshop.com.ua/robots.txt

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

26 минут назад, WarStyle сказал:

 

Что то не совпадает то что Вы пишите и то что есть по факту: https://gastroshop.com.ua/robots.txt

да, пробую, исправляю, ничего не получается 

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

В 19.11.2020 at 14:53, WarStyle сказал:

Если Вы не можете отредактировать файл robots.txt, тогда Вам в раздел платных услуг.

Могу отредактировать. Поставил пустой роботс:

Скрытый текст

image.png.27c00712322ecf28b2f85012c8d4de10.png

 

Картинки, код и логи прячьте под спойлер!

Изменено пользователем WarStyle
Ссылка на комментарий
Поделиться на других сайтах

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Гость
Ответить в тему...

×   Вы вставили отформатированное содержимое.   Удалить форматирование

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу