index.php harm SE ranking

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pointless
    Confirmed User
    • Jan 2003
    • 2142

    #1

    index.php harm SE ranking

    simple question would having index.php harm chances at SE ranking?
    355 north
    Adultdatelink.com
  • vivency-AdamQ
    Confirmed User
    • Jan 2005
    • 462

    #2
    no... why would it
    MSN/E-Mail: [email protected] (Always online)
    AIM: thnbic (Rarely online)
    ICQ: 88990969 (Very rarely online)

    Comment

    • BloodFart
      Confirmed User
      • Feb 2004
      • 728

      #3
      no

      888888
      Jesus = harry potter 2000 years ago.

      Comment

      • Pointless
        Confirmed User
        • Jan 2003
        • 2142

        #4
        just wanted to make sure some ppl where saying it does
        355 north
        Adultdatelink.com

        Comment

        • beemk
          CLICK HERE
          • Jan 2002
          • 20829

          #5
          doesnt php effect pagerank or something like that? i remember someone saying that about gfy threads.
          I host with Vacares

          Comment

          • kaliboy2g
            So Fucking Banned (YEA!!)
            • Jun 2004
            • 10963

            #6
            no something like

            page.php?=contact.php instead of a contact.html may be bad for s.e's
            Care about me?
            Who?
            Me!
            Who?

            Comment

            • sean416
              Confirmed User
              • Feb 2004
              • 3633

              #7
              the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

              http://www.yourdomain.com/index.php?id=10=cat=blah

              But if you're just using php to run scripts within the source code, its fine.

              ServerProvider.com

              Comment

              • Pointless
                Confirmed User
                • Jan 2003
                • 2142

                #8
                ok thanks guys for clearing that up for me
                355 north
                Adultdatelink.com

                Comment

                • StuartD
                  Sofa King Band
                  • Jul 2002
                  • 29903

                  #9
                  Originally posted by sean416
                  the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

                  http://www.yourdomain.com/index.php?id=10=cat=blah

                  But if you're just using php to run scripts within the source code, its fine.
                  Those actually increase my rankings on google these days
                  This is me on facebook
                  This is me on twitter

                  Comment

                  • sean416
                    Confirmed User
                    • Feb 2004
                    • 3633

                    #10
                    Originally posted by NichePay - StuartD
                    Those actually increase my rankings on google these days
                    I highly doubt it, willing to elaborate?

                    ServerProvider.com

                    Comment

                    • Top Jimmy
                      Confirmed User
                      • Dec 2004
                      • 2513

                      #11
                      Originally posted by sean416
                      the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

                      http://www.yourdomain.com/index.php?id=10=cat=blah

                      But if you're just using php to run scripts within the source code, its fine.
                      Exactly right. If it has ID in the URL the robot thinks it's a session id and will not spider it.

                      This goes for cgi too.
                      Last edited by Top Jimmy; 02-02-2005, 07:31 PM.

                      Don't reply. Let it die.

                      Comment

                      • kaliboy2g
                        So Fucking Banned (YEA!!)
                        • Jun 2004
                        • 10963

                        #12
                        Originally posted by sean416
                        the only time php would effect page rank or serps is if you have a query in the url like a search engine or something. like this:

                        http://www.yourdomain.com/index.php?id=10=cat=blah

                        But if you're just using php to run scripts within the source code, its fine.

                        Even with taht, there is a way to use modrewrite to make the pages .html
                        Care about me?
                        Who?
                        Me!
                        Who?

                        Comment

                        • Kevsh
                          Confirmed User
                          • Dec 2004
                          • 8619

                          #13
                          Originally posted by Top Jimmy
                          Exactly right. If it has ID in the URL the robot thinks it's a session id and will not spider it.

                          This goes for cgi too.
                          True. The key is how Google interprets it. I had an ASP-based commerce site (mainstream) a few years back with session ID's and not only did Google spider the entire site, I was ranked at/near the top for just about everything.

                          PHP pages can be indexed as can any other dynamic page. Just try to pass as few variables as possible and on the landing page keep the queries/code to a minimum. For example, if the variable passed is a customer ID and you need to match that with a DB, probably fine. Run the SELECT query and spit out the HTML. If you're running multiple queries on the page with Include files, session ID's and third-party software (like a transaction component) etc. etc. you may have issues.

                          Google is getting pretty good at spidering dynamic pages these days as the spider can recognize common app's (ecommerce, cms, etc.), but there are still concerns of being caught in an endless loop, for example, so it's cautious on custom-built pages.

                          Comment

                          Working...