Showing posts with label Open Source Web Application Development. Show all posts
Showing posts with label Open Source Web Application Development. Show all posts

Tuesday, June 28, 2011

Why Sitemaps are important?


  • A sitemap is navigational tool that lists every accessible page in the site according to the site hierarchy. 
  • There are two basic kinds of sitemaps: One that is designed to be read by humans, and the other designed for visiting robots, crawlers and spiders.
  • Site should have both kinds of sitemaps, and they should be updated whenever new content or products are added to store.
HTML Sitemaps (for Humans)
The HTML sitemap is like a table of contents. It can be formatted any number of ways.
XML Sitemaps (for Spiders)
  • XML sitemaps are designed to extend a helping hand to visiting robots, crawlers and spiders. The sitemap tells search engines how often web pages are updated, the last time each was modified, and the relative priority of each page. 
  • The sitemap file (sitemap.xml) is placed at the root (or topmost) directory of site where it can be easily found whenever site is crawled. XML sitemaps are one of the most effective ways to ensure that  site is listed in the major search engines.
  • Its companion file robots.txt, contains additional instructions for the visiting robot.
Sitemap Generators
  • Although sitemaps can be created manually, it's a whole lot easier to use a program that automates the process. There's a wide range of software available, much of it for free.
  • Here's a comprehensive list of sitemap software
  1. Google's own Sitemaps Generator.
  2. XML-Sitemaps.com is an online service that will generate a sitemap up to 500 pages at no charge and few minutes. When the code is complete, copy and paste it to Notepad, save the file as sitemap.xml, and FTP it up to server. Then make sure to let Google know that updated sitemap and that site is ready to be crawled.
  3. PowerMapper  generates a wide range of visual sitemaps -- in addition to the standard text-based HTML and XML.As it scans the site, it captures meta data and generates a thumbnail of each page, and then uses the information to create a map.
A visual sitemap is a great planning tool for anyone who designs or manages a website.
Each map is fully hyperlinked,  drill down and jump to a specific page.



Monday, June 27, 2011

Top 10 Tips to a Great Web Page

Make  Site Valuable to Readers

There aren't any magic pills to create a great Web page that everyone will visit again and again, but if follow these ten tips site will be more popular and easier for people to read.

  • Know your audience, and keep them in mind when you write

If  Web pages are frequented by people with slower modems then designing a page that looks best over a faster internet connections  is not a successful strategy.

  • Keep your pages short

If  minimize the scrolling, chances are, readers will get message. A good screen size is 640 pixels wide by 480 tall.

  • Use tables of contents

Only  10% of users will scroll beyond the first screen of text. If that first screen has a table of contents viewers will click on the links to the explanatory text.

  • Keep images small

Large images annoy people. If it takes too long to download, many people will never see it, as they will have browsed somewhere.

  • Use Web colors

The browser-safe color palette will ensure that most people will see page and images in the colors intended.

  • Avoid lots of text

People don't read the Web, they skim it.

  • Check your spelling

Use a spell checker, either in your editor or on-line.

  • Keep links current

Check links often to make sure they are still valid. Using a link checker speeds up pages with many links.

  • Annotate your links

If a page is good enough to link to, then it's good enough to explain why you like it.

  • Put contact information on your pages

The Web is interactive and dynamic, and it should welcome comments on pages. Also, if there is a broken link or other problem, readers can know, easily.