Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#101 07-15-2004 17:03:08

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi Allen,

Not sure what you mean by this:

Then, I downloaded and installed the Froogle mod 2 from Nick - but it doesn't work at all.

But yes, feel free to contact me by email and I'll make sure you get a working solution in place.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#102 07-26-2004 21:43:16

kaz
Member
Registered: 05-19-2004
Posts: 583

Re: Now Available: An Seo Module For Ccp

Tip for using this mod to tidy your URLs.

Besides changing all the "(CGIVAR)common_url(/CGIVAR)..." references to "(CGIVAR)seo_base_url(/CGIVAR)..." ones (to get rid of the messy ".../ccp51/cgi-bin/cp-app.cgi..." URLs displayed in browser address bars), it took me a while to notice that the CCP search facilities post to another parameter ("common_url_form") so if you have the SEO mod installed and want to tidy the browser address displayed for search results you need to update this line in the element "Product Search Form" (\data\elements\ste_srchform.txt):

Change:

Code:

<FORM METHOD="POST" ACTION="(CGIVAR)common_url_form(/CGIVAR)">

to

Code:

<FORM METHOD="POST" ACTION="(CGIVAR)seo_base_url(/CGIVAR)">

Kevin Zaleski -  -

Offline

 

#103 07-26-2004 22:36:09

Big Dave
Member
Registered: 10-24-2003
Posts: 742

Re: Now Available: An Seo Module For Ccp

kaz: I tried this and it gives me a 405 page when I do a search...

Can you please advise on how to make my page links come up like yours?

example:

Code:

http://classygroundcovers.com/page----bestsell

I have the seo mod, but mine come up like this:

Code:

http://classygroundcovers.com/ccp51/cgi-bin/cp-app.cgi?&pg=bestsell

I appreciate all the help you provide us.

Offline

 

#104 08-06-2004 11:39:39

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi Dave,

If you want your content pages (that is, pages other than category and products pages) to use the SEO url's, just change the links in your ste_layout.txt to look like this:

(CGIVAR)seo_base_url(/CGIVAR)/page--Page-Title-Here--pageid

If you have any trouble with that just let me know, I'll look into it for you.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#105 08-06-2004 11:43:05

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi All,

I have some extra help in the office this summer, so I've decided to offer the SEO module at a reduced price for a while. See .

Thanks!

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#106 08-06-2004 12:32:31

kaz
Member
Registered: 05-19-2004
Posts: 583

Re: Now Available: An Seo Module For Ccp

kaz: I tried this and it gives me a 405 page when I do a search...

Can you please advise on how to make my page links come up like yours?

example:
CODE 




I have the seo mod, but mine come up like this:


CODE 




I appreciate all the help you provide us.

It's a bit more complicated than changing just the ste_layout.txt  page.

It's simplest if you get a global text editor such as search and replace (free trial at .

You will have to use judgement about which ones to change.
General idea is to change

Code:

(CGIVAR)common_url(/CGIVAR)&pg=

to

Code:

(CGIVAR)seo_base_url(/CGIVAR)/page----

but I suspect that it is not safe to change the ones where extra stuff is being passed around during checkout, so I left them the "messy" urls.

To fix the output of the search form, change:

Code:

(CGIVAR)common_url_form(/CGIVAR)

to

Code:

(CGIVAR)seo_base_url(/CGIVAR)

I did not change the ones in admin files for fear of breaking something, but I did change them on all the ste_ files not involving checking out and it worked fine.
Safest is to just change the layout page and the user pages, but that still leaves several places where the messy urls get generated.

Note: if you're using mysql you need to change the data source for site elements to csv first, then fetch the files, do the edits, put them back and change the data source back to mysql.


Kevin Zaleski -  -

Offline

 

#107 08-18-2004 05:37:14

renaeadam
Member
Registered: 02-08-2004
Posts: 3

Re: Now Available: An Seo Module For Ccp

Hello Mark,
We are also considering purchasing this mod. Is there a demo admin interface we can look at so I can see how the text/metatags/descriptions/titles are associated with the various pages? Thanks.

Renae

Offline

 

#108 08-18-2004 10:33:03

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi Renae,

Thanks for your interested in the SEO module.

The titles and meta tags are pulled from the existing product and category database fields by the SEO module. So for example the title of a product page is derived from the name of that product, the meta keywords on that page come from the product_keywords field, and the meta description comes from the product description field.

The means there's nothing extra to do in the admin area, your existing data will automatically be used to optimize your pages.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#109 08-18-2004 13:01:22

renaeadam
Member
Registered: 02-08-2004
Posts: 3

Re: Now Available: An Seo Module For Ccp

Thanks Mark. That was helpful. I have some further question, however.

Is it possible to edit the description/title/meta tags on each page if I want them to be different from the production description, etc? For instance, after a lot of research, I know would like to optimize a certain product using the key phrases: beach bags, fun bags, unique bags, beach accessories, and beach bag. However, I don't plan on using ALL of these key words in the product description. And, I may want the title of page to be different than the product name. Is there any flexibility like that, or is it all automatic? Thanks for your help.

Signing off from Ghana...

Offline

 

#110 09-11-2004 10:47:54

forefront
Member
Registered: 03-29-2004
Posts: 190

Re: Now Available: An Seo Module For Ccp

We use this mod. at our site at

Mark did some great work for us implementing his SEO module, in addition to some custom programming work on customer discounts.

Part of my business involves SEO optimization for various clients and the module has enabled us to move toward optimized CCP code for search engines at this site.

Based on our experience, I would have no hesitation in recommending Mark for custom CCP programming work. And if SEO and search engine referrals are important to you, I would not hesitate to include Mark's mod in your own site. (No, I am not on commission!)

This is an awesome mod. and Mark is a great guy to work with. Period.

Offline

 

#111 09-11-2004 11:16:30

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hello,

Thanks for the kind words.

I apologize, I didn't catch the post from 8/18/04 until today.

My regular SEO module does not provide for manually entering titles and meta tags that are not derived from the product title, description, and keyword fields. Part of the advantage of the SEO module is that it generates those elements automatically, making sure your SEO info is complete and up to date whether or not you have time to go through all your products and generate that info.

However, you are correct that if you take the time to research keywords, etc, a human can often tweak that info beneficially. To accomodate that, I have a version of the SEO module informally called "SEO Pro" that provides additional database fields where the info you are interested can be entered directly, overriding the info generated by the SEO module. If you leave those new fields empty, the SEO module will behave as normal, generating the info automatically. So with the SEO Pro you have the option to manually enter info for just the products that you want to focus on, while still getting the benefits of automatic SEO on the others.

The SEO Pro costs a little extra, email me if you want to discuss details.

Thanks, and again I apologize for not catching this post until today.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#112 09-23-2004 05:06:32

haydn
Member
Registered: 06-04-2004
Posts: 15

Re: Now Available: An Seo Module For Ccp

A question for Mark at SEO.  I have invested in the 'web user friendly module' and there is a marked improvement in how my product pages appear in a browser window and more importantly, in the 'back' button for my customers when they are finding their way around the site which is terrific.  It has made me raise a couple of, (to me), important issues.

1. FOR MARK - My catagories are not made user friendly in appearance! - HELP

2. A GENERAL THOUGHT - This issue is, I feel important and would save a lot of work for people like me who probably haven't read the ClickCart manual thoroughly. I am new to this programming lark and have enjoyed my ClickCart experience, finding it easy to alter and Howard at GreenBarn has been a rock.  HOWEVER - if the SEO module is implemented - it is  to use CLEAR names of catagories and products.  My site is to be seen on ? so you can see what a load of Pooh I have to alter as intitially I was just throwing easy to remember 'short' references at lines without worrying about what the customer may see! Now I have the SEO module - I have a couple of long nights to fit in.

I look forward to a response Adam
All best
Haydn

Offline

 

#113 09-27-2004 12:26:19

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hello Haydn,

I'll look into your category links, fix them up, and update you via email.

You are correct that clear and descriptive category and product names and descriptions are essential for good SEO results.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#114 10-14-2004 11:40:03

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi All,

I've worked some new features into the SEO module:

1. New breadcrumb navigation tracking without URL parameters, keeping the navigation trail intact and keeping the URLs clean.
2. .html URL endings. Some search engines like the pages better if they end in .html so that is now an option with the SEO module.
3. ALT tags on product and category images. Good practice for SEO.

If you already own the SEO module and want to purchase an upgrade, see the . When upgrading, you can leave off the .html endings if you want to keep your existing URL structure and avoid 404's etc. If you're already established with good search results I wouldn't change your URLs, at least not until MSN Search establishes itself as a significant player.

Thanks!

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#115 10-14-2004 11:55:59

Big Dave
Member
Registered: 10-24-2003
Posts: 742

Re: Now Available: An Seo Module For Ccp

Mark,

Could you please explain in a bit more detail what THIS upgrade will do for us?
Also, can you tell us what the Pros/Cons are of upgrading?


Thank you.

Offline

 

#116 10-29-2004 05:29:09

cornweb
Member
From: Plymouth
Registered: 07-07-2004
Posts: 68
Website

Re: Now Available: An Seo Module For Ccp

Hi there

I have managed to move the SEO module onto another domain but it will require a little time to re configure the cart and scripts.

All you need to do is copy the complete cart (including the cgi files) to another domain then set up the paths in the cgi scripts AND re configure the cart using the ClickCartPro Internet Site Administrator.

You will then need to copy the file to the new domain for the seo module and then it should work just fine!

If anyone is having any problems please contact me.

Mark Bowles
Cornweb

Offline

 

#117 10-29-2004 13:14:15

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hello,

Regarding the SEO upgrade, I'll try to provide some more information:

1. It is not essential. If you are getting good results now, there's no need to change anything. The SEO module is quite solid in it's initial version.

2. I have some reason to believe that the upgraded version of the SEO module will work better with the forthcoming MSN search engine. For that reason I include the upgraded features on new installs. However, I would not recommend that existing sites change what's working to plan for a search engine that isn't a factor yet.

3. The breadcrumb navigation is important to some sites, and would be a reason to upgrade if it is important to you. Good breadcrumb navigation combined with clean URLs has been a challenge that I did not have a satisfactory solution for in the initial release.

4. The ALT tags on the images can be helpful for SEO because it gets the product name associated with the images of the product. That's good for overall page relevance, and might have some benefits in terms of getting your images into the Google image search.

5. Changing the URL endings to .html would cause disruption in your current search traffic, so if you are doing well with the SEO module now, I don't recommend changing that. I have made that particular change an optional part of the upgrade, so users who want the ALT tags and the breadcrumbs don't have to change their URLs. Someday MSN may prove to be a powerful search player. If that day comes and MSN is still silly about URL endings (rather than heeding MIME types like they should), having the upgraded SEO module with the .html URL endings will be worthwhile. If you are a big fan of Microsoft, you might choose to endure the disruption of a change in URLs in order to be prepared for that future possibility.

I think that's pretty much the whole story about the SEO upgrade. Not a big deal, but something I wanted to make available so users can make their own judgements about how important those features are to their businesses.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#118 10-29-2004 14:23:55

Ed_H
Member
From: Smashachusetts
Registered: 09-12-2003
Posts: 397
Website

Re: Now Available: An Seo Module For Ccp

Changing the URL endings to .html would cause disruption in your current search traffic....

Based on recent experience changing URL format will indeed cause a bump in the road on Google.   your site is established and crawled frequently by googlebot and  you return a 404 (page gone) error for the old URLs, the new pages will be indexed fairly quickly.  However, they won't rank as well right away and won't inherit PageRank from the old ones.  You'll have to wait for a PageRank update.  The good news is that eventually they will regain ranking - just don't expect it overnight.

This applies to Google only;  Yahoo has been generally poor at both crawling and updating their index.

Offline

 

#119 10-29-2004 14:52:16

kaz
Member
Registered: 05-19-2004
Posts: 583

Re: Now Available: An Seo Module For Ccp

Changing the URL endings to .html would cause disruption in your current search traffic....

You can get around this by leaving the old .htaccess rules in place and simply routing them to the new URLs. 

However, you might be penalized as having "duplicate pages", so it would be better to use Redirect instead of RewriteRule.
You can use the "303" directive to tell the search engine that the resource has been moved permanently.

Example:

    Redirect 303 ^itemstring--(.*) /ccp51/cgi-bin/cp-app.cgi?blah=itemstring--$1.html

See  for the syntax.


Kevin Zaleski -  -

Offline

 

#120 11-05-2004 00:11:25

thedon122
Member
Registered: 01-21-2004
Posts: 155

Re: Now Available: An Seo Module For Ccp

hi,

i am thinks of getting the SEO mod

will it work on a server using Zenus - if you want to check out the hosting company's website to check i have the right info - it is wwweasyspace.com.

all the best

Charlie

Offline

 

#121 11-23-2004 20:56:03

robdorney
Member
Registered: 11-23-2004
Posts: 9

Re: Now Available: An Seo Module For Ccp

Hey Mark,
I've just ordered your SEO module for a site I've just finished for a maternity wear retailer called  and its the first site I've made that uses cgi-generated pages.

Traditionally, I've submitted key pages to vast numbers of engines with good results mostly using webposition 3. I know eventually everything will get crawled I guess, but here's the question-

I want to use the same method of mass-submitting to as many search engines as possible via Webposition, but which AFTER installing your SEO module, will I be able to submit any more pages, other than the index.htm?

What would be your recommendation or advice here?

Thanks
Rob Dorney

Offline

 

#122 11-23-2004 23:22:34

ATS
Member
From: Near Chicago, Illinois
Registered: 12-20-2003
Posts: 183
Website

Re: Now Available: An Seo Module For Ccp

Hi Rob,

With the SEO module, you'll be able to submit any pages from the site that you want to  with the exception of cart/checkout type pages. The SEO module makes the product and category pages function like static HTML pages for most intents and purposes.

As far as my advice on site submission services and software, I don't have much to say. I've personally never used that kind of service. It may help with the smaller search engines, but I'm fairly certain it makes no difference with Google.

Mark


ATS is an authorized provider of support and custom modifications to ClickCartPro software.

Offline

 

#123 11-23-2004 23:39:25

kaz
Member
Registered: 05-19-2004
Posts: 583

Re: Now Available: An Seo Module For Ccp

the current consensus is that you will be penalized by sites such as google if you submit pages separately (considered spamming) - use ATS' index mod and all of your pages will certainly get indexed (as they are all only one level off the main page, such as

i used to use webposition and trafficseeker but stopped once i saw the detrimental effect on my google listings

sure it might help with some of the other ones, but those will contribute such a tiny amount to your traffic that your effort is better spent on other things like optimizing the page content

many believe that search engines also penalize your site for using webposition to measure your position - think about it: each time you use wp to measure your position you cause a large number of searches that generate no revenue for google, only a load - why would they encourage this drain on their resources by giving better placement to users of products like wp?
(it's obvious to them when they're being searched by wp)

i suggest you toss wp


Kevin Zaleski -  -

Offline

 

#124 11-24-2004 06:57:18

robdorney
Member
Registered: 11-23-2004
Posts: 9

Re: Now Available: An Seo Module For Ccp

Thanks guys, I'lve just checked out the index mod illustration, and if thats a more efficient way of submitting so engines crawl the entire site, then thats good enough for me!

Thanks for the help- its appreciated!

Rob Dorney

Offline

 

#125 11-24-2004 11:24:27

jrmanagement
Member
Registered: 11-27-2003
Posts: 72
Website

Re: Now Available: An Seo Module For Ccp

how can i change my title

for example



the title is tape packs @ jungleravers.com

how do i take out the @ jungleravers.com ?

Offline

 

Board footer