Most recent edit on 2007-03-17 09:25:11 by Dave
Additions:
Also see Enabling SEO (Search Engine Optimization) for more information.
Deletions:
Also see SEOCapability for more information.
Edited on 2007-03-17 09:20:58 by Dave
Additions:
SEO After Upgrade From 5.1 To Version 6
Also see SEOCapability for more information.
The ProductIdentifier that is specified when entering products is used in the URL when SEO is enabled. There is some debate as to whether keywords in the URL have anything to do with ranking. Some say yes, some say no. Nick believes that page content is king.
That said if you want to change your products identifiers after importing your products from Version 5.1 follow the steps below.
- Export (save) your product data (Saving Product Information).
- Edit the exported (saved) file using Excel or a text editor.
- Import (restore) your product data (Restoring Product Information).
ClickCartPro - Administration
ClickCartPro - Getting Started
Deletions:
SEO After Upgrade from 5.1 to Version 6
The identifier used within the software to specify the product-
There is some debate as to whether keywords in the URL have anything to do with ranking. Some say yes, some say no. Page content is king in my opinion. That said, if you want to change your ids, do the following:
(1) Login to the management interface and go to the Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin function. Choose to export all of the columns and rows from the ccp0_prod table into CSV format and download that file.
(2) In RawDB Admin, choose the SQL Statement: Submit a Raw SQL Statement and execute the statement 'DELETE FROM ccp0_prod'.
(3) Offline, using Excel, edit your CSV file and change your ids.
(4) Using RawDB Admin, choose to import your modified CSV file back into the ccp0_prod table.
*For those with 1and1.com Shared Hosting your code must be
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^khxc/(.*)-(.*)/(.*)\.html khxc/index.php?app=$1&ns=$2&ref=$3 [L,PT]
Notice the Rewrite Base / parameter.
Wiki: Pending Inclusion
Edited on 2007-03-05 09:05:41 by KryptronicWebmaster
Additions:
Wiki: Pending Inclusion
Deletions:
Pending Inclusion
Oldest known version of this page was edited on 2007-02-15 21:59:28 by SusitaQ []
Page view:
SEO After Upgrade from 5.1 to Version 6
The identifier used within the software to specify the product-
There is some debate as to whether keywords in the URL have anything to do with ranking. Some say yes, some say no. Page content is king in my opinion. That said, if you want to change your ids, do the following:
(1) Login to the management interface and go to the Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin function. Choose to export all of the columns and rows from the ccp0_prod table into CSV format and download that file.
(2) In RawDB Admin, choose the SQL Statement: Submit a Raw SQL Statement and execute the statement 'DELETE FROM ccp0_prod'.
(3) Offline, using Excel, edit your CSV file and change your ids.
(4) Using RawDB Admin, choose to import your modified CSV file back into the ccp0_prod table.
*For those with 1and1.com Shared Hosting your code must be
Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^khxc/(.*)-(.*)/(.*)\.html khxc/index.php?app=$1&ns=$2&ref=$3 [L,PT]
Notice the Rewrite Base / parameter.
Pending Inclusion