• Hello!

    My problem is, that my blog does not show up in the google blogsearch. I registered it and waited… and waited … but nothing happened.

    My robots.txt looks like this:

    User-Agent: *
    Disallow: /wp-content/plugins/

    My posts are custom post types, which have RSS enabled. Can this be the reason?

    This is the code I use:

    // add custom post type to wp post-feed
    add_action( 'request', 'fb_add_to_feed' );
    
    // add to feed
    function fb_add_to_feed ( $request ) {
    
    	if ( isset( $request['feed'] ) && ! isset( $request['post_type'] ) ) {
    		$request['post_type'] = array(
    			'post', 'name_of_custom_post_type'
    		);
    	}
    
    	return $request;
    }

    I suppose, the solution lies somewhere in the All in One Features. Do you have a cluw, what I can do?

    https://www.ads-software.com/plugins/all-in-one-seo-pack/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi cutterkom,

    What is your site, and how can you tell that it’s not being indexed?

    Thread Starter cutterkom

    (@cutterkom)

    my blog is https://www.duftfaktor.de

    I can tell that it is not listed, because it doesn’t show up, when I am searching for site:www.duftfaktor.de in blogsearch.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    Hi cutterkom,

    I went to their ping page and submitted it for you; is that what you had done before? I don’t see any technical problems with your site that should prevent it from being submitted, although you should consider linking your site with a Google+ account if you have one.

    Thread Starter cutterkom

    (@cutterkom)

    Thanks for your answer.
    Yes, I submitted it before… I am going to wait, maybe it worked now ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My blog isn't listed in Google Blogsearch. What should I do?’ is closed to new replies.