Hi All, I am looking out for SEO techniques (Google search engine) for optimizing web pages having AJAX content . I have heard of hash elements but am still not clear with the concept. Thanks
I don't actually have much knowledge on web developing but as of SEO, the idea is to have clean and light web pages where you present your content clearly on top of your source code, so CSS can be a big help..
Hi, I am not using wordpress. Currently I am not working on any AJAX driven web pages but just wanted to have knowledge of optimizing AJAX driven web pages. Thanks
for Ajax here is the advice includes having HTML links for your navigation, ensuring that your site works on browsers that do not have JavaScript turned on, and using real links in your JavaScript or AJAX, such as: <a href=â€ajax.htm?foo=32†onClick=â€navigate(‘ajax.html#foo=32′); return falseâ€>foo 32</a>
Yeh, and put some processing in .htaccess that will redirect ajax.htm#foo=32 -> ajax.html?foo=32 or you will not going to have natural backlinks. Also use canonical in meta tag on top of that.