vote up 3 vote down star
3

Can anyone tell me some of the most important usability, accessibility and SEO guidelines, which must be taken into considerations while developing a good Web2.0 website ???

flag

76% accept rate

3 Answers

vote up 3 vote down check

http://www.w3.org/WAI/
http://www.section508.gov/index.cfm?FuseAction=content&ID=12#Web
http://www.google.com/support/webmasters/bin/topic.py?topic=8522

Don't get too hung up on the "Web 2.0" buzzword. Accessibility standards have been around for a long time and are an important part of any web site.

link|flag
vote up 2 vote down

Incidentally, there was a recent article on it.

Other good Usability articles:

While I dislike the 'horror' tone of the article headlines, the articles themselves are good practice.

link|flag
vote up 2 vote down

SEO hint: Rewrite your dynamic URLs so that even the actual URL may be dynamic, it appears static. This allows spiders to fully index your site.

On Apache, you can do this by using mod_rewrite and there are symilar techniques for IIS.

Example:

Instead of

http://yourdomain.com/cgi-bin/getproduct.pl?id=12345

use something like

http://yourdomain.com/products/12345

As an alternative (or additional measure for those dynamic URLs you cannot rewrite), you should create a site map.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.