Search engines use spiders or robots to index the webpages. When they visit of your webpages, they follow the links embedded on the page to index the other pages. Therefore, efficient link building is required. Most search engines follow only text links.
Most search engine spiders do not type into your search boxes and they do not use pull down menus. The following tips will help you to make sure that search engine spiders will index your web pages correctly:
- Make use of simple text links for linking your web pages
Most search engines cannot index fancy Flash or JavaScript menus. Some even have difficulty with image links. If possible, use simple text links to link to your web pages. You can make text links prettier by styling them with CSS
- The most important pages of your website should be just a click away from the index page
Web pages that can be accessed with a few clicks from your home page are considered more important than web pages that are buried deep inside your website. It’s easier to get high rankings for these easy to access pages.
- Use descriptive link texts
The text that you use to your webpages helps search engines to better understand your content. If you sell books on your website, do not use links such as <a href=”page.htm”>Click here</a> but descriptive link texts such as <a href=”page.htm”>business books</a>.
That makes it easier for search engines to put the page into a context and it will be more likely that the page gets high rankings for the keyword “business shoes”.
- Creating of the sitemap
A link of the sitemap can be added in the footer of every page. By doing this, search engines can find all important pages with two clicks.
- Check of the validity of the HTML code
An error in the HTML code of a webpage can prevent the spiders from indexing the web pages correctly. For example, an HTML error might indicate the end of a web page before the actual content begins. That would mean that search engines would skip the content and any links of that page. You can access the official W3C HTML validator in the Tools menu in IBP.














