Using PHP to Create Relevant Title Tags in osCommerce Websites (
Page 1 of 4 )
If you use osCommerce for your site's e-commerce, and you're not happy with the quality or quantity of visitors your site receives, keep reading. Though osCommerce provides some excellent features, its weaknesses could be getting in the way of giving you the number of visitors and conversions you expect. Fortunately, there's a solution, hidden in something as simple as a title tag.osCommerce is the most popular online e-commerce solution. The primary reason for this popularity is its nature as open source software; it can be used for almost no cost compared to other online e-commerce software.
osCommerce runs on PHP and MySQL, again an open source solution. Despite its popularity, it possesses a significant weakness. The default page title generated by the osCommerce is highly unfriendly to both site visitors and the search engines, particularly the most popular one: Google.
A high percentage of site conversion and website marketing success is primarily due to the correct use of title tag element
<title> ....</title>
This tutorial proposes a solution that allows an osCommerce web developer to generate unique and relevant title tags using only PHP. This eliminates the need to hire or consult an SEO on-site -- work which can be tremendously costly.
Specification of Page Title for Search Engine Marketing Success
Very popular search engines like Google advise webmasters under their technical guidelines to include accurate and descriptive titles for their web pages. It is essential that the page title should be:
You can do a rough check of your existing website to see if there are problems with duplicate titles. The best tool to use is
http://www.google.com/
Type this in the search box (without including the www or http):
site:thisisyourdomainname.com
After pressing "search" in Google, you will see whether your indexed pages are having serious problems with duplicate titles. For example, below is a sample screen shot of a website having some issues with duplicate titles:
<Insert duplicate title.jpg here>
As you can see, most of the indexed pages have the same title, "osCommerce," which is completely unrelated to the page topic. This affects the site's search engine marketing effort and will confuse potential visitors.