Discuss What is the best for search engine ASP or PHP? in the ASP Programming forum on Dev Shed. What is the best for search engine ASP or PHP? ASP Programming forum discussing Active Server Pages coding techniques and problem solving methods. Use VBScript or Jscript to make dynamic web applications.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Web development can be a daunting task, even for specialists. There is a lot of information to absorb and a lot of technologies to learn in order to manage a superior website. When trying to learn the ropes, developers need a reliable source to introduce new ideas that can be easily implemented. When working on large projects, even web veterans may run into a technology or an aspect of a technology that they are unfamiliar with.
Posts: 37
Time spent in forums: 14 h 2 m 34 sec
Reputation Power: 38
What is the best for search engine
hello all
please help me,
i have a real estate website if you wann see it just click on Egypt Real Estate any way i have a good developer build it as ASP language and create new page as HTML so i was wondering if i ask him to make the new pages as PHP
so what is the best for search engine HTML or PHP for the new pages and what is the different if you can tell me?
Posts: 6,410
Time spent in forums: 1 Month 2 Weeks 3 Days 18 h 27 m 22 sec
Reputation Power: 6142
If the site is already written in ASP it doesn't make sense to switch to PHP midway through, especially if you already have a good ASP develop who knows the code.
Whether you use PHP or ASP has no effect on search engines in any way. If you're talking about SEO, it doesn't matter because search engines don't care and can't actually discover what language the page uses. If you're talking about implementing a search engine, it doesn't matter either because the hard part of a search engine is done by the database engine not the programming language.
Posts: 37
Time spent in forums: 14 h 2 m 34 sec
Reputation Power: 38
Quote:
Originally Posted by E-Oreo
If the site is already written in ASP it doesn't make sense to switch to PHP
Please Note i am not going to switch the website to PHP but as you know for any new property it's Create in a new page so he make as HTML and he says HTML it's much better for SEO YOU SAID
Quote:
Originally Posted by E-Oreo
Whether you use PHP or ASP has no effect on search engines in any way. If you're talking about SEO, it doesn't matter because search engines don't care and can't actually discover what language the page uses. If you're talking about implementing a search engine, it doesn't matter either because the hard part of a search engine is done by the database engine not the programming language.
Posts: 13,894
Time spent in forums: 1 Month 3 Weeks 4 Days 15 h 10 m 20 sec
Reputation Power: 4227
What does this question have to do with asp? Like php, asp code runs on the web server and sends html to the web browser (perhaps). SEO and such is dependent on the generated html, not the server code that creates the html.
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
Posts: 37
Time spent in forums: 14 h 2 m 34 sec
Reputation Power: 38
Quote:
Originally Posted by Doug G
asp code runs on the web server and sends html to the web browser (perhaps). SEO and such is dependent on the generated html, not the server code that creates the html.
so you try to say it doesn't matter if asp code runs on the web server and sends HTML OR PHP?
it's all depend on the content in the page and the website.
Posts: 13,894
Time spent in forums: 1 Month 3 Weeks 4 Days 15 h 10 m 20 sec
Reputation Power: 4227
asp can't "send php". php code, like asp code, runs on the web server and generates html strings to send to the user workstation. Users, spiders and crawlers only see the generated html and have no way to know if a php, asp, jsp, perl, cgi or some other server programming environment created the html for the page.