Is there such a thing as a best programming language for SEO?

Discussion in 'Search Engine Optimization' started by GFMIII, Nov 28, 2007.

  1. #1
    I am new to web page development and my head is spinning in regards to all of the different aspects that must be considered for SEO.

    One of the things that I am having a hard time understanding is what is the best programming language (ASP.NET, JavaScript, PSP, etc.) to use for SEO purposes. From my limited understanding of the subject, some are better than others.

    Can anyone give me a primer on the subject or point me to a web link where this is discussed?

    Thanks in advance for your help!
     
    GFMIII, Nov 28, 2007 IP
  2. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #2
    i think its still depends on how you are going to do it..
     
    bogs, Nov 28, 2007 IP
  3. GFMIII

    GFMIII Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To further clarify, I guess I am talking in terms of processing forms and the like without adding lots of extraneous HTML code which could hurt SEO efforts by diluting the content.

    Does that help clarify what I am looking for in terms of answers?
     
    GFMIII, Nov 28, 2007 IP
  4. kharen

    kharen Banned

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    as much as your codes are readable by the spiders to crawl it...
     
    kharen, Nov 28, 2007 IP
  5. Chr1ssst0pher

    Chr1ssst0pher Peon

    Messages:
    564
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    just use all kind of meta tags, but actually we can divide meta tags into several groups and the first one I consider to be the most important and even obligatory for every site, and disregarding those will be really harmful for any site popularity. I’m talking about description meta tags --that will add unique description for every page on your site. There are also description meta tags, which are the unique description of every page of any site that are created for search engines and its uniqueness and relevance are as important for search engines as unique content and well performed design is important for visitors. but this all is useful only if that post about meta tag uselessness is just a rumor:)
     
    Chr1ssst0pher, Nov 28, 2007 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It won't make a bit of difference which language you use, whether it be straight up HTML and CSS or a server-side programming language that creates the HTML for you. All the search engines are going to see is the content on the page, and that is what you should worry about. For more information, read All You Need to Know About SEO thread I wrote here and the Search Engine Optimization FAQ from SitePoint (FREEBIE - no registration required).
     
    Dan Schulz, Nov 28, 2007 IP
  7. Robert T

    Robert T Peon

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Agree with Dan Schulz comment. The server side language is not relevant. The html, javascript, css you produce is spider food. The only comment I would make in addition is that with any server side language you can create dynamic pages with un-friendly url's (bunch of parameters ? id= sess= etc) which is a bad idea. Other than that concentrate on the language you know best and is easiest for you (like php :) )
     
    Robert T, Nov 28, 2007 IP
  8. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #8
    parameters and IDs aren't as bad as they used to be - hell, www.classicbattletech.com gets spidered just as well as sites that use keyword friendly URLs (not my site) even though it uses ID based query stirngs. What you have to watch out for thogh are session IDs.
     
    Dan Schulz, Nov 28, 2007 IP
  9. GFMIII

    GFMIII Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks for all the comments.

    My next question then would be what is considered the "best" programming language for web development?

    I was a programmer in a former life (on mainframes no less), so I have the mindset to learn a new language, but I have been out of the programming world for so long, I don't know which language would be the best (and hopefully easiest) to pick-up.

    Thanks.
     
    GFMIII, Nov 28, 2007 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Well, PHP is a pretty easy to learn server-side programming language for creating dynamic Web sites and applications, whereas others such as .NET are actually frameworks as opposed to languages. Each one has its own strengths and weaknesses, though PHP is pretty popular among Web developers (as is the .NET framework). The first thing I'd do is ask yourself whether you want to work for another company (in which a framework such as .NET or Java would be better) or go after your own clients (which would make PHP a very attractive option) and then go from there.
     
    Dan Schulz, Nov 28, 2007 IP
  11. lovekills_s

    lovekills_s Well-Known Member

    Messages:
    230
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    125
    #11
    I am sure you wouldnt want to miss this one:

    http://www.google.com/support/webmasters/bin/answer.py?answer=34431

    Thats what they say. Since they say they can crawl there shudnt be any problem choosing any out of the three majors, PHP, ASP or even JSP..
     
    lovekills_s, Nov 28, 2007 IP
  12. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #12
    Yes and no, as long as you're creating content that spiders can read you'll be fine. Common languages like plain HTML and PHP or .NET are fine.

    However, some of the Web 2.0 technologies can throw up problems, especially Ajax and Flash, if you're using either use sparingly and make sure your text content is in HTML
     
    MattUK, Nov 29, 2007 IP
  13. samyak

    samyak Active Member

    Messages:
    280
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    90
    #13
    There isn't really a "best" programming language. Like Dan said, PHP is quite easy to learn while Java and .Net have a steeper learning curves.
     
    samyak, Mar 18, 2012 IP
  14. hassan001

    hassan001 Active Member

    Messages:
    468
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    70
    #14
    hassan001, Nov 27, 2012 IP
  15. Salon Alure

    Salon Alure Member

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #15
    SEO can be apply on any website developed on any platform no specific programming language needed for SEO and for development php is best
     
    Salon Alure, Nov 27, 2012 IP