How to make your asp.net web site crawlable

How to make your asp.net web  site crawlable :


if we are talking about SEO in web application then this is very impotent post. here we consider some points those are very important in crawling your asp.net web site on server.

what can do of crawling :



  • do use a sitemap (CP-article: Simple Sitemaps in ASP.NET)
  • do use simple <a href> tags whenever possible
  • do use the "title" property for <a href>
  • do use the "alt" property for images
  • do use RSS (syndicate all your content, when possible)
  • do use pings for search engines (use http://pingomatic.com/)

what can not do :


  • don't use Flash/Silverlight to show information
  • don't use Flash/Silverlight for menus
  • don't use JavaScript-based menus
  • don't use button-based menus
  • don't use intro-pages




Comments

Popular posts from this blog