Is there any books or tutorials about how to make your PHP, JQuery, Ajax and JavaScript code Search Engine Optimization (SEO) Friendly?

link|improve this question
feedback

5 Answers

These things (PHP, JQuery, Ajax and JavaScript) cannot make your website SEO friendly. You should concentrate on your HTML code, CSS, your website content, URLs, keyworks...

PHP procedures the HTML code. Therefore the more important is the HTML code (PHP output). Only thing you can do with PHP is optimizing your PHP code performance. The faster page is loaded, the more SEO friendly is.

Jquery, Ajax and Javascript have nothing to do with SEO in my opinion. It makes a better user experiences, but not for SEO.

Cheers,

link|improve this answer
feedback

Building Findable Websites: Web Standards, SEO, and Beyond by Aarron Walter is an excellent read, covering many strategies and approaches to achieve a better ranking. The author also has a website here, where you can get some idea of the book's contents. I would suggest at least a basic understanding of using the technologies you mentioned, prior to reading, in order to get the most benefit out of it.

link|improve this answer
feedback

It is the output these languages produce that you should optimize.

link|improve this answer
feedback

You could refer to Art of SEO http://oreilly.com/catalog/9780596518875.

link|improve this answer
feedback

You can see the w3c site. Practically all the SEO working follows the rules of the w3c consortium.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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