Jump to content

Site Suggestions


Guest thebirdbath

Recommended Posts

Guest Brivtech

To specifically answer your questions about SEO improvement...

Add in a .htaccess mod rewrite hack to resolve http://homebrochures.net/ to http://www.homebrochures.net/

Make the page's file descriptions slightly more intelligible: catalog.htm isn't really keyword friendly, perhaps brochure-design.htm would be, and the same goes for the items: three.htm, four.htm is missing out on potential ranking estate. Really, all of that could have been controlled by CubeCart's site docs.

I see you've added in meta tags on the main site pages, although the title should have been also included some relevance to the pages being shown.

now, talking of CubeCart, I see it only makes a presence when there's a purchase to be made. To be honest, it's a bit confusing, I was looking at a product, then get taken to a page about the product when I click buy now, and in a new window!

You haven't enabled the SEO function in CC, and as far as I can tell, this is a CC4 store, so it's built in, you should be using it.

Mentioning the meta tags again, this is what I saw on one of the product pages:

<meta name="description" content="This is the meta description." />

... Therefore, again, the SEO function isn't being utilised to clear up these things and in this case, customise the meta tags to the page content for each product.

I can't fault the design, easy on the eye, tidy, but I don't like how it flips from one style to a slightly different one when you want to buy something. It's just a little bit sloppy, and something that could have been tidied, if you used CC for all your content management - After all, it's an eCommerce focused site, rather than a Corporate site.

Link to comment
Share on other sites

Guest thebirdbath

Outstanding! Thanks for the feedback.

I will start about making the needed corrections to about 99% of what you suggested. I'm a bit confused on the last part and the htaaccess part but I'll hit you back up once I've completed everything else.

Thanks again!

Link to comment
Share on other sites

  • 2 weeks later...
Guest thebirdbath

I rewrote the htaccess file myself after tinkering.....here is what I have

RewriteEngine On

RewriteCond %{HTTP_HOST} ^homebrochures\.net [nc]

RewriteRule (.*) http://www.homebrochures.net/$1 [R=301,L]

BUT it is only working in Internet Explorer. It DOES NOT work in Firefox. Any ideas?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...