PHP pages and Search Engines

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • infecto
    Confirmed User
    • May 2003
    • 1697

    #1

    PHP pages and Search Engines

    I am working on some new sites which I am hoping to optimize for SEs and I was wondering how much does it effect ranking by using PHP pages? I know in the past some SEs preffered pure HTML but wasn't sure how much it has changed.
  • Basic_man
    Programming King Pin
    • Oct 2003
    • 27360

    #2
    I think they can get the same rank as the HTMLs one
    UUGallery Builder - automated photo/video gallery plugin for Wordpress!
    Stop looking! Checkout Naked Hosting, online since 1999 !

    Comment

    • BoNgHiTtA
      Confirmed User
      • May 2003
      • 2176

      #3
      it doesnt matter.


      there ive contributed my bit for the community this month. also, for november as well.

      back to trolling.

      Wanna see how Adult Site Traffic Scammed me? Click Here:

      Comment

      • jmk
        Confirmed User
        • Sep 2002
        • 5391

        #4
        good question!

        Comment

        • sacX
          Confirmed User
          • Dec 2002
          • 2998

          #5
          change your server so it interprets php in .html pages
          Have Asian Language Traffic?

          Comment

          • AndrewKanuck
            Confirmed User
            • Jan 2004
            • 6706

            #6
            Look at your pages the way a spider see's them....and if you don't know how, I'm sorry for you

            Comment

            • nibbi
              Confirmed User
              • Sep 2002
              • 104

              #7
              I have done sites in both striaght HTML and others in straight PHP. Both seem to rank about the same in the search engines.
              http://www.xRag.com

              Comment

              • EscortDate_Enoj
                Registered User
                • Mar 2002
                • 87

                #8
                It doesn't matter whether the files are ending with .HTML or .PHP.

                However, if you use some tool like for example mod_rewrite, you could manipulate all the urls to make them as search friendly as possible. No need to have file endings at all. Examples:

                domain.com
                domain.com/categoryname
                domain.com/categoryname/girlname
                domain.com/categoryname/girlname/setname

                If done properly you get a great link structure which pays off with the SE's.

                1:287 all November with UnrealBank

                Comment

                • galleryseek
                  Confirmed User
                  • Mar 2002
                  • 8234

                  #9
                  doesn't matter. the only thing those spiders look at is what is ON the page. and the best way to optimize it in a structured sense is through xhtml/CSS and not using tables for layout.

                  Comment

                  • WiredGuy
                    Pounding Googlebot
                    • Aug 2002
                    • 34515

                    #10
                    To answer your question, while PHP is not listed among the supported documents on Google's list: http://www.google.com/webmasters/facts.html (see last fact), it is definitely supported and I don't see any types of penalties being imposed for it. The best example to compare this is to go to http://www.php.net

                    The whole site is powered on PHP and both its results in the SERP's and its PR show that php is fully supported.

                    WG
                    I play with Google.

                    Comment

                    • BRISK
                      Too lazy to set a custom title
                      • Feb 2003
                      • 12240

                      #11
                      Originally posted by galleryseek
                      doesn't matter. the only thing those spiders look at is what is ON the page. and the best way to optimize it in a structured sense is through xhtml/CSS and not using tables for layout.
                      SEs like to see CSS instead of tables?
                      I post on GFY so that when people ask me what I do,
                      I can tell them that I work with the mentally retarded.

                      Comment

                      • lb_vee
                        Confirmed User
                        • May 2004
                        • 886

                        #12
                        Originally posted by EscortDate_Enoj
                        It doesn't matter whether the files are ending with .HTML or .PHP.

                        However, if you use some tool like for example mod_rewrite, you could manipulate all the urls to make them as search friendly as possible. No need to have file endings at all. Examples:

                        domain.com
                        domain.com/categoryname
                        domain.com/categoryname/girlname
                        domain.com/categoryname/girlname/setname

                        If done properly you get a great link structure which pays off with the SE's.
                        This works very well. Its also a good way to learn about seperating modules and templates by using MVC with php.

                        Comment

                        • infecto
                          Confirmed User
                          • May 2003
                          • 1697

                          #13
                          Thanks for all the info guys!

                          Comment

                          • Phil
                            Confirmed User
                            • Jan 2004
                            • 7659

                            #14
                            works just as well as HTML...
                            Ask Phil

                            Comment

                            • galleryseek
                              Confirmed User
                              • Mar 2002
                              • 8234

                              #15
                              Originally posted by BRISK
                              SEs like to see CSS instead of tables?
                              i haven't done much research on it. but i don't believe engines "SEE CSS", but they see the simplicity of the site. css (less coding, more simplistic) is a lot more direct and to the point - which i believe can help in positioning. i have to do more research though to really be conclusive.

                              Comment

                              • rowan
                                Too lazy to set a custom title
                                • Mar 2002
                                • 17393

                                #16
                                Try to avoid using ? type commandline variables.

                                www.somedomain.com/somescript/variable1/variable2
                                is always better than
                                www.somedomain.com/somescript.php?variable1=...&variable2=...

                                Some spiders may be reluctant to follow obviously dynamic links. Just be careful that they don't get stuck in a loop, trying out 69,891,627 combinations of your variables.

                                Comment

                                Working...