Support » Fixing WordPress » WP blog in subdomain not beign indexed, Privacy is OK, htaccess issue???

  • Hi Folks,
    A few months back I put a WP theme/blog in http://www.mysite.com/blog/ and no issues Except for doing a site:www.mysite.com in Google I am only getting the top level returning as indexed pages.
    I triple checked the reading settings in WP and they are unchecked, so should allow indexing.
    I have a sneaky feeling its something to do with the .htaccess file??
    To be honest i am 85% designer so coding not my strong point, is there anything obvious with below that is preventing indexing- or could there be another factor?
    I can see the WP sitemap.xml in GWT – it says 40 submitted and 9 indexed.

    My .htaccess in blog / sub-domain is

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    # END WordPress

    thanks in advance,
    T

  • The topic ‘WP blog in subdomain not beign indexed, Privacy is OK, htaccess issue???’ is closed to new replies.