Blogger using my blog domain name in his content??

Discussion in 'SEO' started by Amits, Feb 23, 2008.

  1. #1
    Hi Every One,

    I am facing a problem and it's from the morning that today when i was searching at google blog search with my blog name it showed me an blog containing my name in it. When i clicked that particular url it showed me my name in it.

    The most ridiculous scenerio is that it's having adult related
    contents. So, i would like to know that will it harm my blog in any
    sense and how can i get my name removed from there!


    Any suggestions will be appreciated.

    Thanks.
     
    Amits, Feb 23, 2008 IP
  2. nfd2005

    nfd2005 Well-Known Member

    Messages:
    295
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    130
    #2
    I'm not quite understanding...

    Some splogs will generate a post based off of your RSS feed.

    That could be it?
     
    nfd2005, Feb 23, 2008 IP
  3. zeroco

    zeroco Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have the same problem don't know if there's much to do about it though. You can really stop anyone from writing the name of a domain somewhere.
     
    zeroco, Feb 23, 2008 IP
  4. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Block robot access to your feed page using a robots.txt file. I had the same problem on a couple of sites and this sorted it instantly. :)

    Create a file on the root of the server, name it robots.txt

    In that, write the following:

    
    User-agent: *
    Disallow:
    Disallow: /feed/
    
    Code (markup):
    This will stop robots - including search engine robots! - from accessing the feed and thus, leeching your content.

    Good luck.
     
    Spider-Man, Feb 25, 2008 IP
  5. zeroco

    zeroco Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It will only stop search engine robots. They may have made their own crawler and if so I doubt they stop at what the robots.txt allows.
     
    zeroco, Feb 25, 2008 IP
  6. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Please read my initial post.
     
    Spider-Man, Feb 25, 2008 IP
  7. zeroco

    zeroco Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Please explain how a robots.txt will stop anyone from ripping content from another site, I don't get it. It's late and I'm sleepy, sorry.

    Do you mean that they've taken the content from already crawled site from a legit search engine that respects the robots.txt?

    I don't disagree that a robots.txt may help but it's only a textfile that can be ignored by "bad" crawlers.

    And Amits, I feel with you mate, it's not a nice situation at all.
     
    zeroco, Feb 25, 2008 IP
  8. zeroco

    zeroco Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Spider-Man, I don't mean to say that it doesn't work, it obviously does and you've proved it. Just trying to understand how that's all.
     
    zeroco, Feb 25, 2008 IP
  9. Spider-Man

    Spider-Man Banned

    Messages:
    2,684
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    0
    #9
    It is possible. Most spiders will obey robots.txt, but yes, not all do.

    Another couple of ideas to help you are:

    1) Attempt to identify the IP of the offending leecher and block via IP Deny Manager, or .htaccess, etc.

    2) Only provide excerpts of posts, by using the <!--more--> command in WordPress when you want to 'break' the post. (This also can help if using Adsense on your blog - twice the page views;))

    3) Serve a copyright notice in the footer or header of all blog posts.

    4) Only link using full URL's. Never use site-specific URL's. For example, link like this - 'http://www.yourdomain.com/pageyouarelinkingto/' as opposed to '/pageyouarelinkingto/'. This way, if they are stealing your content, at the very least you're getting a backlink:p

    These are some of the ideas that I have deployed also.
     
    Spider-Man, Feb 25, 2008 IP
  10. zeroco

    zeroco Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    That's really good stuff! Thanks!
     
    zeroco, Feb 25, 2008 IP
  11. Amits

    Amits Peon

    Messages:
    231
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks for the great details but my blog is on blogger so i can not do the things said above means changing my robot.txt file.
     
    Amits, Feb 25, 2008 IP