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)

Jon 06-09-2010 07:12 AM

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).

Vacman 06-18-2010 11:53 AM

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?

Jon 06-18-2010 12:17 PM

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

puppetmaster 06-30-2010 05:23 AM

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

Jon 06-30-2010 06:07 AM

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.

puppetmaster 06-30-2010 06:30 AM

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

puppetmaster 06-30-2010 06:39 AM

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.

Jon 06-30-2010 07:08 AM

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 :)

puppetmaster 06-30-2010 07:20 AM

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

puppetmaster 06-30-2010 10:49 AM

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


All times are GMT -8. The time now is 02:10 PM.

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