Webocreation

Saturday, May 21, 2011

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

No comments:

Post a Comment