I would like to ask you guys about your opinion on SEO for services written in ASP.NET. I met an SEO specialist who says that it is almost impossible to make SEO for services/portals written in ASP.NET because Google robots don't like the pages it generates. Can you confirm or deny this theory?

link|improve this question

25% accept rate
3  
Was this expert trying to sell you something? A bridge maybe? – Michael Petrotta Jan 26 '11 at 19:54
Lol - almost. It seems we will have to throw all our open projects written in asp.net to the basket and start with PHP. He claims that web pages based on ASP.NET are slower and this way Google prefers faster PHP pages. By the way how to boost my ASP.NET web pages? – roocik71 Jan 27 '11 at 0:20
feedback

4 Answers

If the portal relies heavily on query strings or improperly loaded AJAX pages, then it would be nearly impossible. But if it has friendly names, it wouldn't be too hard.

Any platform can do horribly for SEO and any platform can do miracles for SEO. It all depends on how well the application is written.

link|improve this answer
1  
+1 for the last paragraph. Best point ever. Both good and bad implementations will always exist, sadly. – Arve Systad Jan 26 '11 at 20:04
feedback

I confirm this theory. But this being said there have been some very nice additions like the routing engine allowing you to have SEO friendly URLS and the full control over the generated ids (in ASP.NET 4.0).

link|improve this answer
A nice summary of improvements is at weblogs.asp.net/scottgu/archive/2010/01/05/… – Thomas Langston Jan 26 '11 at 20:07
feedback

The problem's not in the platform itself but rather how you use it. One major SEO rule is to have machine readable HTML code to make a semantic page and standard XHTML.

ASP.net's problem lies on the built-in components that are used in a page. When the components are rendered to HTML they generate non-standard HTML code.

The trick is to generate the data on a page using standard HTML tags and than use CSS and JavaScript to style it i.e. The data can be saved in a RecordSet instead of a DataGrid and looped over to create an HTML table.

.Net has made great improvments to the auto generated code since MVC 1.0 which creates standard XHTML.

link|improve this answer
feedback

.NET encompasses many great run time quality features that are especially made to speed up the website optimization & Seo Process. Listed Here are few of the most widely used features by which can one be benefited from SEO aspects and have a way of Asp.Net Optimization.

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.