| X-cart's home page has duplicate content being accessible via both http://www.example.com/ and http://www.example.com/home.php. |
CDSEO prevents the index page from being duplicated by rewriting and 301 redirecting home.php to the root domain. |
X-cart products have multiple urls all pointing to the same product, i.e.:
http://www.example.com/product.php?productid=X
http://www.example.com/product.php?productid=X&cat=X
http://www.example.com/product.php?productid=X&bestseller=Y
http://www.example.com/product.php?productid=X&cat=X&bestseller=Y |
CDSEO consolidates all urls to one search engine friendly url per-product:
http://www.example.com/product.html. CDSEO for X-Cart also 301 redirects default php pages to the new CDSEO friendly urls to ensure one-set of urls. |
X-Cart's products have printable url versions:
http://www.example.com/product.php?productid=X&printable=Y |
CDSEO provides a robots.txt generator to prevent such pages from being indexed. |
X-Cart's products and categories have javascript enabled/disabled versions:
http://www.example.com/home.php?cat=X&js=y
http://www.example.com/home.php?cat=X&js=n
|
CDSEO provides a robots.txt generator to prevent such pages from being indexed. |
X-Cart's category pages have multiple sort url variations:
http://www.example.com/home.php?cat=X&sort=orderby&sort_direction=0&sort=title&sort_direction=0 |
CDSEO provides a robots.txt generator to prevent such pages from being indexed. |
X-Cart's pages can all be accessed with any variables appended:
http://www.example.com/home.php?duplicate=content
http://www.example.com/home.php?cat=Y&duplicate=content |
CDSEO uses 'canonical' link support, ensuring that regardless of the variables appended to a url, search engines are aware of the correct single url for the page. |