- Версии OpenCart
- OC v2.х
- OC v3.х
Simple Google Sitemap - это генератор Google sitemap для OpenCart 2 и OpenCart 3.
Этот вариант лучше и быстрее, чем генератор по умолчанию. На хостинге с ограничением памяти 128 МБ время выполнения составляет около 3 секунд. для ~30000 товаров с ~ 10000 изображениями, ~300 категориями и ~350 производителями (если изображения уже кэшированы)
At first, go to admin area of your site.
Step 1: Upload extension (zip file) in Extensions -> Extension installer or unzip files and upload via FTP to your site
Step 2: Go to Extension -> Feeds and Enable Simple Google Sitemap
Step 3: Find in .htaccess the line
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
and replace it with
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/simple_google_sitemap [L]
--------------------------------------------------
HOW TO INSTALL (only for 1.x for OpenCart 2.0-2.2)
At first, go to admin area of your site.
Step 1: Upload extension (zip file) in Extensions -> Extension installer (FTP in System->Settings must be enabled) or unzip files and upload via FTP to your site
Step 2: Go to Extension -> Feeds and Enable Google Sitemap
Step 3: Find in .htaccess the line
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
and replace it to
RewriteRule ^sitemap.xml$ index.php?route=feed/simple_google_sitemap [L]
Подробнее:
Для просмотра ссылки Вы должны войти или зарегистрироваться.