osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

How can I optimize my site for the best search engine result

This is a discussion on How can I optimize my site for the best search engine result within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; I am completely re-doing my website for many reasons, but one is because I want better pagerank. Please give any ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-01-2006, 10:38 AM
Active Member
 
Join Date: Oct 2004
Posts: 215
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 5
groggory
Default How can I optimize my site for the best search engine result

I am completely re-doing my website for many reasons, but one is because I want better pagerank. Please give any tips on this, and I'll list what I'm thinking about too.
  • Do not use a catalog directory under your root. Put your catalog directly at your root.
  • Do not use proprietary model numbers. I am using the UPC code as a model number. I am also going to add a table to the database and keep track of ISBN. Most manufacturers use the last section of a UPC as their model number, so I'm going to parse that number out, and put it as a field onto each product description
  • In your page titlebar, do not put contact information. Instead, use to describe your site
  • Put good articles on your site. I am going to add PHPNuke to my site and try and develop a community. In addition to the traffic it will bring, I want to develop good articles and put them on the PHPNuke side
  • Link to your site from any similar sites you can
  • Talk to your mfg's and see if they'll list your website on their list of resellers. Cross linking rocks
  • Invest in a google adwords campaign
  • As your store starts out, think about getting an ebay store too. That way you can get your name out via ebay search results, and sometimes search engines will hit

I can't think of much more off the top of my head, but please add to this. I think this thread is useful to everyone
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-07-2006, 01:40 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,982
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: How can I optimize my site for the best search engine re

That is pretty much all the biggies. I really do not see anything major missing except for manually adding tags to meta_tags.php...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-07-2006, 08:32 PM
Active Member
 
Join Date: Dec 2003
Posts: 110
Thanks: 0
Thanked 3 Times in 2 Posts
Rep Power: 5
Redeye_Joe
Default RE: How can I optimize my site for the best search engine re

how hard would it be for me to move my catalog to the root, I have already installed it in the catalog/ directory, and I get a poor page rating. Wondering if this could be the major problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-07-2006, 08:47 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,982
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: How can I optimize my site for the best search engine re

In my experience w/google, it makes little difference where you site is located, root or catalog. The thing that makes the most difference is inbound links. If high ranking sites link to your site, all your pr's will go up. Also, if you have a lot of inbound links.

And of course, your page content needs to be relevant and deep.

You can do a simple .htaccess directory index that points to catalog/index.php from your site's root and that will serve up your catalog's index page as if it were in the root dir.

If you really want to move it up a level, just ssh to the server, copy the contents of the catalog dir to your www root, then edit both configure.php files that you just copied and remove all references to /catalog in the paths.

Then test it out to be sure it is working. Finally, delete the catalog dir.

Through SSH it should take less than 10 minutes to do.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-08-2006, 02:08 PM
Active Member
 
Join Date: Dec 2003
Posts: 110
Thanks: 0
Thanked 3 Times in 2 Posts
Rep Power: 5
Redeye_Joe
Default RE: How can I optimize my site for the best search engine re

I have an index.html page, so I cant have it directed to my catalog page directly, but I could still put it in the root and repoint the links on the index.html page? Would that have the same effect?? And sorry but what is SSH?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-08-2006, 03:13 PM
Active Member
 
Join Date: Oct 2004
Posts: 215
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 5
groggory
Default RE: How can I optimize my site for the best search engine re

It's basic getting a command line access on your server. You would use a program like putty, but your host has to support SSH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Advance Search Result Issue auntie22 osCMax v1.7 Discussion 0 05-10-2006 11:01 PM
PPC Search engine jschafer52 osCMax v2 Features Discussion 0 11-08-2005 09:18 AM
search engine issues Anonymous osCommerce 2.2 Installation Help 3 05-07-2005 09:23 PM
Search Engine Friendly osCommerce author20 osCommerce 2.2 Modification Help 0 02-24-2003 04:33 AM


All times are GMT -8. The time now is 01:36 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax