Add You
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > SEO > Google's Supplemental Index and How to Deal with It - Part 2

Tags

  • yoursitecom
  • would
  • google visits
  • browser httpwwwyoursitecom
  • google visits

  • Links

  • Corporate Kits
  • Tasteful Home Decorating Changes Your House Into a Home
  • Hypnosis - How it Prepares You For the Perfect Interview - PHASE 1
  • Add You - Google's Supplemental Index and How to Deal with It - Part 2

    Email Marketing Metrics - How To Measure the Success of Your Emails II
    Click Through Rate (CTR).The click through rate or CTR is the percentage of click throughs that were generated from the emails.To determine the number of click throughs, the method is similar to determining the number of opens. To determine the number of click throughs, simply create a uniquely-named page to which you send the clicks, and your server logs will tell you how many times that link was clicked. Once again, you can use email tracking software or an autoresponder service which creates the metrics for you.To calc
    ://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another remind

    Starting a Medical Translation Service Business
    There are many people who are experienced in providing the translation services out of which very few of them are into medical translation. Reason, because medical field is completely filled with lots of scientific terms and those who are not aware of there English meaning are either avoiding them or are unable to understand. Non English lingual people will find it difficult unless they have the matter printed in their local language. Thus, the need for a medical translator service arises and it’s slowly picking up in no time. The best way for
    In the first article covering the Google Supplemental Index, I listed a few areas that should be addressed to help remove any of your webpages from the Google Supplemental Index. Hopefully those ideas have helped you determine what is causing you the trouble.

    If not, don't despair, I have a few more specific techniques that may help you even more. Keep reading. I have tested these techniques on a site that had quite a few supplemental pages. After making the changes, most of the pages came out of the supplemental index. It's too early to tell what techniques moved the pages out of the index, as more testing is needed to isolate the causes.

    Duplicate Content: I'm going to raise the duplicate content flag again, because I think it is very important and is related to something called 'Canonicalization'. What that word means isn't important right now. If you want to learn its definition, go ahead and Google it and read up, we have other issues to deal with.

    Basically, in the internet SEO world, Canonicalization means to have established rules or procedures with how search bots see pages. When Google visits your website, they try to find your home page. However, there are many different ways you can access most homepages. For example, If you enter into your web browser http://www.yoursite.com and http://yoursite.com what page loads? The same page right? If so there is the possibility that the Googlebot will come along and index your site with and without the www. prefix. If that happens, your link popularity will be divided between the two 'versions' and can be seen as duplicate content (Two different URL's with identical content). Even if you were to make all of your links back to your homepage the exact same style, outside sources may link differently to your homepage.

    You can prevent both versions from being indexed by the of a use of a 301 redirect. Try copying and pasting this code into your .htaccess file. It will direct any request for a non-www page to a www prefix page. So a request for yoursite.com will get redirected to www.yoursite.com.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]

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

    Continuing on the same line as the www prefix, you should also consider whether the search engines are indexing your site as index.html or '/' For instance, enter your site into your browser as http://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another remind

    Managing Sales at a Wholesale Diamond Retailer
    Many people love to get a good deal and those who wish to buy diamonds are no different. In fact many Diamond Retailers, will put the words wholesale diamonds on their signs simply to attract those wishing to get a good deal. This of course does not guarantee that the diamonds are a super good deal at all, but it gets people in the door and perhaps they have some very good discounting there as well?How do you manage a sales staff at such an establishment, after all most folks buying a diamond are doing so as sign of their commitment to a
    testing is needed to isolate the causes.

    Duplicate Content: I'm going to raise the duplicate content flag again, because I think it is very important and is related to something called 'Canonicalization'. What that word means isn't important right now. If you want to learn its definition, go ahead and Google it and read up, we have other issues to deal with.

    Basically, in the internet SEO world, Canonicalization means to have established rules or procedures with how search bots see pages. When Google visits your website, they try to find your home page. However, there are many different ways you can access most homepages. For example, If you enter into your web browser http://www.yoursite.com and http://yoursite.com what page loads? The same page right? If so there is the possibility that the Googlebot will come along and index your site with and without the www. prefix. If that happens, your link popularity will be divided between the two 'versions' and can be seen as duplicate content (Two different URL's with identical content). Even if you were to make all of your links back to your homepage the exact same style, outside sources may link differently to your homepage.

    You can prevent both versions from being indexed by the of a use of a 301 redirect. Try copying and pasting this code into your .htaccess file. It will direct any request for a non-www page to a www prefix page. So a request for yoursite.com will get redirected to www.yoursite.com.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]

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

    Continuing on the same line as the www prefix, you should also consider whether the search engines are indexing your site as index.html or '/' For instance, enter your site into your browser as http://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another remind

    Corporate Events That Do Double Duty
    Recently, a teacher whose class regularly scores top marks shared her secret for team building success with me. "It's easy," she told me. "Each week, we set a goal as a class. If we've reached the goal at the end of the week, I treat the class to pizza and a game and then we sit down and plan next week's goal."There in a nutshell is a tried and true strategy for building and maintaining successful teamwork that any corporate event planner should take to heart. My teacher friend's Friday afternoon 'pizza party' serves a triple function -
    can access most homepages. For example, If you enter into your web browser http://www.yoursite.com and http://yoursite.com what page loads? The same page right? If so there is the possibility that the Googlebot will come along and index your site with and without the www. prefix. If that happens, your link popularity will be divided between the two 'versions' and can be seen as duplicate content (Two different URL's with identical content). Even if you were to make all of your links back to your homepage the exact same style, outside sources may link differently to your homepage.

    You can prevent both versions from being indexed by the of a use of a 301 redirect. Try copying and pasting this code into your .htaccess file. It will direct any request for a non-www page to a www prefix page. So a request for yoursite.com will get redirected to www.yoursite.com.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]

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

    Continuing on the same line as the www prefix, you should also consider whether the search engines are indexing your site as index.html or '/' For instance, enter your site into your browser as http://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another remind

    Joint Venture-Newbies, Consider This
    A Joint Venture can generate a ton of money for you. It can take your business some place it’s never been. In addition, nothing that you own will be placed at risk and you don’t even have to spend a cent!If you’re going to do a Joint Venture, check out the heavy hitters first. Go straight to the top. Make an approach to them for a piece of the big time action. What have you got to lose? Your pride? Take a spoonful of that and put it on the dinner plate and see who eats it?Newbie’s, are you tired of all the stuff those big guys hav
    h versions from being indexed by the of a use of a 301 redirect. Try copying and pasting this code into your .htaccess file. It will direct any request for a non-www page to a www prefix page. So a request for yoursite.com will get redirected to www.yoursite.com.

    RewriteEngine On

    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]

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

    Continuing on the same line as the www prefix, you should also consider whether the search engines are indexing your site as index.html or '/' For instance, enter your site into your browser as http://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another remind

    A Sick Company Needs To Undergo Surgery, Resuscitation And Nursing
    Seriously ill companies need to be placed in intensive care unit. As with grave medical crisis, dealing with the business failure quickly becomes extremely exhausting and requiring special care and medical attention. You need a team of specialists to intervene and take the swift control of events. This is akin to the manner that doctors, counsellors and insurance companies step in to sort out the problems in the life of a gravely ill patient.As in a medical crisis, a company’s initial ill health may suddenly deteriorate into life
    ://www.yoursite.com/ and http://www.yoursite.com/index.html. What happens? Both pages load the same content and once again we are faced with the possibility of two different URL's being indexed with the exact same content. You will want to tell any bots that visit your site, how you want it indexed. By copying and pasting the code below into your .htaccess file, you will redirect any request for a index.html page to the '/' page.

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/

    RewriteRule ^(([^/]+/)*)index.php$ http://www.yoursite.com/$1 [R=301,L]

    Meta Tags: Another reminder about your metas, particularly your description meta. Make them unique for each page. I have experience in my supplemental indexes to believe that non unique metas are a quick way to the supplemental index and unique metas can be a quick exit from the supplemental index.

    Links: Quality links from quality sites. Use keywords in your anchor tags is always a good idea but I would suggest you also try to get links that are more natural. Natural meaning, not using a keyword in the link, but instead just try some like 'Click here' or other non keyword text. That is natural, because your average webmaster may create a link to you but may not use a keyword loaded tag like you would. To a search engine, keyword stuffed links don't look natural. Ask yourself what another webmaster would use to link to your site?

    Follow these specific techniques and with some luck, you will have many of your sites removed from the supplemental index and back in the normal Google index. My experience with these techniques has shown pages removed from the supplemental index within 2 weeks. Will this happen for you? It's too hard to say, as each site presents its own problems and circumstances, however ignoring these issues won't get you anywhere but a longer stay in the supplemental index.

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.addyou.info/article/76028/addyou-Googles-Supplemental-Index-and-How-to-Deal-with-It--Part-2.html">Google's Supplemental Index and How to Deal with It - Part 2</a>

    BB link (for phorums):
    [url=http://www.addyou.info/article/76028/addyou-Googles-Supplemental-Index-and-How-to-Deal-with-It--Part-2.html]Google's Supplemental Index and How to Deal with It - Part 2[/url]

    Related Articles:

    Clients are Customers, Too!

    Key Message Sales Copy Platforms-The Secret To Increasing The Power of Your B2B Marketing Materials

    Multiple Streams of Income are Hacker Proof

    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