• I have been having trouble getting my website indexed by search engines. When I put my website in Google search I get this message:
    A description for this result is not available because of this site’s robots.txt.
    When i Click on robots.txt I get:
    User-agent: *
    Disallow: /wp-admin/
    Disallow: /wp-includes/

    I checked my website source and I get this:

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <title>DV Lottery Visa| Online Registration for US Green Card Lottery</title>
    <meta name=”robots” content=”noarchive, noodp, noydir” />

    Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • <meta name="robots" content="noarchive, noodp, noydir" />

    Maybe the above meta tag is causing the problem. Try replacing it with
    <meta name="robots" content="index,follow" />

    OR
    <meta name="robots" content="index,all" />

    OR even you can just remove noarchive and see if it fixes the issue.

    Hi, Krishna
    I have been having trouble getting my website indexed by search engines too. I am already have meta name
    <meta name="robots" content="index,follow" />
    but A description for my website still not available.. please help me..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A description for this result is not available because of this site's robots.txt’ is closed to new replies.