• Resolved jimmyt1988

    (@jimmyt1988)


    Hi all, my blog has been up for… about 5 months now, and google does not seem to be caching it. I can’t find any other problems apart from if some how wordpress has some special thing that blocks it from google.

    Am i missing out on something here?

    So the problem is, why does my site: https://thinkingproductivity.co.uk/
    not show up in google?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator James Huff

    (@macmanx)

    I don’t see anything wrong.

    Go to Settings/Privacy in your admin panel and make sure that “I would like my site to be visible to everyone, including search engines (like Google, Bing, Technorati) and archivers” is selected.

    You may also want to have an XML sitemap to help the Googlebot index your site more efficiently. Try this plugin:

    https://www.ads-software.com/extend/plugins/google-sitemap-generator/

    Depending on how many other sites link to yours, it can take Google anywhere from a few days to a few years (I’m not kidding) to index your site. The best thing to do is to do what you can (use the sitemap plugin) and wait to be indexed.

    Hi there. It doesn’t look like your site uses WordPress at all! Are you sure you gave us the correct URL?

    It’s WordPress. Take a look in the source code.

    5 months without being indexed is not normal and can be the result of a technical problem or a spam penalty on your site or on the previous domain owner.

    Sign up for Google Webmaster Tools and verify your site. Check in a few days to see if any crawling errors are reported (they take time to be reported).

    Also look for help here:

    https://www.google.com/support/forum/p/webmasters

    Oops – sorry I looked at the code and it is WordPress (duh).
    What everyone else said, plus you might get some insight from Google Webmaster Tools
    https://www.google.com/webmasters/tools/

    Pinging thinkingproductivity.co.uk [193.202.110.172] with 32 bytes of data
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.

    Ping statistics for 193.202.110.172:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

    Yet I can click the above link and see the site. ..and when I paste the ip address in a browser, I get this:

    “This domain is not yet ready – Please try again later.
    Hosted by One.com”

    Huh… I must be overlooking something very obvious.

    Well, some servers block ICMP so it’s not too unusual to get request timed out when pinging a server. Also he is probably on a shared server. A shared server might have many domain names pointing to one IP address, so visiting by IP address just gives you the default apache files (a blank page, or an ad for your hosting company).

    I think jimmyt1988’s best bet is to run google webmaster tools, as they will surely tell him why Google won’t index his site.

    Thread Starter jimmyt1988

    (@jimmyt1988)

    @macmanx
    I just re-saved the option just incase.

    @claytonjames
    Thanks Clayton ??

    @iridiax
    I have google Webmaster Tools up, its not querying because its not indexing. And it has no reports on penalties. All my other sites usually rank within 1 week – 2 months so I’m worried.

    @claytonjames
    That is VERY interesting. I will ask one.com for alittle advice there!!

    @dholowiski
    Thanks for the insight there, but I have webmaster tools.

    “Crawl stats
    Googlebot activity in the last 90 days
    No data available.”

    Thread Starter jimmyt1988

    (@jimmyt1988)

    OH DAMN DEAR….

    Look what I freaking found:

    # -FrontPage-
    
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    in my .htaccess *FACEPALM*

    noone is allowed to laugh ??

    At the risk of asking a dumb question – what is wrong with that .htaccess file?

    Thread Starter jimmyt1988

    (@jimmyt1988)

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

    This blocks google bots

    I’m not sure that is the root cause of your Google issue. I’m no whiz when it comes to .htaccess, but my best guess would be that the indexignore directive is just a default configuration ( created by frontpage? ) that tells httpd what additional files/extensions it should NOT serve from your web space. I would be interested in knowing more, if your host has provided any explanation.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Google visibility in wordpress’ is closed to new replies.