CGI-BIN and Scripting Languages
Shopping Carts or e-commerce systems using the CGI-BIN format typically utilize the PERL scripting language. When a search engine finds /cgi-bin/ in a URL it typically ignores it. There are however some search engines that can index beyond the /cgi-bin/ element of the URL. However, there are many that cannot and do not index beyond the /cgi-bin/ element.
Then we have the database driven shopping cart or e-commerce system that operates on one of the more advanced Object Oriented Event Driven (OOED) languages such as PHP, ASP, .NET, .JSP, or Cold Fusion (just to name a few). These advanced languages utilize the question mark (?) and ampersand (&) in the URL to identify the variables required to pull the information out of the database and into the dynamically generated page. Not all search engines are able to index beyond the question mark (?) or the ampersand (&) making it difficult to be indexed by all search engines.
Meta Data
Shopping carts or e-commerce systems typically re-use the same set of Meta keywords and Meta descriptions throughout the dynamically generated pages. This simply means that an orange would have the same Meta keywords and Meta description as an apple. Obviously this does not work very well for search engines that utilize the Meta keywords and Meta descriptions. The Meta keywords and Meta descriptions should be based upon the product or the category.
Page Titles
Page titles are one of the most important elements in search engine optimization. Page titles inform the purchaser that your page offers exactly what they are looking for. Since many e-commerce solutions re-use the same page title which is typically the company name or the site URL that it can prevent your site from moving to the top of the search engine results. Each page should stand on its own.
URL Rewrites
Many programmers use URL rewrite technologies to make the URL's friendly to the search engines. However, not all rewritten URL's are created equal. Some people rewrite URL's to simply remove the question mark (?) and ampersand (&) from the resulting URL. However, this does not provide the best form of rewritten URL.
Hidden Session ID's
Hidden session id's are session id's that are placed in the link, but not in the resulting URL. Because session id's use the question mark (?) or ampersand (&) in the link, this causes many search engines to cease attempting to index the site.
Session id's are used to keep track of the visitor as they add items to their cart for purchase. Not all shopping carts utilize session id's, but those that do can cause problems if not properly programmed to keep the session id's out of the links. Some programmers use cookies, but those can also be problematic if the shopper turns cookies off like so many people do.
Heading Tags
Heading tags are those tags that identify the importance of a piece of content and elevate it above the remaining content. For example, an
heading tag is the most important of all heading tags. When a page uses the
tag it announces to the search engines that the enclosed text is of vital importance and it is usually the topic of the page.
For example, a page about Mandarin Oranges that uses an
No comments:
Post a Comment