Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #401  
Old 01-06-2012, 08:18 AM
 
Paulw Paulw is offline
 

Senior Member
  
Join Date: Jul 2004
Location: United Kingdon (Manchester)
Posts: 134
 

Default 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?
__________________
X-Cart Gold V 4.4.1
Reply With Quote
  #402  
Old 01-06-2012, 02:27 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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
Reply With Quote
  #403  
Old 01-10-2012, 07:46 AM
  chamberinternet's Avatar 
chamberinternet chamberinternet is offline
 

X-Wizard
  
Join Date: Sep 2005
Location: Lancashire, UK
Posts: 1,470
 

Default 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
__________________
Developing in 4.7.x now (Dipping into v5 - Slowly!)
Have used 4.1.x, 4.2.x, 4.4.x, 4.5.x, 4.6.x & 4.7.x
Multiple Instances of X-Cart
MySQL 5.6.37
CentOS 7.4


Chamber Internet
- Lancashire, United Kingdom
http://www.chamberelancs.co.uk
Reply With Quote
  #404  
Old 01-10-2012, 09:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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/"
Reply With Quote

The following user thanks Jon for this useful post:
chamberinternet (01-10-2012)
  #405  
Old 01-11-2012, 06:49 AM
 
Acquamarina Acquamarina is offline
 

X-Adept
  
Join Date: Aug 2006
Location: USA
Posts: 811
 

Default 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!
__________________
Vera B
4.4.5
CFLSystems.com mods, Kosmos eBay Integration, Feed Manager Pro, custom mods, BCSEngineering Mods, CDSEO PRO
Hosting by EWDHosting - The best home for your x-cart.
Reply With Quote
  #406  
Old 01-11-2012, 09:20 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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.
Reply With Quote
  #407  
Old 01-20-2012, 02:19 PM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default 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.
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote
  #408  
Old 01-20-2012, 02:22 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default 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
Reply With Quote
  #409  
Old 02-13-2012, 04:40 PM
 
chrisinoz chrisinoz is offline
 

eXpert
  
Join Date: Aug 2004
Location: Australia
Posts: 248
 

Default 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
__________________
Chris G
Humble web designer
Version 4.07 - 4.45
Reply With Quote
  #410  
Old 02-14-2012, 01:07 PM
 
chrisinoz chrisinoz is offline
 

eXpert
  
Join Date: Aug 2004
Location: Australia
Posts: 248
 

Default 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
__________________
Chris G
Humble web designer
Version 4.07 - 4.45
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 06:14 PM.

   

 
X-Cart forums © 2001-2020