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
  #431  
Old 04-26-2012, 07:25 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

Do you know which one that might be? I was sure this was part of the module.
__________________
- 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
  #432  
Old 04-26-2012, 07:27 AM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

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

I don't believe it is. You'd have to contact them to see how to get it.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #433  
Old 04-26-2012, 08:43 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

Attached is the cat-subcat-product url format module. It will change your product urls while writing the old url to history so that 301 redirects take place from the old to the new automatically.

Instructions on how to install are in the .zip.

Note that this is not a supported component of CDSEO and is provided as-is with no warranty. Back-up your existing database before changing your urls just in case.
Attached Files
File Type: zip cdseo-autopopulate-cat-subcat-prod.zip (6.5 KB, 4 views)
Reply With Quote

The following user thanks Jon for this useful post:
tqualizerman (04-27-2012)
  #434  
Old 04-26-2012, 01:42 PM
 
JacksmithxD JacksmithxD is offline
 

X-Adept
  
Join Date: Oct 2010
Posts: 400
 

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

Best URL structure for products?

e.g http://www.inkcartridgesfast.co.uk/epson/ink-cartridges.html (for a list of ink cartridges for the Epson printers.

For the products should I do http://www.inkcartridgesfast.co.uk/epson/ink-cartridges/epson-example-compatible-multipack-ink.html

It seems to long...

Any ideas on what is best practice would be greatly appriciated!
__________________
Xcart 4.5.2
Reply With Quote
  #435  
Old 04-27-2012, 06:45 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

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

Quote:
Originally Posted by Jon
Attached is the cat-subcat-product url format module. It will change your product urls while writing the old url to history so that 301 redirects take place from the old to the new automatically.

Instructions on how to install are in the .zip.

Note that this is not a supported component of CDSEO and is provided as-is with no warranty. Back-up your existing database before changing your urls just in case.

we lurve you.
__________________
- 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
  #436  
Old 04-27-2012, 06:47 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

Hey Jon, is there any customization that needs to be made so that CDSEO will work with X-Cart Socialize plugin? Specifically talking Facebook here, not sure about the others. X-Cart does this to prepare the URL for the like button:

{assign var="href" value=$href|@func_make_clean_url}

But when I test output {$href} into the page I just get the non-clean:

www.site.com/product.php?productid=17516
__________________
- 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
  #437  
Old 04-27-2012, 08:45 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

Quote:
Originally Posted by JacksmithxD
Best URL structure for products?

e.g http://www.inkcartridgesfast.co.uk/epson/ink-cartridges.html (for a list of ink cartridges for the Epson printers.

For the products should I do http://www.inkcartridgesfast.co.uk/epson/ink-cartridges/epson-example-compatible-multipack-ink.html

It seems to long...

Any ideas on what is best practice would be greatly appriciated!

Typically I recommend http://www.example.com/product.html url format to target exact keywords with a url in the root as I've seen the most success this way.
Reply With Quote
  #438  
Old 04-27-2012, 08: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

Quote:
Originally Posted by tqualizerman
Hey Jon, is there any customization that needs to be made so that CDSEO will work with X-Cart Socialize plugin? Specifically talking Facebook here, not sure about the others. X-Cart does this to prepare the URL for the like button:

{assign var="href" value=$href|@func_make_clean_url}

But when I test output {$href} into the page I just get the non-clean:

www.site.com/product.php?productid=17516

Something like this should do the trick:

Code:
{if $php_url.query_string eq ""} {assign var="href" value=$php_url.url} {else} {assign var="href" value="`$php_url.url`?`$php_url.query_string`"} {/if}
Reply With Quote
  #439  
Old 04-27-2012, 09:08 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

That almost solved it, but it's not including the domain for some reason (and so facebook is adding www.facebook.com followed by the correct sub-directory structure.)
__________________
- 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
  #440  
Old 04-27-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

Quote:
Originally Posted by tqualizerman
That almost solved it, but it's not including the domain for some reason (and so facebook is adding www.facebook.com followed by the correct sub-directory structure.)

Code:
{if $php_url.query_string eq ""} {assign var="href" value="`$http_location``$php_url.url`"} {else} {assign var="href" value="`$http_location``$php_url.url`?`$php_url.query_string`"} {/if}
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 04:09 AM.

   

 
X-Cart forums © 2001-2020