Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

BlueYon

♥Ambassador
  • Posts

    271
  • Joined

  • Last visited

About BlueYon

  • Birthday 10/31/1977

Profile Information

Recent Profile Visitors

11,656 profile views

BlueYon's Achievements

  1. Hi, I have this working fine with Google site maps. Yes there is a fix. I have found oscommerce does not work very well with search engines. A lot of the search engines are now giving a duplicate content penalty in the rankings. This means over time as you get a product, category or review not found when removing products you are no longer selling you can get hit with a penalty. Also with having the sort by product name or price this also causes the duplicate content penalty. The same can be said for my contribution. When a URL can not be found it gets redirected to the front page. The best method would be to go though the list of cached URL's before anything else loads and give a header("HTTP/1.0 404 Not Found"); if the URL?s can not be found. You can use this tool to find out what headers your site is showing: http://www.rexswain.com/httpview.html
  2. I could change it so that you have: http://www.yoursite.com/c1_9/Hardware/Mice...telliMouse-Pro/ Really if you have a name for one product you should not use it again. Like a ISBN number for a book. It's osCommerce thats not feasable because it use's multiple languages. What would you surgest? How about an admin section where you can add your own keywords for each product and category?
  3. Just noticed you are using index2.php. Did you includ this file name in the page function?
  4. You havernt set the contribution up properly. I can't remember exactly what causes this, i just know its a problem with installing.
  5. Still no internet! Should be working some time Tuesday!
  6. I have not got time at the moment to help people out on this contribution! I have arrived back in the UK, but currently on dial up. I will have broadband installed August 4th (Thursday) so hopefully I will be back in help out people with problems again.
  7. For those of you who have a problem with header tag controller I have just released this: http://www.oscommerce.com/community/contributions,3357 Support thread can be found here: http://www.oscommerce.com/forums/index.php?showtopic=160950 Still needs testing though!
  8. About to uploading my meta tag controller. This contribution does the same sort of thing as header tag controller, but I feel the way I have done it is better more optimized method. I have always used it on my site www.itchi-tech.co.uk, so I'm now releaing it because of all the requests for having getting header tag controller to work with my search engine friendly contribution. Download here.
  9. You would need to add in in the header tag contribution where it defines the headers for index.php Somthing like: if (isset(products_id)) { your product_info.php header tags } else { your index.php header tags }
  10. Ok I see the problem now! I will fix later.
  11. The information pages is a tricky one! You would need to set it to change information.php to /Information/ and then what ever the name of the page. You wopuld then need to change .htaccess for any requests for /infromation/ to be redirected to information.php. That is your main problem first. Also I thought you fixed the manufacturers box problem? If you deleted the manufacturers cache file then it should work. PM me your FTP details if you still can't fix the manufacturers box problem. I will look at it tomorrow. I need to goto bed now. Speak later!
×
×
  • Create New...