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
  #281  
Old 06-09-2010, 07:12 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

Sometimes it's best to use a custom title on a page instead of just using the product name, here's a knowledge base entry on how to use the CDSEO page title as the on-page title:
https://www.websitecm.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticl eid=71

You can then modify your skin1/customer/dialog.tpl to use an <h1> around the title (If it's not using one already since it is the default in 4.3.1).
Reply With Quote
  #282  
Old 06-18-2010, 11:53 AM
  Vacman's Avatar 
Vacman Vacman is offline
 

X-Adept
  
Join Date: Sep 2005
Location: Torrance, CA
Posts: 792
 

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

Quote:
Originally Posted by Jon
Sometimes it's best to use a custom title on a page instead of just using the product name, here's a knowledge base entry on how to use the CDSEO page title as the on-page title:
https://www.websitecm.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticl eid=71

You can then modify your skin1/customer/dialog.tpl to use an <h1> around the title (If it's not using one already since it is the default in 4.3.1).

Jon - First of all, I want to thank you guys for a great product. We have been using it since the very beginning.

My question to you is this: Currently using 4.1.8, just starting to play around with 4.3.2. I see that in 4.3.2. there is some/similar CDSEO functionality. Is your product still relevant on the new code?
__________________
Carl Tice

X-Cart 4.6.6
X-Payments 3.0
ReBOOT 3.4.1

PHP 5.6.30
MySQL 5.6.35
Linux 2.6.32-042stab120.18
ionCube PHP Loader v4.7.3
Perl 5.10.1
Reply With Quote
  #283  
Old 06-18-2010, 12:17 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

Hi Carl, yes CDSEO is very relevant. We have a comparison chart at http://www.x-cart-seo.com/cdseo-pro-for-x-cart/cdseo-comparison-chart.php
Reply With Quote
  #284  
Old 06-30-2010, 05:23 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

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

Hello,

I was getting a sever issue with 1and1 (Error 500 - Internal server error), 1and1 had me change the code on the .htacess file to fix the issue but now I'm getting other issues, like the meta tage and title tag not working. Does anyone know how this code is effecting the mod?

# ------------------------------------
# CDSEO Pro
# ------------------------------------
# This directory index is recommended to replace the
# x-cart default within this .htaccess file
DirectoryIndex index.html index.php

# Enable mod rewrite engine
RewriteEngine On
# .htpasswd protection

# May be required if your htpasswd files are located below document root (i.e. cpanel)
# Remove # at the beginning of this line if your unable to access password protected folders:
ErrorDocument 401 "Unauthorized"

# Some servers require this Options directive to be disabled
# Remove # at the beginning of this line to disable:
#Options -Multiviews

# Some servers require the Rewritebase directive to be enabled
# Remove # at the beginning of this line to enable:
#RewriteBase /xcart/

<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ cdseopro.php
# ------------------------------------
# / CDSEO Pro
# ------------------------------------

Thanks Eric
__________________
x-cart gold v4.1.8
Reply With Quote
  #285  
Old 06-30-2010, 06:07 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

That .htaccess is missing a closing if tag and I noticed that the code in the email I got notifying me about this post is different than the one posted now, so there may be some .htaccess issues. It would be best to submit a support ticket at http://www.websitecm.com/support/ with login access for us to evaluate.
Reply With Quote
  #286  
Old 06-30-2010, 06:30 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

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

Jon,

I did change the code. It's seems like the code is working without the closing (if tag), but I will close it and see what happens.

I am noticing that it's not rewriting the product pages.

You need login access to what?

Thanks,

Eric
__________________
x-cart gold v4.1.8
Reply With Quote
  #287  
Old 06-30-2010, 06:39 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

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

I closed the (if tag) and it didn't seem to effect it either way.
__________________
x-cart gold v4.1.8
Reply With Quote
  #288  
Old 06-30-2010, 07:08 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

FTP access would help us review log files and do any necessary debugging to see what's happening. A url would help also
Reply With Quote
  #289  
Old 06-30-2010, 07:20 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

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

Jon,

I just sent over a request ticket. Thank you and please let me know what you find out.

Thanks,

Eric
__________________
x-cart gold v4.1.8
Reply With Quote
  #290  
Old 06-30-2010, 10:49 AM
 
puppetmaster puppetmaster is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 95
 

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

Jon, did you get my ticket? No rush, just checking.

Eric
__________________
x-cart gold v4.1.8
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 10:54 AM.

   

 
X-Cart forums © 2001-2020