Other Web Services of Interest CB Datafeeds Adsense like content relevant CB datafeeds. Turn your pages into instant commission collectors, automatically. | WhyPark.com - Stop Parking Your Domains. Why park a domain name when you can instantly create content-rich web sites based on your keywords. Pro Seo & Free Hosting | The Article System 2.0. Instantly add targeted content to your website. Create pages that search engines will index to boost your traffic and profit! | Step By Step Websites In 3-6 Hours. Easy guide to creating your Own customized, money-making website with Dreamweaver 8, Mx, or Mx 2004, and more |
|
| You are Here: Home: Chapter 1 - General Site Basics: Page 2 GENERAL SITE BASICS - FOR SUCCESSFUL SITES - (continued) - Try to use text instead of images to display important names, content, or links. Many search engine crawlers don't recognize text contained in images, which will hurt your chances for traffic as your pages may not be indexed.
- Make sure that your TITLE and ALT tags are descriptive and accurate.
- Check for broken links and correct HTML.
- If you decide to use dynamic pages (i.e., the URL contains a "?" character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them few. (One trick to get around this is by using mod_rewrite module on an Apache server)
|
|
|
- Create a robot.txt file on your site and make sure you do not block the search engine robots from directories and pages you want indexed. Read all about setting up your robots.txt file in our chapter about Website Design.
- Most search engine spiders see your site much as Lynx would. Use a text browser such as Lynx to examine your site, because If fancy features such as JavaScript, cookies, session IDs, frames, DHTML, or Flash keep you from seeing all of your site in a text browser, then search engine spiders visiting your site may have trouble crawling your site.
- To save bandwidth when search engine bots crawl your site, ensure your server supports the "If-Modified-Since" HTTP header. This lets bots know whether your content has changed since the last crawl.
| Session Ids or arguments to track visitors should not be used to track search engine bots, as it may result in your site not getting indexed entirely. Detecting the spiders is easy. This code will do it for aspz: <% Dim spidercheck Spidercheck = Request.ServerVariables("HTTP_USER_AGENT") If Spidercheck = "Googlebot" Then Enablesessionstate=False End IF %>
|
Continue Reading........ |
| 
|
|