English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

php, .net, java script, etc.... and why?

2006-10-20 11:25:41 · 4 answers · asked by gcl003 2 in Computers & Internet Internet

4 answers

The question makes no sense. When a search engine visits your site, it can only read the output produced by your scripts. So it is not the programming language that needs to be search engine-friendly, it's the output.

JavaScript is somewhat of a special case, since it is executed on the client. Search engines usually do not bother executing JavaScript, so you sould minimize the use of JavaScript if you want to be search engine-friendly...

2006-10-26 07:19:29 · answer #1 · answered by NC 7 · 0 0

There isn't any one particular language that is more friendly than another, it really depends upon the way you choose to use the one you select.

The thing to consider is this...Search engines spider web sites and they index the *static results* of the pages they vist...So, if you are using a server-side script to generate a page, the search engine will index the resulting HTML, *not* the script that generated it.

Depending upon what you're using the script to do, this can cause interesting indexing results, especially if you're depending upon user inputs to generate page content.

Again though, the choice of scripting language is up to the programmer and their comfort level. I personally recommend PHP, simply because it's open-source, very wide spread, and easy to use.

2006-10-20 18:37:00 · answer #2 · answered by poeticjustice72182 3 · 0 0

PHP and .net are no different to HTML from a search engines point of view, so they're both ideal.

Search engines do have problems with Javascript though: they can't read it. As such you should use it sparingly and never for anything which is essential for the search engines to find (eg, links).

More details in my free guide : http://www.adambunn.co.uk/seo-beginners.php

2006-10-24 20:46:39 · answer #3 · answered by lookforadam 4 · 0 0

better you use .net due to this program is the latest release from Microsoft, and I think in the next year will be used in big community

2006-10-20 18:30:57 · answer #4 · answered by Padma 3 · 0 0

fedest.com, questions and answers