For properly writing the URL in opencart




This url is not google friendly
index.php?route=product/product&product_id=42

what we have to do is perform the URL rewriting.
as index.php/produt/product_id/42/product.php

Site map is done in the XML base and is search engine friendly.
Image tags should also have to be maintained if image tag is not found use the product name
Structuring in <div> is also important as per the W3C
Should also have unique content don't copy of other

In opencart admin/controller/feed/googlesitemap.php does most of the work to contact with the google

Thanking you

Comments

Popular posts from this blog

Opencart error: Notice: Trying to access array offset on value of type null in ..../vendor/scss.inc.php on line 1753

Creating Class Templates

Fixed: Opencart installation error linux: warning: fopen(system/storage) failed to open stream: Permission denied