Google ranking vs encryption

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian Murphy

    Google ranking vs encryption

    I own a PHP-based website.I want to encrypt the HTML output.That will
    for sure make the site unindexable by Google.Is there a way to encrypt
    the output to the users but not to Google.I suppose that if Google
    spider comes always from the same server,It would be easy: All I would
    need is the ip address(es) of that server?Please help.
  • Tim Van Wassenhove

    #2
    Re: Google ranking vs encryption

    On 2004-01-04, Brian Murphy <yasbergy@yahoo .com> wrote:[color=blue]
    > I own a PHP-based website.I want to encrypt the HTML output.That will
    > for sure make the site unindexable by Google.Is there a way to encrypt
    > the output to the users but not to Google.I suppose that if Google
    > spider comes always from the same server,It would be easy: All I would
    > need is the ip address(es) of that server?Please help.[/color]


    What is wrong with a robots.txt file?

    The google spider thingie also sends its own UserAgent name, so you
    could filter on that 2

    --
    verum ipsum factum

    Comment

    • CountScubula

      #3
      Re: Google ranking vs encryption

      "Brian Murphy" <yasbergy@yahoo .com> wrote in message
      news:c36d2949.0 401031958.30fdd d85@posting.goo gle.com...[color=blue]
      > I own a PHP-based website.I want to encrypt the HTML output.That will
      > for sure make the site unindexable by Google.Is there a way to encrypt
      > the output to the users but not to Google.I suppose that if Google
      > spider comes always from the same server,It would be easy: All I would
      > need is the ip address(es) of that server?Please help.[/color]

      look at my site, it has a feature to encypt your html output


      This is not using the new engine yet, so just take portions of your html,
      and put them in a text file,
      then the output of file after compression can be used in an include()

      --
      Mike Bradley
      http://gzen.myhq.info -- free online php tools


      Comment

      • Ian.H

        #4
        Re: Google ranking vs encryption

        On Sat, 03 Jan 2004 19:58:55 -0800, Brian Murphy wrote:
        [color=blue]
        > I own a PHP-based website.I want to encrypt the HTML output.That will for
        > sure make the site unindexable by Google.Is there a way to encrypt the
        > output to the users but not to Google.I suppose that if Google spider
        > comes always from the same server,It would be easy: All I would need is
        > the ip address(es) of that server?Please help.[/color]


        Why not do it the sensible way?

        robots.txt or .htaccess and deny access to the google netblock.



        Regards,

        Ian

        --
        Ian.H [Design & Development]
        digiServ Network - Web solutions
        www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
        Programming, Web design, development & hosting.

        Comment

        • Filth

          #5
          Re: Google ranking vs encryption

          [color=blue]
          > Why not do it the sensible way?
          >
          > robots.txt or .htaccess and deny access to the google netblock.[/color]

          Because he doesnt want to block google


          Comment

          • Derek Scollon

            #6
            Re: Google ranking vs encryption

            Filth wrote:[color=blue][color=green]
            >>Why not do it the sensible way?
            >>
            >>robots.txt or .htaccess and deny access to the google netblock.[/color]
            >
            >
            > Because he doesnt want to block google
            >
            >[/color]
            Yes, that's the ay I read the OP too. He wants Google to get a plain
            HTML version which it can index and he wants browsers to get an
            encrypted HTML version.

            Derek

            Comment

            • Ian.H

              #7
              Re: Google ranking vs encryption

              On Sun, 04 Jan 2004 14:03:01 +0000, Derek Scollon wrote:
              [color=blue]
              > Filth wrote:[color=green][color=darkred]
              >>>Why not do it the sensible way?
              >>>
              >>>robots.txt or .htaccess and deny access to the google netblock.[/color]
              >>
              >>
              >> Because he doesnt want to block google
              >>
              >>[/color]
              > Yes, that's the ay I read the OP too. He wants Google to get a plain HTML
              > version which it can index and he wants browsers to get an encrypted HTML
              > version.
              >
              > Derek[/color]


              I own a PHP-based website.I want to encrypt the HTML output.That will for
              sure make the site unindexable by Google.Is there a way to encrypt the
              output to the users but not to Google.I suppose that if Google spider
              comes always from the same server,It would be easy: All I would need is
              the ip address(es) of that server?Please help.

              This actually sounds contradictory.

              Site to be _un_indexable by google (don't want it accessing it?)
              Encrypt output to users not google (contradiction to above?)
              Google comes from same ip == simple (block google netblock?)


              This is what made me draw my conclusion for my reply.

              If it's simply "encrypting " the HTML so that users can't read it.. forget
              it.. waste of time and effort and 101% useless (regardless of what these
              so called "profession al companies" will have you believe on their sites)..
              if it's something else.. other than the above of totally blocking
              google from a site / dir / page then I've clearly missed the point?



              Regards,

              Ian

              --
              Ian.H [Design & Development]
              digiServ Network - Web solutions
              www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
              Programming, Web design, development & hosting.

              Comment

              • Ian.H

                #8
                Re: Google ranking vs encryption

                On Sun, 04 Jan 2004 15:35:20 +0000, Ian.H wrote:
                [color=blue]
                >
                > I own a PHP-based website.I want to encrypt the HTML output.That will for
                > sure make the site unindexable by Google.Is there a way to encrypt the
                > output to the users but not to Google.I suppose that if Google spider
                > comes always from the same server,It would be easy: All I would need is
                > the ip address(es) of that server?Please help.
                [/color]


                Oops.. now the coffee's kicked in ;)

                I read it the same now.. that encryption will _make_ the site unindexable
                which isn't the objective but for users to not be able to read the HTML
                src =)

                Back to the point in my previous post then.. pointless.. useless.. waste
                of time, energy and effort.. and doesn't work.. period =)



                Regards,

                Ian

                --
                Ian.H [Design & Development]
                digiServ Network - Web solutions
                www.digiserv.net | irc.digiserv.ne t | forum.digiserv. net
                Programming, Web design, development & hosting.

                Comment

                • Derek Scollon

                  #9
                  Re: Google ranking vs encryption

                  Ian.H wrote:

                  [color=blue]
                  > Back to the point in my previous post then.. pointless.. useless.. waste
                  > of time, energy and effort.. and doesn't work.. period =)[/color]

                  Yes, on this point I agree with you completely.

                  Derek

                  Comment

                  • Misha Gale

                    #10
                    Re: Google ranking vs encryption


                    "Tim Van Wassenhove" <euki@pi.be> wrote in message
                    news:bt8702$4cs su$4@ID-188825.news.uni-berlin.de...[color=blue]
                    > On 2004-01-04, Brian Murphy <yasbergy@yahoo .com> wrote:[color=green]
                    > > I own a PHP-based website.I want to encrypt the HTML output.That will
                    > > for sure make the site unindexable by Google.Is there a way to encrypt
                    > > the output to the users but not to Google.I suppose that if Google
                    > > spider comes always from the same server,It would be easy: All I would
                    > > need is the ip address(es) of that server?Please help.[/color]
                    >
                    >
                    > What is wrong with a robots.txt file?
                    >
                    > The google spider thingie also sends its own UserAgent name, so you
                    > could filter on that 2
                    >[/color]

                    I don't recomend filtering by user agent, as it would be trivial for users
                    to spoof it, and masquerade as google, thus bypassing your encryption. I
                    suggest serving unencrypted pages only if the remote IP is owned by google.
                    However, since google caches all your pages, users can still get the
                    plaintext versions from Google.


                    Comment

                    • Phil Roberts

                      #11
                      Re: Google ranking vs encryption

                      With total disregard for any kind of safety measures
                      yasbergy@yahoo. com (Brian Murphy) leapt forth and uttered:
                      [color=blue]
                      > I own a PHP-based website.I want to encrypt the HTML output.That
                      > will for sure make the site unindexable by Google.Is there a way
                      > to encrypt the output to the users but not to Google.I suppose
                      > that if Google spider comes always from the same server,It would
                      > be easy: All I would need is the ip address(es) of that
                      > server?Please help.[/color]

                      Whats the point of encrypting HTML? Not that you ARE doing any such
                      thing of course.

                      --
                      There is no signature.....

                      Comment

                      • Jim Dabell

                        #12
                        Re: Google ranking vs encryption

                        Brian Murphy wrote:
                        [color=blue]
                        > I own a PHP-based website.I want to encrypt the HTML output.[/color]

                        That's not going to happen. If the client can't read the HTML, then it
                        can't render the page. If the client can read the HTML, it's already out
                        of your hands. Why do you want to encrypt the HTML in the first place?
                        HTML is simple; there's no great secret to it.

                        [color=blue]
                        >That will for sure make the site unindexable by Google.Is there a way to
                        > encrypt the output to the users but not to Google.I suppose that if Google
                        > spider comes always from the same server,It would be easy: All I would
                        > need is the ip address(es) of that server?Please help.[/color]

                        Serving one thing to search engines and another thing to something else is
                        known as cloaking, and is liable to get you blacklisted from search
                        engines.

                        "Google may permanently ban from our index any sites or site authors that
                        engage in cloaking to distort their search rankings."

                        -- <URL:http://www.google.com/webmasters/faq.html#cloaki ng>

                        --
                        Jim Dabell

                        Comment

                        • CountScubula

                          #13
                          Re: Google ranking vs encryption

                          FYI,

                          Google will not cache the page it you set a meta-tag, (I forget which one)

                          --
                          Mike Bradley
                          http://gzen.myhq.info -- free online php tools


                          Comment

                          • Rob Ristroph

                            #14
                            Re: Google ranking vs encryption

                            >>>>> "Brian" == Brian Murphy <yasbergy@yahoo .com> writes:
                            Brian>
                            Brian> I own a PHP-based website.I want to encrypt the HTML
                            Brian> output.That will for sure make the site unindexable by
                            Brian> Google.Is there a way to encrypt the output to the users but
                            Brian> not to Google.I suppose that if Google spider comes always from
                            Brian> the same server,It would be easy: All I would need is the ip
                            Brian> address(es) of that server?Please help.

                            The consistent interpretation I made from this is that Brian wants his
                            users to browse his site using SSL (https) but that google should
                            still index it. Perhaps the purpose of the SSL is not to hide the
                            site (since after all it will be in google's cache) but simply to
                            authenticate via the certificates that you are not browsing a
                            different site due to a DNS hack. Maybe someone would want that for
                            some sort of financial information site.

                            I would first check the that the google bot won't go to an https site
                            -- I know when I do google searches I am sometimes lead directly to an
                            https page, so I think they might.

                            If not, just make the site available as both SSL and not SSL. If you
                            wish, you can make all USER_AGENTS other than Google's get re-directed
                            the https version of the same page. I would do that using apache
                            redirect configuration, not in php.

                            --Rob

                            Comment

                            • Chung Leong

                              #15
                              Re: Google ranking vs encryption

                              Why bother? Output encryption is always trivial to break. All I have to do
                              is type in something like the following into address bar to get everything:

                              javascript: a = document.create Element('TEXTAR EA');
                              document.body.a ppendChild(a); a.value =
                              document.getEle mentsByTagName( 'HTML')[0].outerHTML; void(0);

                              Uzytkownik "Brian Murphy" <yasbergy@yahoo .com> napisal w wiadomosci
                              news:c36d2949.0 401031958.30fdd d85@posting.goo gle.com...[color=blue]
                              > I own a PHP-based website.I want to encrypt the HTML output.That will
                              > for sure make the site unindexable by Google.Is there a way to encrypt
                              > the output to the users but not to Google.I suppose that if Google
                              > spider comes always from the same server,It would be easy: All I would
                              > need is the ip address(es) of that server?Please help.[/color]


                              Comment

                              Working...