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
  #441  
Old 04-27-2012, 10:56 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

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

I rearranged this a little (I think the if logic got reversed):

{if $php_url.query_string ne ""}
{assign var="href" value="`$http_location``$php_url.url`?`$php_url.qu ery_string`"}
{else}
{assign var="href" value="`$http_location``$php_url.url`"}
{/if}

The variables is being put together properly (tested by printing {$href} on screen.) I'm going to have to look into this further though because FB is only taking the domain name, and not the actual page URL. I'm also going to need to investigate getting the product image to work (it's showing blank as-is.)
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote
  #442  
Old 04-28-2012, 07:30 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

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

Hi Jon,

Just wondering if you've ever run into trouble with sites running CDSEO and the BCSE Customer Rewards mod. It seems that when I use the CDSEO URLs (with the sub category mod you provided) the reward points value on the product page disappears.

I realized this was happening after I added a new product. The new product didn't have a clean URL, and the points box was appearing. On all the other products (with clean URLs) the points box has disappeared.
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote
  #443  
Old 04-28-2012, 03:20 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

The last step of the customer reward points module gives instruction on modifying cdseopro.php for this purpose. If you don't have that in your installation instructions you may want to contact BCSE for the latest instructions.
Reply With Quote

The following user thanks Jon for this useful post:
tqualizerman (05-01-2012)
  #444  
Old 04-30-2012, 12:03 PM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

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

Anybody notice that if there ever was a category or manufacturer that had 6 pages say a /abccompany/index6.html yet now it only has 5 pages./abccompany/index6.html then defaults to page 5 but the url does not change. Google is lighting me up in HTML suggestions about this.
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote
  #445  
Old 04-30-2012, 12:11 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

What CDSEO version are you using?

I don't recall off-hand what version this functionality was introduced, but the latest version of CDSEO will redirect any non-existent pagination so index6.html will direct to page 1 if there aren't 6 pages.
Reply With Quote
  #446  
Old 04-30-2012, 12:14 PM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

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

1.7.2 As usual I'm behind I guess.
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote
  #447  
Old 04-30-2012, 12:27 PM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

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

Of course...

"Created the ability to customize page 2, page 3, page 4 etc. on categories/manufacturers/xcms categories to increase relevant pages indexed and prevent duplicate content warnings."

But I love!!!

Added writing of url to history for 301 redirects when items are imported.

YES!!!!
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote
  #448  
Old 04-30-2012, 12:37 PM
  DogByteMan's Avatar 
DogByteMan DogByteMan is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 833
 

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

Upgrade purchased. For those who haven't you might want to check out the release notes for 1.8.x.
__________________
Dedicated Server provided by EWD Hosting
X-Cart version 4.1.12
PHP 5.3.2
MySQL server 5.0.87-community
Operation system Linux
Perl 5.008008
dogbytecomputer.com
Reply With Quote
  #449  
Old 04-30-2012, 01:01 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

Upgrade sent!

For those curious CDSEO for 4.5 should be available this week.
Reply With Quote
  #450  
Old 05-03-2012, 07:11 AM
 
voodoo1967 voodoo1967 is offline
 

X-Adept
  
Join Date: Sep 2009
Posts: 431
 

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

Quote:
Originally Posted by DogByteMan
Of course...

"Created the ability to customize page 2, page 3, page 4 etc. on categories/manufacturers/xcms categories to increase relevant pages indexed and prevent duplicate content warnings."
YES!!!!

Lets say you have category1 that runs over 2 pages.
Use CDSEO to split the pages - so you can have different page titles , URLs etc

But you will still have a problem with the content on the page. Page content on URL1 is the category description , URL2 will have a different URL and page title - but it will still have the same page content and thus you will still have dup content as far as category description is concerned.

Please tell me I have missed something ?
xcart gold 4.2.2 - cdseo 1.8.3
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 03:41 AM.

   

 
X-Cart forums © 2001-2020