1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which is more SEO friendly? PHP or ASP.NET?

Discussion in 'Programming' started by cri8bat, Nov 28, 2010.

?

Which is more SEO friendly? PHP or ASP.NET?

  1. PHP mySQL

    33.3%
  2. ASP.NET

    11.1%
  3. both are as good

    55.6%
  1. #1
    I have an idea to create an online application, that includes a databse and a website.

    the application then can link to twitter or facebook, but thats after application is done...

    however, my main consern is which language should I use?

    PHP/mySQL or ASP.NET?

    which is more SEO friendly?
     
    cri8bat, Nov 28, 2010 IP
  2. happpy

    happpy Well-Known Member

    Messages:
    926
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    120
    #2
    there is no difference.
    php or asp simply run on the server and just compile the output html which in itself is only html
     
    happpy, Nov 28, 2010 IP
  3. cri8bat

    cri8bat Well-Known Member

    Messages:
    1,459
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    160
    #3
    thanks for replying :)

    I now that both are server side, however when they come back to the client side as html they render with hidden fields, etc.

    and it is hard to make content withing <p> tags, like having a texaread to write content and make that content to show with p tangs and each paragraph that you write.

    am I making sense....
     
    cri8bat, Nov 28, 2010 IP
  4. Codd

    Codd Member

    Messages:
    145
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #4
    There is no difference buddy. SEO relies on the final output of the page. SE's don't/cant see the programming code.
     
    Codd, Nov 28, 2010 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    In the past, ASP.NET produced invalid, proprietary markup which made SEO a problem. How much this has improved over the years, I don't know, but such problems do not exist with PHP. Microsoft products are not known for standards compliance.

    mySQL has nothing to do with this.
     
    drhowarddrfine, Nov 28, 2010 IP
  6. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ASP.Net itself never produced invalid or proprietary markup. A number of controls it has built in (to make site programming much quicker) however did, and some still do, generate some fairly poor, heavily tabulated output. Though arguably what do you expect when you do your whole site security/ login using simply <asp:login runat="server" />?

    You can however write your own controls, modify the existing ones or download new ones if you dont like the markup the off the shelf ones created.


    To the OPs question, there is minimal difference from an SEO point of view between PHP & ASP.Net. The one consideration with .Net and SEO however is the ViewState which is a hidden field that .Net puts on each page (by default). These can grow to be very big and are right at the beginning of the page so in theory can impact what Google picks up. You can Google about ViewState as there is much written about how to move/ remove it and the Pros and Cons
     
    AstarothSolutions, Nov 28, 2010 IP
  7. geekstrack

    geekstrack Well-Known Member

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    121
    #7
    geekstrack, Jun 6, 2012 IP
  8. lamino

    lamino Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Which is important for SEO is not the language but you render your pages (HTML).
     
    lamino, Jun 28, 2012 IP
  9. sandiegotech.net

    sandiegotech.net Greenhorn

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #9
    Robots and Search engines cant even know how you code your page. Unless you use Dreamweaver to make them, that creates bunch of undesired HTML on each page.
     
    sandiegotech.net, Jun 28, 2012 IP
  10. Unified-PHP

    Unified-PHP Peon

    Messages:
    31
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It's all down to personal preference. Don't create a site in PHP if you don't know any PHP and vice versa.
     
    Unified-PHP, Jun 28, 2012 IP
  11. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #11
    They both have nothing to do with SEO.

    This is like asking what's faster a football or a soccer ball.
     
    NetStar, Jun 28, 2012 IP
  12. suwandichen13

    suwandichen13 Well-Known Member

    Messages:
    615
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    140
    #12
    that depend how your Set them..
    lol..
    that was good question NetStar.
     
    suwandichen13, Jul 4, 2012 IP