Will You Add?
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > SEO > WWW or Not? - Getting Good PageRank - Part 2

Tags

  • indexes
  • precise
  • ranked
  • questioning emails
  • immediately change
  • educational courses

  • Links

  • The Scottish Deerhound
  • Does Your Home Need Concrete Waterproofing?
  • One of America's Worst Industrial Disasters - Hawks Nest Tunnel Tragedy
  • Will You Add? - WWW or Not? - Getting Good PageRank - Part 2

    How to Use Blogging to Create Online Traffic
    To some, blogging is only about writing and sharing personal thoughts on the internet. Well, there is something more to blogging than just this! Don’t be a blinkered blogger, blogs have come a long way and have managed to make an impression on the web community in a tough way.According to some professional bl
    ly led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem
    Product Launch Secrets – How to Do It Right
    A product launch can be one of the most exciting things you do online.One of the big questions is, do you want a lot of partners or just a few?In either case, once you have determined what is an effective product launch for your style, the product launch must result in the desired results. And of cour
    Since emailing every webmaster that linked to the site to ask if they could remove the 'www' was not a very good idea, research on the web led to the discovery that there just wasn't very much information about it! A few articles mentioned the problem, but the solutions were to use only the 'www' when inputing your url or don't use it. One excellent site, webworkshop.net written by Phil Craven provides extensive info about pagerank and achieving it. (yet not a solution to my problem)

    It seemed as though nobody wanted anyone to know how to fix this. I questioned or rather sent questioning emails to several authors of SEO ebooks and/or educational courses. The answers I received were basically, "It does not matter to Google which way your site is accessed, it is still the same page". Well no, it isn't! Websites are indexed and ranked by search engine crawlers, spiders, or robots that use precise algorithms. These cannot see that it is the same site, they see meta-tags, html, numbers and symbols. They see two different indexes, therefor dividing pagerank inevitably in half, when it could be much, much better.

    After a lot more research a solution presented itself. Noticing that sometimes after typing a url into a browser's address bar without using www, the address would immediately change to add the www. My first thought was of a re-direct, but a re-directed site will load very slowly. That eventually led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem

    Knowing When to Hire a Bookkeeper
    Do you love the thought of handling the financial books for your business? For most of us, unless you do bookkeeping for a living, the answer to that question is probably no.How much time does it take you on either a daily or weekly basis to handle this task? If you are finding it is taking too much time awa
    webworkshop.net written by Phil Craven provides extensive info about pagerank and achieving it. (yet not a solution to my problem)

    It seemed as though nobody wanted anyone to know how to fix this. I questioned or rather sent questioning emails to several authors of SEO ebooks and/or educational courses. The answers I received were basically, "It does not matter to Google which way your site is accessed, it is still the same page". Well no, it isn't! Websites are indexed and ranked by search engine crawlers, spiders, or robots that use precise algorithms. These cannot see that it is the same site, they see meta-tags, html, numbers and symbols. They see two different indexes, therefor dividing pagerank inevitably in half, when it could be much, much better.

    After a lot more research a solution presented itself. Noticing that sometimes after typing a url into a browser's address bar without using www, the address would immediately change to add the www. My first thought was of a re-direct, but a re-directed site will load very slowly. That eventually led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem

    Are Management Roles Changing Today?
    There are a number of conditions that are impacting the roles of managers today. A few of them are:- Greater cultural diversity- Several distinctive employee age groups- Increased impact and use of technology- A growing international market place- Ethical standards that are unclea
    s not matter to Google which way your site is accessed, it is still the same page". Well no, it isn't! Websites are indexed and ranked by search engine crawlers, spiders, or robots that use precise algorithms. These cannot see that it is the same site, they see meta-tags, html, numbers and symbols. They see two different indexes, therefor dividing pagerank inevitably in half, when it could be much, much better.

    After a lot more research a solution presented itself. Noticing that sometimes after typing a url into a browser's address bar without using www, the address would immediately change to add the www. My first thought was of a re-direct, but a re-directed site will load very slowly. That eventually led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem

    Make Money as a Spanish Translator
    There are lots of ways to earn a living in the world today. Sometimes we only seem to think that doctors, lawyers, or rocket scientists are the only ones who can make any money. However, if you're bilingual in Spanish and another language, you can be a Spanish translator and earn a good income.What it take
    inevitably in half, when it could be much, much better.

    After a lot more research a solution presented itself. Noticing that sometimes after typing a url into a browser's address bar without using www, the address would immediately change to add the www. My first thought was of a re-direct, but a re-directed site will load very slowly. That eventually led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem

    How Do You Know When It's Time To Work For Yourself?
    We spend half our lives working with the end result being nothing to show for it but a check from Uncle Sam. After wasting time in dead end jobs eventually you will come to the conclusion that entrepreneurship is for you. So how do you do it?After digging deep and analyzing your skills,talents,interests, abil
    ly led to my discovery of .htaccess. It is very simple to add or remove that silly little www. The .htaccess file is located on your web server under your root home directory (the folder that has your main index.html). And although I don't recommend altering it just for the heck of it, putting the following lines of text in the file will solve the problem of multiple pageranks. *Remove the spaces for the actual http://*

    RewriteEngine on

    RewriteBase /

    RewriteCond %{HTTP_HOST} ^yourdomain.com

    RewriteRule (.*) http: // www. yourdomain . com / $1 [R=301,L]

    This will automatically send url's without the 'www' to the url with the 'www'. If you want the opposite effect, sending the www's to the non-www's then place this text instead.

    RewriteEngine on

    RewriteBase /

    RewriteCond %{HTTP_HOST} ^www.your domain.com

    RewriteRule (.*) http: // yourdomain . com / $1 [R=301,L]

    Remember of course to replace "your domain" with your actual domain name. Now what I don't understand is why it was so darn difficult to find those four simple lines?

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.atriclecheck.com/article/76853/atriclecheck-WWW-or-Not--Getting-Good-PageRank--Part-2.html">WWW or Not? - Getting Good PageRank - Part 2</a>

    BB link (for phorums):
    [url=http://www.atriclecheck.com/article/76853/atriclecheck-WWW-or-Not--Getting-Good-PageRank--Part-2.html]WWW or Not? - Getting Good PageRank - Part 2[/url]

    Related Articles:

    Effective Business Card Design For Financial Advisors

    How To Obtain Funding For Small Businesses

    Online Casino Affiliates: Choosing the Right Casino Affiliate Program

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com