X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors (https://forum.x-cart.com/showthread.php?t=39924)

Paulw 01-06-2012 08:18 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Is it possible for cd seo not to alter with the breadcrumbs? It's damaging my sites useability. We have products listed in a number of categories but when you click on the product link from a subcategory the breadcrumbs always take you to the main category that that product is listed in, rather than the actual navigation. x-cart as standard takes you along the correct route and the breadcrumbs follow the users clicks.

Is it simply some configuration we have to change to make this more logical?

Jon 01-06-2012 02:27 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
X-Cart passes that navigation through the url, which is part of the reason why historically x-cart urls are so search engine unfriendly.

CDSEO consolidates the product into one url, so the breadcrumb has to come from the primary category.

In my opinion, the way breadcrumbs should work as as this mod: http://www.bcsengineering.com/store/advanced-breadcrumbs.html

chamberinternet 01-10-2012 07:46 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Hello ... Is it possible get the manufacturers index page (manufacturers.php) to have it's down SEO URL within CDSEO Pro? e.g. http://www.domain.com/designers or http://www.domain.com/manufacturers

Many Thanks

Shafiq

Jon 01-10-2012 09:47 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Open your .htaccess file and find:

Code:

RewriteEngine on

AFTER ADD:

Code:

RewriteRule ^/manufacturers/$ manufacturers.php

Open the .tpl files in the modules/Manufacturers/ folder in the skin directory and find references to:

Code:

"manufacturers.php"

And change it to:

Code:

"{$http_location}/manufacturers/"

Acquamarina 01-11-2012 06:49 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Hi, Not to hijack the thread, but we do use CDSEO and don't want clean url's.

How do we get the cleanurl's mod disabled totally? I unchecked the first box in admin but it is still appearing on the logs. The cart is using an enormous amount of resources and we had many Out of memory errors. When you look at the logs, several of them had to do with /include/func/func.clean_urls.php on line 313 and 570.

We had to upgrade the server to stop these errors but still seems excessive.

Thanks!

Jon 01-11-2012 09:20 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Has clean urls been removed from your .htaccess entirely?

I don't know what the problem with that would be off hand. You could try opening init.php and finding:

Code:

x_load(
    'db',
    'files',
    'compat',
    'gd',
    'clean_urls',
    'memcache'
);


And changing to:

Code:

x_load(
    'db',
    'files',
    'compat',
    'gd',
    'memcache'
);


But I'm not sure if that would simply cause function does not exist errors.

keystone 01-20-2012 02:19 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Where in CDSEO pro do you go to add the custom title, keywords, description to the page 2, page 3, etc when you there are more products than fit on one category page? I looked in both categories and products and didn't see it.

Jon 01-20-2012 02:22 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
This feature is only available on CDSEO v1.8. You can see your CDSEO version in the top right of the x-cart admin section.

If you need to upgrade you can do so at:
http://www.websitecm.com/x-cart-mods/cdseo-pro-x-cart-seo-pro-upgrade.html

You can see a video on where to add the secondary page information at http://www.youtube.com/watch?feature=player_detailpage&v=3FP3bTOOarQ#t=17 9s

chrisinoz 02-13-2012 04:40 PM

Re: CDSEO Pro - Trying to buy
 
Hi

Trying to buy CDSEO Pro + xCMS Package. Have asked one question in support area but not getting any answers. Need modules very soon.

Cheers
Chris

chrisinoz 02-14-2012 01:07 PM

Re: CDSEO Pro - Trying to buy
 
Quote:

Originally Posted by chrisinoz
Hi

Trying to buy CDSEO Pro + xCMS Package. Have asked one question in support area but not getting any answers. Need modules very soon.

Cheers
Chris


Since I can't get an answer from Support on this maybe someone who has bought from there can answer me this as my customer is keen to have his site finished.

When I go to purchase it asks for Primary/Secondary Domains.

I am building on a test site nautical.mytestdomain.com but will eventually run on it's own domain name.

What Primary domain do I put in so I can place my order? The one it will run on or the the subdomain where I am building it. And what about the Secondary domain.

Thanks anyone
Cheers
Chris


All times are GMT -8. The time now is 04:17 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.