Admin Demo
User : demoPassword : demo
Step 1
a) Login into your opencart admin panelb) Go to Admin - Extension - Extension Installer
c) You need to upload the seo.ocmod.zip file.
d) Go to Admin - Extension - Modification. Click Refresh Icon
d) Seo link should appear in your left menu bar.
Step 2
a) Login into store admin . Go to System - Users - User groups - Top Administrator - Editb) Provide access and modify permission to following :
catalog/clearseo
catalog/seomanager
catalog/grsnippet
catalog/seo
catalog/seoReport
catalog/sitemap
catalog/setting
Step 3
a) Go to Admin - Catalog - All In One Seo - Auto Generate Seo Toolb) If page successfully opens up, Seo installation is completed.
Step 4
- Make sure you have .htaccess file in root directory.- If it exists already then ignore this step. Go to step 5.
If not present add a file named .htaccess in root directory, with following content
# SEO URL Settings
RewriteEngine On
RewriteBase /sub-directory-name/ # If you have installed opencart in a subdirectory then write it in place of 'sub-directory-name'
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
Step 5
- If you already had .htaccess file then please make sure, you remove below line from it.- RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
Step 6
- Turn on seo from- admin - setting - edit - server