What are the benefits?
- The page doesn't blinks, the menu and other repeating content remains fixed.
- Insert the menu only once in the main page.
- No need to copy repeating content, such as footer and header, insert it only once in the main page.
- No messing with Dreamweaver templates, no drawbacks of frames, no complexity with server-side programming.
- Best loading time.
- Ease of setup and updates.
- Ready-to-use, cross browser solution.
Ajax has drawbacks, but we fixed them.
- SEO impact of dynamic or javascript links - fixed! The menu has simple HTML links, e.g. "/benefits.html", which search spyders can index.
- SEO impact of dynamic content - fixed! The Ajax website will look the same as the ordinary site for search engines.
- Browser back and forward buttons usually doesn't work with Ajax - fixed!
- No links to dynamic content, difficult bookmarking - fixed! Each dynamic page gets unique URL.
- No change of window/tab title on page with dynamic content - fixed! Each dynamic page gets proper title.
- Server load. No server-side code - no load on the server. We use only simple HTML.
- Security. No server-side code - no security problem.