Traffic Tip [Pagerank]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CyberTraffic
    Confirmed User
    • Feb 2004
    • 2187

    #1

    Traffic Tip [Pagerank]

    Here's a traffic tip from CyberTrafficHits.com. Hope it helps.

    Funneling PageRank from root domain to www. using Mod_ReWrite

    The Problem

    When building PageRank you may encounter someone who links to your domain as domain.com and someone else links to a page with www.domain.com. The trouble is, Google will not see these as the same page but rather two separate pagenames named domain.com/pagename.html and www.domain.com/pagename.html respectively. Consequently, each of these pages will have different PageRank. This could curtail your SEO efforts.

    The Solution

    You use mod_rewrite to rename the pages automatically when visited by either spider or human. This will funnel your PageRank to the correct page, either www. or without, your choice.

    Requirements

    Fair level of internet expertise, at least with FTP.
    Admin access to the domain
    Apache WebServer.
    Mod-rewrite. Ask your webhost if its installed. Many don't have it on by default.
    .htaccess. Again ask your webhost if you're not sure. They may have to change their Virtual Host setting to AllowOveride.
    First make a backup of .htaccess if one exists. If it doesn't exist, copy and paste the following code:

    This is a mod_rewrite rule that will change your pagenames. You can make a fatal error and crash your website with this technique, so make sure you have a backup of .htaccess if there was one, or the ability to quickly delete the one you add, if necessary.

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www\.domain\.com
    rewriterule (.*) http://www.domain.com/$1 [R=permanent,L]
    You should be able to copy and paste this example after changing domain.com to your domain name.

    Hit refresh in your browser. You should now be able to enter www.domain.com or domain.com in your browser and be brought to the correct page. You will see the URL change in your address bar due to the rewrite!
  • Basic_man
    Programming King Pin
    • Oct 2003
    • 27360

    #2
    Hey dude! nice tip! thank!!
    UUGallery Builder - automated photo/video gallery plugin for Wordpress!
    Stop looking! Checkout Naked Hosting, online since 1999 !

    Comment

    • brizzad
      holla
      • Jul 2003
      • 11769

      #3
      hey dude that's bad ass

      Comment

      • MandyD
        Confirmed User
        • Dec 2002
        • 477

        #4
        Fantastic Tip - will use that one - Thanks!
        Babes Links

        Comment

        • jennycards
          Confirmed User
          • Feb 2002
          • 1124

          #5
          Thank you ... had tried that recently myself but failed because the "Options +FollowSymLinks" was missing.
          Make Money with true niche programs like Adult ECards - Pantyhose Fetish - Men in Pantyhose

          Comment

          • beemk
            CLICK HERE
            • Jan 2002
            • 20829

            #6
            can this go right under the rest of the code or does it have to be in any special order?
            I host with Vacares

            Comment

            • GonePhishing
              Confirmed User
              • Oct 2003
              • 2474

              #7
              Hey, I really appreciate your post man!
              If Biff Fucks My Mom... I Might Never Be Born...

              Comment

              • Manowar
                jellyfish  
                • Dec 2003
                • 71528

                #8
                thanks for the tip man

                Comment

                • Trax
                  [----------------------]
                  • Aug 2001
                  • 14486

                  #9
                  Originally posted by beemk
                  can this go right under the rest of the code or does it have to be in any special order?
                  yes it can
                  its no biggie

                  Comment

                  • monro
                    So Fucking Banned
                    • Dec 2002
                    • 787

                    #10
                    Thank you!

                    Comment

                    • sexsup
                      Confirmed User
                      • Feb 2004
                      • 3004

                      #11
                      Yes it works for me, thank you

                      Comment

                      • ibuydomains
                        Confirmed User
                        • Feb 2004
                        • 710

                        #12
                        thanks

                        Comment

                        • JDog
                          Confirmed User
                          • Feb 2003
                          • 7453

                          #13
                          Great tip man!

                          jDoG
                          NSCash now powering ReelProfits.com
                          ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD
                          PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash
                          NOW OFFERING OVER 60 SITES
                          CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133)

                          Comment

                          • alexg
                            IL4L.com
                            • Aug 2003
                            • 11287

                            #14
                            thank you
                            very useful post

                            Find fuck buddies in your area!

                            Comment

                            • okdesign
                              ICQ 278367136
                              • May 2002
                              • 24773

                              #15
                              great tip!

                              Thanks!

                              Comment

                              • CyberTraffic
                                Confirmed User
                                • Feb 2004
                                • 2187

                                #16
                                Glad I could help.

                                Comment

                                • kenny
                                  Confirmed User
                                  • Mar 2002
                                  • 7245

                                  #17
                                  All it does is break my images
                                  7

                                  Comment

                                  • OzMan84
                                    Confirmed User
                                    • Nov 2003
                                    • 4740

                                    #18
                                    great tip, looking into it as i type this crap out
                                    XferClick - 300,000 UV daily and growing quickly. Majority US, EU, CA and AU traffic. Contact me for more information
                                    ICQ: 304568058

                                    Comment

                                    • Mike-BP
                                      Confirmed User
                                      • Mar 2003
                                      • 1270

                                      #19
                                      Cool, thanks!
                                      Thanks to: ISPrime.com - best hosting company without downtime

                                      Comment

                                      • pinkopanter
                                        Confirmed User
                                        • May 2002
                                        • 158

                                        #20
                                        Ok, here is another one from searchenginepromotionhelp.com

                                        Improving Table Prominence for Higher Rankings

                                        Seasoned search engine marketers know that to gain top rankings, your important keywords should appear as close to the beginning of your HTML code as possible. In search engine marketing lingo, this is called keyword "prominence." Search engines assign greater value to keywords that appear early in the text.

                                        Unfortunately, many Web sites are designed to include navigation links down the left-hand side of the screen. Typically, this side-bar navigation is implemented in one or more HTML table cells. By default, your navigation links will appear in your first table cell.

                                        So, what do you do if you want your body text to appear as the first cell in order to improve keyword prominence, but still need your navigation links to appear on the left side of your Web page? Fortunately, there is a solution by taking advantage of the ROWSPAN property of an HTML table.

                                        When using tables, a simple rearrangement of table cells can move your body text to the top of the HTML code without changing the screen layout. This comes in handy if WebPosition or your own judgment tells you that you need to move the keywords closer to the top of the page within your HTML.

                                        Below, a "dummy" cell is used before the body text instead of the list of links. The cell containing the main body text uses "ROWSPAN=2" so that it spans the tiny dummy cell and the cell containing the links. In this example using our new technique, the cell containing the menu links now appears AFTER the body text.

                                        < TABLE>
                                        < TR>
                                        < TD>< !--dummy cell to push links down-->< /TD>
                                        < TD ROWSPAN=2 VALIGN=top>Welcome to the Web's best online catalog for digital cameras, digital camcorders,
                                        Tivo's, ReplayTV's, and the very latest in electronic technology. More body text goes here...< /TD>
                                        < /TR>
                                        < TR>
                                        < TD>
                                        < A HREF="home.html">Home< /A>
                                        < A HREF="cat.html">View our catalog< /A>
                                        < A HREF="help.html">Help</A>
                                        < A HREF="search.html">Search the site< /A>
                                        < A HREF="contact.html">Contact us< /A>
                                        < A HREF="about.html">About us< /A>
                                        < /TD>
                                        < /TR>
                                        < /TABLE>

                                        If you have more than one row containing navigation links, just increase the number of the ROWSPAN for the body text. Your Web page will look the same to the end-user but to a search engine, it will improve the prominence of your most important keywords. In the above example, we are encouraging the search engine to consider words like digital cameras and camcorders as more important than menu phrases such as "Contact Us" or "Search the Site."
                                        Free Porn Search

                                        Comment

                                        • Harlot Cash
                                          Confirmed User
                                          • Feb 2004
                                          • 117

                                          #21
                                          Nice tip


                                          I think some servers work the final line differently - example:

                                          rewriterule (.*)
                                          rewriterule .*

                                          Correct me if I am wrong.
                                          Harlot
                                          Cash

                                          Comment

                                          • Maximillion
                                            Confirmed User
                                            • Apr 2003
                                            • 795

                                            #22
                                            Cheers

                                            Only $600 bucks for this premium domain: email maximillion76 -at- gmail
                                            (Not to be confused with Topbucks' "AllGayRealityPass.com")

                                            Comment

                                            • - Jesus Christ -
                                              Confirmed User
                                              • Mar 2003
                                              • 7197

                                              #23
                                              On the last line Its
                                              RewriteRule /(.*)
                                              NOT
                                              RewriteRule (.*)


                                              EDIT: this is very strange... One works for some of my sites... but the other works for different sites... but neither will work on both sites (they are on the same server)

                                              ITs very strange.
                                              Last edited by - Jesus Christ -; 02-13-2004, 08:05 PM.

                                              Amen

                                              Comment

                                              • BackToMine
                                                Confirmed User
                                                • Nov 2004
                                                • 541

                                                #24
                                                good tip

                                                Comment

                                                • DesignWise
                                                  Confirmed User
                                                  • May 2004
                                                  • 3575

                                                  #25
                                                  thanks for the tip! very useful!
                                                  www.highendcreatives.com Galleries that sells.. . ICQ: 294696371

                                                  Comment

                                                  • Mefo
                                                    Confirmed User
                                                    • Jun 2002
                                                    • 6169

                                                    #26
                                                    bookmarked

                                                    Comment

                                                    • sean416
                                                      Confirmed User
                                                      • Feb 2004
                                                      • 3633

                                                      #27
                                                      I wouldnt stress about it too hard, and this isnt going to change much. But on the other hand, this certainly doesnt hurt either... so with that being said. Good tip! lol

                                                      ServerProvider.com

                                                      Comment

                                                      • plyndrty
                                                        Confirmed User
                                                        • Jul 2003
                                                        • 1477

                                                        #28
                                                        Originally posted by pinkopanter
                                                        Ok, here is another one from searchenginepromotionhelp.com

                                                        Improving Table Prominence for Higher Rankings

                                                        Seasoned search engine marketers know that to gain top rankings, your important keywords should appear as close to the beginning of your HTML code as possible. In search engine marketing lingo, this is called keyword "prominence." Search engines assign greater value to keywords that appear early in the text.

                                                        Unfortunately, many Web sites are designed to include navigation links down the left-hand side of the screen. Typically, this side-bar navigation is implemented in one or more HTML table cells. By default, your navigation links will appear in your first table cell.

                                                        So, what do you do if you want your body text to appear as the first cell in order to improve keyword prominence, but still need your navigation links to appear on the left side of your Web page? Fortunately, there is a solution by taking advantage of the ROWSPAN property of an HTML table.

                                                        When using tables, a simple rearrangement of table cells can move your body text to the top of the HTML code without changing the screen layout. This comes in handy if WebPosition or your own judgment tells you that you need to move the keywords closer to the top of the page within your HTML.

                                                        Below, a "dummy" cell is used before the body text instead of the list of links. The cell containing the main body text uses "ROWSPAN=2" so that it spans the tiny dummy cell and the cell containing the links. In this example using our new technique, the cell containing the menu links now appears AFTER the body text.

                                                        < TABLE>
                                                        < TR>
                                                        < TD>< !--dummy cell to push links down-->< /TD>
                                                        < TD ROWSPAN=2 VALIGN=top>Welcome to the Web's best online catalog for digital cameras, digital camcorders,
                                                        Tivo's, ReplayTV's, and the very latest in electronic technology. More body text goes here...< /TD>
                                                        < /TR>
                                                        < TR>
                                                        < TD>
                                                        < A HREF="home.html">Home< /A>
                                                        < A HREF="cat.html">View our catalog< /A>
                                                        < A HREF="help.html">Help</A>
                                                        < A HREF="search.html">Search the site< /A>
                                                        < A HREF="contact.html">Contact us< /A>
                                                        < A HREF="about.html">About us< /A>
                                                        < /TD>
                                                        < /TR>
                                                        < /TABLE>

                                                        If you have more than one row containing navigation links, just increase the number of the ROWSPAN for the body text. Your Web page will look the same to the end-user but to a search engine, it will improve the prominence of your most important keywords. In the above example, we are encouraging the search engine to consider words like digital cameras and camcorders as more important than menu phrases such as "Contact Us" or "Search the Site."

                                                        This was a problem for me in the past... Nice tip
                                                        Free Porno You Porn Fuck

                                                        Comment

                                                        • xclusive
                                                          Too lazy to set a custom title
                                                          • Apr 2004
                                                          • 35218

                                                          #29
                                                          Great thread

                                                          I support MediumPimpin.com / Shemp's Outlawtgp.com /


                                                          Comment

                                                          • tigerallenyim
                                                            Registered User
                                                            • Dec 2004
                                                            • 142

                                                            #30
                                                            thanks for the tips!

                                                            Comment

                                                            • mikeyddddd
                                                              Viva la vulva!
                                                              • Mar 2003
                                                              • 16557

                                                              #31
                                                              I thought Christmas was a couple of weeks ago. Thanks for both tips

                                                              Comment

                                                              • brand0n
                                                                been very busy
                                                                • Nov 2002
                                                                • 26983

                                                                #32
                                                                wow, 1 of the 3 usefull threads today. glad i got in on this one, but this assures that ill mix the other 2
                                                                want to buy this spot for cheap? it is of course for sale. long term deals are always the best bet. brand0n/ at/ a o l dot commies.

                                                                Comment

                                                                • CashLikeWhoa_Mike
                                                                  Confirmed User
                                                                  • Nov 2004
                                                                  • 1202

                                                                  #33
                                                                  excellent info.

                                                                  Thanks!


                                                                  --Making serious money for our online partners since 2001--

                                                                  --Home of the Best Converting Solo Ethnic Girls on the Net--

                                                                  --ICQ me anytime at 637426291 for help--

                                                                  Comment

                                                                  • VeriSexy
                                                                    Join The Royal Family
                                                                    • Apr 2002
                                                                    • 25463

                                                                    #34
                                                                    Good to know
                                                                    Looking for a KICK ASS TEEN SPONSOR? Check out ROYAL CASH - THE KING OF TEEN!
                                                                    Incredible webmaster tools FHGs, Morphing Blog and RSS Feeds, Embedded FLV & WMV Videos
                                                                    .
                                                                    With TOP RATIO Sites like


                                                                    ATMovs.com | iTeenVideo.com |
                                                                    TeenSexMovs.com | TeenSexMania.com


                                                                    Comment

                                                                    • Kevsh
                                                                      Confirmed User
                                                                      • Dec 2004
                                                                      • 8619

                                                                      #35
                                                                      Originally posted by pinkopanter
                                                                      Ok, here is another one from searchenginepromotionhelp.com

                                                                      Improving Table Prominence for Higher Rankings

                                                                      Seasoned search engine marketers know that to gain top rankings, your important keywords should appear as close to the beginning of your HTML code as possible. In search engine marketing lingo, this is called keyword "prominence." Search engines assign greater value to keywords that appear early in the text.

                                                                      Unfortunately, many Web sites are designed to include navigation links down the left-hand side of the screen. Typically, this side-bar navigation is implemented in one or more HTML table cells. By default, your navigation links will appear in your first table cell.

                                                                      So, what do you do if you want your body text to appear as the first cell in order to improve keyword prominence, but still need your navigation links to appear on the left side of your Web page? Fortunately, there is a solution by taking advantage of the ROWSPAN property of an HTML table.

                                                                      When using tables, a simple rearrangement of table cells can move your body text to the top of the HTML code without changing the screen layout. This comes in handy if WebPosition or your own judgment tells you that you need to move the keywords closer to the top of the page within your HTML.

                                                                      Below, a "dummy" cell is used before the body text instead of the list of links. The cell containing the main body text uses "ROWSPAN=2" so that it spans the tiny dummy cell and the cell containing the links. In this example using our new technique, the cell containing the menu links now appears AFTER the body text.

                                                                      < TABLE>
                                                                      < TR>
                                                                      < TD>< !--dummy cell to push links down-->< /TD>
                                                                      < TD ROWSPAN=2 VALIGN=top>Welcome to the Web's best online catalog for digital cameras, digital camcorders,
                                                                      Tivo's, ReplayTV's, and the very latest in electronic technology. More body text goes here...< /TD>
                                                                      < /TR>
                                                                      < TR>
                                                                      < TD>
                                                                      < A HREF="home.html">Home< /A>
                                                                      < A HREF="cat.html">View our catalog< /A>
                                                                      < A HREF="help.html">Help</A>
                                                                      < A HREF="search.html">Search the site< /A>
                                                                      < A HREF="contact.html">Contact us< /A>
                                                                      < A HREF="about.html">About us< /A>
                                                                      < /TD>
                                                                      < /TR>
                                                                      < /TABLE>

                                                                      If you have more than one row containing navigation links, just increase the number of the ROWSPAN for the body text. Your Web page will look the same to the end-user but to a search engine, it will improve the prominence of your most important keywords. In the above example, we are encouraging the search engine to consider words like digital cameras and camcorders as more important than menu phrases such as "Contact Us" or "Search the Site."
                                                                      This is good, I've been doing it for awhile now but there is one potential downside that I've experienced: Google, in some cases, takes longer to do a deep index of your site as the navigation/menu links are farther down in the code.

                                                                      Outside of that, this is really, really useful.


                                                                      Comment

                                                                      • luv$
                                                                        !$!$!$!$!$!$!$!$!$!$
                                                                        • Dec 2004
                                                                        • 6158

                                                                        #36
                                                                        Ahh... the good old days. Whoever bumped this thread, there's like 2 other ones that went along with this one if u wanna look for em.
                                                                        Domain Auction - now till 12:01AM on the 2nd...

                                                                        Paper Streeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet Cash


                                                                        The Real Workout - Innocent High - Oye Loca - Her Freshman Year - Solo Interviews - This Girl Sucks. ** HQ Fresh ORIGINAL sites.

                                                                        Comment

                                                                        • pornguy
                                                                          Too lazy to set a custom title
                                                                          • Mar 2003
                                                                          • 62910

                                                                          #37
                                                                          Thanks for posting that. I already had that done, and it evens things out nice.
                                                                          PornGuy skype me pornguy_epic

                                                                          AmateurDough The Hottes Shemales online!
                                                                          TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                                                                          Comment

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

                                                                            #38
                                                                            So this will basically force the spider to go to the www. of your site?
                                                                            Care about me?
                                                                            Who?
                                                                            Me!
                                                                            Who?

                                                                            Comment

                                                                            • nick3131
                                                                              Confirmed User
                                                                              • Dec 2004
                                                                              • 1193

                                                                              #39
                                                                              Thats actually very useful
                                                                              Signed nick3131

                                                                              Comment

                                                                              • groark
                                                                                So Fucking Banned
                                                                                • Nov 2003
                                                                                • 1966

                                                                                #40
                                                                                Will use that on my sites. Thanks

                                                                                Comment

                                                                                • Terenzo
                                                                                  Confirmed User
                                                                                  • Jan 2002
                                                                                  • 971

                                                                                  #41
                                                                                  Shit, now you are all gonna beat me!
                                                                                  Signature Spot - USD 5000 / month

                                                                                  Comment

                                                                                  • Viet Hung Low
                                                                                    So Fucking Banned
                                                                                    • Dec 2004
                                                                                    • 180

                                                                                    #42
                                                                                    what ? is up

                                                                                    Comment

                                                                                    Working...