Optimizing Dynamic Pages - Part II

Optimizing Dynamic Pages - Part II

The Widget Queen Revisited
You have the world's finest collection of widgets. You created the world's best
widget website. You have no traffic.

You checked in the search engines and find that your site does not appear at
all, even though all your competitors' sites do. Perhaps the search engine
robots cannot get to your pages to index them.

Search Engine Robots
Search engine robots are simple creatures. They can "read" text to add to their
databases, and they can follow "normal" links--those links that are coded to
look like

blue widgets

or the slight variation



That's it. Search engine robots cannot select items from lists; search engine
robots cannot type text into boxes; search engine robots cannot click "submit"
buttons. That means that no matter how important our dynamically-generated page
of blue widgets is, if the only way to access that page is to select it from a
list or click on a button, the robot will never be able to visit it. That, in
turn, means that it will never appear in the search engine results.

So how do you get your dynamic information to show up in non-dynamic ways?

The Painful Solution
One of the reasons that dynamic pages exist is because of the difficulty
involved in constantly updating -- adding and deleting -- pages from your site,
based on which widgets you are offering this season. If you have a separate page
for each make and model of widget, each of those pages can be spidered. They can
all be reached through links that look like

blue widgets style 1
blue widgets style 2
red widgets style 1
red widgets style 2
new widgets style 1
new widgets style 2

The bad news here, of course, is that you now have to create all of those pages.
This loses the benefit of drawing the widget information from a database.

A Better Solution
A better solution is to create only a "shell" of each page, and then to
dynamically populate the page from our database. By creating a "real" file, you
can assign a fixed URL, but still use the database to fill-in the page, using
any of various server-side techniques (HTML server-side includes, Perl, Active
Server Pages, Java Server Pages, PHP, etc.). A simple page like this might
suffice:



Blue Widgets style 1< itle><br></head><br><body><br><!--#exec cgi="myscript.pl?bluewidget-1"--><br></body><br></html> <br><br>Save this page as "bluewidget-1.html" and you're good to go, assuming that <br>"myscript.pl" will actually return the content you want for the body of the <br>page. True, you will have a discrete page for each item in your inventory, but <br>at least you only need to hard-code the bare-bones of that page.<br><br>Another Way To Go<br>There is yet another way to go. This method does not require creating dozens of <br>static pages, or of having to include exotic scripts in your web pages. It also <br>may not work for all search engines!<br><br>Some search engine robots just will not follow links that include a <br>"querystring" as part of the URL. You have seen a querystring if you have ever <br>looked at the URL of a page of search results in Google. For example, if you <br>look for "blue widgets" on Google, not only do you get page after page of blue <br>widgets, you also see that these pages have very complicated-looking addresses<br><br>http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=blue+widgets<br><br>In this address, everything after the question mark ("?") is a querystring. This <br>is used to pass additional information to the web server. While some search <br>engines can follow a complicated address like this, many simply will not follow <br>such a link. That means that if you use a URL like<br><br>http://www.mycompany.com/catalog.html?item=widget&color=blue&model=1<br><br>that the robot may not be able to follow it. This is bad.<br><br>On the other hand, an increasing number of search engine robots will follow such <br>links. Usually, links like this are created "on the fly" by filling-out forms <br>and clicking a "submit" button, but that doesn't have to be the case. You can <br>grab that address, querystring and all, and put it into a "normal" link, like <br>this<br><br><a <br>href="http://www.mycompany.com/catalog.html?item=widget&color=blue&model=1">blue <br>widgets style 1</a><br><br>Put several of these on a page and the search engine robot can now visit your <br>dynamic pages from links that require no button-clicking. Remember that not all <br>robots will follow these links, so your mileage may vary.<br><br>As long as the link to the page exists in a form that does not require human <br>intervention to get to it (pulldown menus, search results, form submits, etc) <br>then a bot will follow it. <br><br>Widgets Out The Door<br>Using any of these methods will help search engine robots to find the dynamic <br>pages on your site. This means that the important content on those pages is more <br>likely to be included in the search engine databases, and that people will be <br>better able to find you. That, of course, means that the Widget Queen will reign <br>supreme, knowing that widget customers the world over will now be able to find <br>you and buy your widgets.<br><br># # #<br><br>Dale Goetsch is the Technical Consultant for Search Innovation Marketing <br>(http://www.searchinnovation.com), a Search Engine Promotion company serving <br>small businesses and non-profits. He has over twelve years experience in <br>software development. Along with programming in Perl, JavaScript, ASP and VB, he <br>is a technical writer and editor, with an emphasis on making technical subjects <br>accessible to non-technical readers.<br><br>Copyright © 2003 Search Innovation Marketing. All Rights Reserved.<br><br>Permission to reprint this article is granted as long as all text above this <br>line is included in its entirety. We would also appreciate your notifying us <br>when you reprint it: please send a note to reprint@searchinnovation.com.<br><p> About the Author <p>Dale Goetsch is the Technical Consultant for Search Innovation Marketing <br>(http://www.searchinnovation.com), a Search Engine Promotion company serving <br>small businesses and non-profits. He has over twelve years experience in <br>software development. Along with programming in Perl, JavaScript, ASP and VB, he <br>is a technical writer and editor, with an emphasis on making technical subjects <br>accessible to non-technical readers.<br> </div></td> </tr> </table> <p align="center">More Web Development and other resouces to help you locate great articles just like Optimizing Dynamic Pages - Part II :</p> <table width="700" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="200"> Here are other categories to find more must know information on anything and everything.<br /> <a href="http://infopom.net/autoandtrucks.html">Auto and Trucks</a><br> <a href="http://infopom.net/businessandfinance.html">Business and Finance</a><br> <a href="http://infopom.net/computersandtheinternet.html">Computers and Internet</a><br> <a href="http://infopom.net/education.html">Education</a><br> <a href="http://infopom.net/environment.html">Environment</a><br> <a href="http://infopom.net/family.html">Family</a><br> <a href="http://infopom.net/foodanddrink.html">Food and Drink</a><br> <a href="http://infopom.net/gadgetsandgizmos.html">Gadgets and Gizmos</a><br> <a href="http://infopom.net/gardening.html">Gardening</a><br> <a href="http://infopom.net/government.html">Government</a><br> <a href="http://infopom.net/health.html">Health</a><br> <a href="http://infopom.net/hobbies.html">Hobbies</a><br> <a href="http://infopom.net/homeimprovement.html">Home Improvement</a><br> <a href="http://infopom.net/kidsandteens.html">Kids and Teens</a><br> <a href="http://infopom.net/legalmatters.html">Legal Matters</a><br> <a href="http://infopom.net/marketing.html">Marketing</a><br> <a href="http://infopom.net/musicandentertainment.html">Music and Entertainment</a><br> <a href="http://infopom.net/onlinebusiness.html">Online Business</a><br> <a href="http://infopom.net/parenting.html">Parenting</a><br> <a href="http://infopom.net/petsandanimals.html">Pets and Animals</a><br> <a href="http://infopom.net/recreationandsports.html">Recreation and Sports</a><br> <a href="http://infopom.net/selfimprovementandmotivation.html">Self Improvemen</a><br> <a href="http://infopom.net/sitepromotion.html">Site Promotion</a><br> <a href="http://infopom.net/travelandleisure.html">Travel and Leisure</a><br> <a href="http://infopom.net/webdevelopment.html">Web Development</a><br> <a href="http://infopom.net/women.html">Women</a><br> <a href="http://infopom.net/writing.html">Writing</a><br> </td> <td> Here are more Web Development articles to give you more must know information just like in Optimizing Dynamic Pages - Part II article. <br /> <p><a href="/info/220024HowToDesignAWebSite.htm" target="_blank"> How To Design A Web Site </a><br> I'm not a professional web site designer and openly admit<br>there is a lot that I don't know. But if you're a beginner<br>I probably know more than you do, so the listen up.<br><br>Rather than give a lengthy dissertation on web design I have<br>broken... <br> <span class="class4"><a href="/info/220024HowToDesignAWebSite.htm" target="_blank">Read more</a></span><br> <hr> <p><a href="/info/215375HowtoUseMetaTagsforSearchEngineOptimization.htm" target="_blank"> How to Use Meta Tags for Search Engine Optimization </a><br> How to Use Meta Tags for Search Engine Optimization<br>Copyright 2002 Herman Drost <br><br>Statistics show that only one of every four Web Sites have<br>Meta tags. However using these tags can give your site <br>an advantage over other sites that do not. ... <br> <span class="class4"><a href="/info/215375HowtoUseMetaTagsforSearchEngineOptimization.htm" target="_blank">Read more</a></span><br> <hr> <p><a href="/info/215315LOSETHEWAIT.htm" target="_blank"> LOSE THE WAIT! </a><br> Slow sites drive visitors away. It's that simple. Not yours, you<br>say? Think it's "worth the wait"? Sorry to break it to you<br>pumpkin, it's not. <br><br>You're on your way home. You have two choices. You can either<br>take the route that is the ... <br> <span class="class4"><a href="/info/215315LOSETHEWAIT.htm" target="_blank">Read more</a></span><br> <hr> <p><a href="/info/199056WhyStockPhotographyisaGreatResourceforWebBusiness.htm" target="_blank"> Why Stock Photography is a Great Resource for Web Business </a><br> A picture is worth a thousand words. And it still is today. With the media changing everyday photography has changed along with it and as a result is still a valuable resource for web business. Ph... <br> <span class="class4"><a href="/info/199056WhyStockPhotographyisaGreatResourceforWebBusiness.htm" target="_blank">Read more</a></span><br> <hr> <p><a href="/info/215283SellYourFreelanceWebServicestoBusinessesThatDon39tHaveaWebSite.htm" target="_blank"> Sell Your Freelance Web Services to Businesses That Don't Have a Web Site </a><br> As you are probably already aware - there are many more freelancers out on the net than there are employers. Consequently, freelancers often find that they are bidding for a job along with hundreds of other web professionals. For this reason alone, some f... <br> <span class="class4"><a href="/info/215283SellYourFreelanceWebServicestoBusinessesThatDon39tHaveaWebSite.htm" target="_blank">Read more</a></span><br> <hr> </td> </tr> </table> <p> </p> <div align="center"></div> <div align="center"> <table width="600" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center">Thank you very much for viewing this must know article:<strong><em> Optimizing Dynamic Pages - Part II </em></strong>. Hopefully you have found all the information you were looking for in "<strong><em> Optimizing Dynamic Pages - Part II </em></strong>". If you feel like you need more information feel free to check out <a href="http://infopom.net">Info Pom HOMEPAGE</a> to look for more articles in our humangous database</div></td> </tr> </table> <br /> <div align="center">Site Partners:<br> <a href="http://www.backgroundcheck-resources.com/" target="_blank">Background Check</a><br> </div> <p> <br /> </p> </div> </body> </html>