SEO People Get Here

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vendot
    Confirmed User
    • May 2002
    • 3376

    #1

    SEO People Get Here

    If youre changing say hot_sexy_babes.html to hotsexybabes.html how do you do it without getting penalized by google for duplicate content?

    Do you:

    (1) Delete the first and let it 404 and just link from your site to the second.

    (2) Have both on your domain but just link to the second so google doesnt index the first when the indexing happens but only indexes the second.

    (3) Something else?
    "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell
  • kmanrox
    aka K-Man
    • Oct 2001
    • 29295

    #2
    from what i understand, no it won't get penalized
    Crypto HODLr
    Crypto mining
    Angel investor

    Comment

    • roly
      Confirmed User
      • Aug 2002
      • 1844

      #3
      i would guess with a 301 permanent redirect, as long as nothing has been changed with page rank hijacking

      Comment

      • Vick!
        Confirmed User
        • Nov 2005
        • 6882

        #4
        Originally posted by vendot
        If youre changing say hot_sexy_babes.html to hotsexybabes.html how do you do it without getting penalized by google for duplicate content?

        Do you:

        (1) Delete the first and let it 404 and just link from your site to the second.

        (2) Have both on your domain but just link to the second so google doesnt index the first when the indexing happens but only indexes the second.

        (3) Something else?

        Use 301 redirect from old page to new page. It will give two benefits. 1) Avoid duplicate content penalty. 2) Pass the link popularity (and PageRank) of older page to new one.

        And of course don't forget to replace old links with new link, though its not necessary in the presence of 301 redirect, but recommended.
        Affordable Quality Web Hosting

        Comment

        • Vendot
          Confirmed User
          • May 2002
          • 3376

          #5
          Quick questions:

          (1) How do you do a 301 redirect from old page to new page? How is it done?

          (2) What you say replace old links with new link, what do you mean? The old links are the ones which i would be 301 redirecting to the new page so why does the old page need replacing? Eventually when the new pages are indexed, ill just delete the old pages.


          Originally posted by Vick!
          Use 301 redirect from old page to new page. It will give two benefits. 1) Avoid duplicate content penalty. 2) Pass the link popularity (and PageRank) of older page to new one.

          And of course don't forget to replace old links with new link, though its not necessary in the presence of 301 redirect, but recommended.
          "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

          Comment

          • Vick!
            Confirmed User
            • Nov 2005
            • 6882

            #6
            Originally posted by vendot
            Quick questions:

            (1) How do you do a 301 redirect from old page to new page? How is it done?
            Add this line of code in your .htaccess.

            Code:
            Redirect 301 /old/old.htm http://www.domain.com/new.htm
            Remember to use old file/folder name or path without http://www.domain.com and new file/folder name and path with http://www.domain.com

            I guess, i don't need to mention that you should upload your .htaccess in ASCII mode. It is very important.

            Originally posted by vendot
            (2) What you say replace old links with new link, what do you mean? The old links are the ones which i would be 301 redirecting to the new page so why does the old page need replacing? Eventually when the new pages are indexed, ill just delete the old pages.
            When I say replace old links, I mean removing all links to old-page.html from your website and replacing it to new-page.html

            Also, you can delete old pages right after you done setting up 301 redirect.
            Last edited by Vick!; 10-31-2007, 04:46 AM.
            Affordable Quality Web Hosting

            Comment

            • Vendot
              Confirmed User
              • May 2002
              • 3376

              #7
              Vick,

              Thanks for this..... very appreciated. Ive done that and it works!

              One last question:

              (1) I get people to link to my domain.com (without www.) Now if i want to get PR only on domain.com is there a way to use htaccess so that everything www.domain.com ends up at domain.com ??? (including all the PR)
              Last edited by Vendot; 10-31-2007, 05:22 AM. Reason: urls
              "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

              Comment

              • Vick!
                Confirmed User
                • Nov 2005
                • 6882

                #8
                Originally posted by vendot
                Vick,

                Thanks for this..... very appreciated. Ive done that and it works!
                you are welcome dude..

                Originally posted by vendot
                One last question:

                (1) I get people to link to my domain.com (without www.) Now if i want to get PR only on domain.com is there a way to use htaccess so that everything www.domain.com ends up at domain.com ??? (including all the PR)
                Use this code in .htaccess

                Code:
                Options +FollowSymlinks
                RewriteEngine On
                RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
                RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
                Affordable Quality Web Hosting

                Comment

                • Jace
                  FBOP Class Of 2013
                  • Jan 2004
                  • 35562

                  #9
                  changing hot_sexy_babes.html to hotsexybabes.html is pointless, you just changed one thing to another and they both are exactly the same in the search engines eyes

                  if you wanna change something, change hot_sexy_babes.html to hot-sexy-babes.html

                  in searchenginise, hot_sexy_babes is one full thing, underscores are characters, but hypens are spaces

                  Comment

                  • Vendot
                    Confirmed User
                    • May 2002
                    • 3376

                    #10
                    Originally posted by Jace

                    in searchenginise, hot_sexy_babes is one full thing, underscores are characters, but hypens are spaces
                    What?

                    Are you saying that hyphens could rank better than underscores??
                    "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

                    Comment

                    • pussyserver - BANNED FOR LIFE
                      So Fucking Banned
                      • Oct 2005
                      • 5133

                      #11


                      500 dollars epass

                      and I will help you

                      Comment

                      • Vick!
                        Confirmed User
                        • Nov 2005
                        • 6882

                        #12
                        Originally posted by vendot
                        What?

                        Are you saying that hyphens could rank better than underscores??
                        Search engines, now a days, are smart enough to pick keywords from the URL even if you have used underscores. They can even pick and bold the "teacher" and "sex" from firstsexwithteacherblahblah.html if you search for "teacher sex", without quotes.

                        Hyphens (dashes) are just recommended by most SEOs over underscores. Have a look at Dashes vs Underscores
                        Affordable Quality Web Hosting

                        Comment

                        • Oracle Porn
                          Affiliate
                          • Oct 2002
                          • 24433

                          #13
                          Originally posted by kmanrox
                          from what i understand, no it won't get penalized
                          what a fucking idiot you are, who the fuck qualified you to give advice on seo? you are one stupid ignorant tranny fucking motherfucker.


                          Comment

                          • Vick!
                            Confirmed User
                            • Nov 2005
                            • 6882

                            #14
                            Originally posted by kmanrox
                            from what i understand, no it won't get penalized
                            Originally posted by Oracle Porn
                            what a fucking idiot you are, who the fuck qualified you to give advice on seo? you are one stupid ignorant tranny fucking motherfucker.
                            shit, that was harsh
                            Affordable Quality Web Hosting

                            Comment

                            • SCORE Ralph
                              Confirmed User
                              • Mar 2003
                              • 2090

                              #15
                              Originally posted by Vick!
                              shit, that was harsh
                              Indeed.... he convinced me to buy a gun and carry it at all times.
                              GetSCORECash.com | In the Biz Since 1991
                              Big Tits | Granny & MILFs | Amateurs | Big Booty | Foot Fetish | BBW | Teens
                              Hosted Embeds | MP4s | RSS Feeds | FHGs | Model Directory

                              Comment

                              • Vendot
                                Confirmed User
                                • May 2002
                                • 3376

                                #16
                                Can someone comment on whether this htaccess code is right?
                                Or have i added something or missed something out?


                                RewriteEngine On
                                Options +FollowSymlinks
                                RewriteEngine On
                                RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
                                RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
                                RewriteCond %{HTTP_REFERER} !^http://domain.com
                                RewriteCond %{HTTP_REFERER} !^http://www.domain.com
                                RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.domain.com/index.html [L]
                                #domain.com/index.html - your custom hotlinker page

                                ErrorDocument 404 http://domain.com
                                DirectoryIndex index.html
                                "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

                                Comment

                                • seeric
                                  ..........
                                  • Aug 2004
                                  • 41917

                                  #17
                                  why even change it?

                                  hot_sexy_babes

                                  is better for the engines anyhow.

                                  Comment

                                  • SCORE Ralph
                                    Confirmed User
                                    • Mar 2003
                                    • 2090

                                    #18
                                    The application he wants to use it for doesnt matter, he just wanted to know how to do such a change.
                                    GetSCORECash.com | In the Biz Since 1991
                                    Big Tits | Granny & MILFs | Amateurs | Big Booty | Foot Fetish | BBW | Teens
                                    Hosted Embeds | MP4s | RSS Feeds | FHGs | Model Directory

                                    Comment

                                    • Jace
                                      FBOP Class Of 2013
                                      • Jan 2004
                                      • 35562

                                      #19
                                      Originally posted by aspwm
                                      The application he wants to use it for doesnt matter, he just wanted to know how to do such a change.
                                      http://www.mattcutts.com/blog/dashes-vs-underscores/

                                      That?s why I would always choose dashes instead of underscores. To answer a common question, Google doesn?t algorithmically penalize for dashes in the url. Of course I can only speak for Google, not other search engines. And bear in mind that if your domain looks like https://www.buy-cheap-viagra-online-...ching-porn.com, that may still attract attention for other reasons.

                                      Comment

                                      • woj
                                        <&(©¿©)&>
                                        • Jul 2002
                                        • 47880

                                        #20
                                        301 redirect is the solution to this..
                                        Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                        Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                        Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                        Comment

                                        Working...