• Hello,

    I’m having an issue with my wordpress blog. When I first started my blog my posts where getting index within minutes. Now none of my posts are getting indexed. I have over 200 000 page views a day so my pages should have good rank on google how-ever my new posts just don’t get indexed. I was using the All In One SEO but I have disabled to to see if this was causing the problem and it did nothing.

    Can someone please help me figure out my problem?? Any suggestions would be great. Thank You ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter central101

    (@central101)

    any ideas?

    what’s the url of your site??

    Thread Starter central101

    (@central101)

    The url of my website is here.. https://tinyurl.com/78erpf Just click though and you will see. I don’t want to post the actual url because that will show up on the search engines.

    Thread Starter central101

    (@central101)

    I looked at my google webmaster tools and at the starting of december i had tones of pages that were getting crawled. Now it’s way down.. somedays I don’t even get a bot on my site. Why is this? I post new content everyday so I should get flooded by bots. Whats the issue here?? I’ve changed nothing.

    Thread Starter central101

    (@central101)

    Anyone?

    Thread Starter central101

    (@central101)

    Bump

    Thread Starter central101

    (@central101)

    no support here.. Jees..

    This in your code may be freaking out robots like Googlebot:

    <meta name=”robots” content=”index, follow”/>.

    The double quotes are fancy quotes (a big no-no in code) and there is a period after the tag. Use this instead:

    <meta name="robots" content="index, follow"/>

    Also check Google Webmaster Tools for any errors.

    Also, you have two meta robot tags and your meta description has bad fancy quotes too.

    Added: Your meta descriptions are all the same. This is terrible for Google ranking and indexing. Either make them all unique or have no meta descriptions.

    Thread Starter central101

    (@central101)

    Hello,

    Thanks for the reply. I will be changing the double quotes in a few moments.

    I was using the All In One SEO for to give unique descriptions for each post how-ever for some reason the plugin was causing my blog to not repond. So i’ve deleted the plug-in all together and I’ve been meaning to go into the code and put the proper mata tags aind descritions in but I can’t figure out where to do it.

    I was editing the hearder.php file and I added the code “<meta name = “description” content = “Find all your favorite …” />” Thinking it would give my website a unique description when you search the url google because as of now it just shows whats posted on my website for the descrption. How can i make it so that the description for each individal post will be the content of the post?

    Could you directy me to a website that will give me info on setting my meta tags and descriptions manually? Also, I am trying to add a unique name for posts only for example. The post title would be “Zoolander” and the meta title would be “Watch Zoolander.” I added single_post_title(Watch ); echo ” : “; bloginfo(‘name’); Before the post title but it put watch infront of my page titles aswell and not only my posts.

    Hopefully I have made some sence. Thanks for the reply. Hopefully some of these things will help me. The google bot is on my website all the time but it never grabs any pages or content.

    Thanks again.

    How can i make it so that the description for each individal post will be the content of the post?

    I just use a plugin for this: Head META Description

    Also, I am trying to add a unique name for posts only for example.

    I’m not sure if this is what you are looking for, but I use SEO Title Tag to create custom (longer) title tags different than the post titles.

    Thread Starter central101

    (@central101)

    Thank You; I will try these out and let you know how they work out.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘New wordpress posts are not being indexed.’ is closed to new replies.