Archive for the 'Ajax' Category
Using Javascript document.write for SEO
0 Comments Published March 8th, 2008 in Ajax, Javascript, PHPThe idea here is that search-engines read a bunch of text on your page that may not be relevant. You can use javascript to write text to a page on the client-side, and that text won’t be processed by the search-engines, thus achieving Search Engine Optimization (SEO).
There are a couple ways to do this… […]