Submit Your Article Forum Rules

Results 1 to 3 of 3

Thread: Google Indexing Errors

  1. #1

    Google Indexing Errors

    Has anyone else had this problem with Google indexing their sites?

    You have a hosting plan that allows unlimited domains - you specify one main domain to start off with and when you buy more domains they get added as add-on domains/folders.

    But Google and other search engines are meant to see that the different sites are well ... different sites!

    But I have a situation where pages in a site I started later are being indexed under my initial main domain I started with - and of course these pages are not getting ranked.

    I hope this makes sense and hope somebody can offer some useful advice. I have a xml sitemap and use Google webmaster tools and I have waited months for the indexing to sort itself out but no such luck.
    www.nicheprofitclassroomsecrets.com
    My Favorite Way of Making Money Online

  2. #2
    WebProWorld MVP mjtaylor's Avatar
    Join Date
    Dec 2003
    Posts
    6,237

    Re: Google Indexing Errors

    Well, if I understand you correctly, you need to separate the domains to their own hosting.
    SEO Friendly Premium Web Directory - Submit Now| Need to write a love letter to Google? I'm an SEO Copywriter who knows Search Smart DesignŽ. | Travel Gypsy in Key West.

  3. #3
    WebProWorld MVP wige's Avatar
    Join Date
    Jun 2006
    Posts
    3,138

    Re: Google Indexing Errors

    To clarify and make sure I understand the situation, you have a primary domain, lets say mydomain.tld. You have a second domain, on the same hosting account, lets say secondary.tld. The content for secondary.tld can also be accessed through mydomain.tld/secondary/, and this is causing ranking issues for secondary.tld?

    If that is the case, you should be able to solve the issue by adding a line to the .htaccess file that is in the root folder for your main domain, which will prevent Google or any other search engine from accessing the content.

    RedirectMatch 404 /secondary/.*

    Some might suggest using <Directory> and denying access to the folder, however, that approach will allow Google to still attempt to access the URLs in that folder. The line of code above will cause anything trying to access that folder to get a File Not Found message instead.

    This method should work with most hosting accounts as long as you are allowed to create custom .htaccess files. This does not require any special modules to be enabled, and will work even if mod_rewrite is not available. However, it should be noted that some hosting companies may set up the virtual subdomains in a wierd way, which might cause errors when accessing the secondary domain, so make sure you test it after adding this code.
    The best way to learn anything, is to question everything.
    WigeDev - Freelance web and software development

Similar Threads

  1. Google Errors?
    By RHunt in forum Google Discussion Forum
    Replies: 4
    Last Post: 08-18-2008, 12:29 PM
  2. Google Sitemap Errors
    By birdie in forum Google Discussion Forum
    Replies: 5
    Last Post: 02-23-2007, 04:32 PM
  3. Google Sitemap Web Crawl Errors
    By kc412o0yz in forum Google Discussion Forum
    Replies: 12
    Last Post: 02-14-2007, 03:29 AM
  4. Google indexing without indexing?
    By mawells in forum Google Discussion Forum
    Replies: 13
    Last Post: 10-30-2005, 08:28 AM
  5. google server errors
    By pagetta in forum Google Discussion Forum
    Replies: 5
    Last Post: 09-13-2005, 05:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •