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.
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
Offline
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:
<FORM METHOD="POST" ACTION="(CGIVAR)common_url_form(/CGIVAR)">
to
<FORM METHOD="POST" ACTION="(CGIVAR)seo_base_url(/CGIVAR)">
Offline
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:
http://classygroundcovers.com/page----bestsell
I have the seo mod, but mine come up like this:
http://classygroundcovers.com/ccp51/cgi-bin/cp-app.cgi?&pg=bestsell
I appreciate all the help you provide us.
Offline
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
Offline
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
Offline
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
(CGIVAR)common_url(/CGIVAR)&pg=
to
(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:
(CGIVAR)common_url_form(/CGIVAR)
to
(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.
Offline
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
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
Offline
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
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
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
Offline
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
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
Offline
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
Offline
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
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
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
Offline
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
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.
Offline
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
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
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
Offline
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
Offline
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
how can i change my title
for example
the title is tape packs @ jungleravers.com
how do i take out the @ jungleravers.com ?
Offline