Hello I have a question when I type in google http://www.foxfootballpicks.com I dont get my meta tags or a description of my site... I see me as the first listing but all it says is www.foxfootballpicks.com/ Similar Can anyone explain to why this is ? Travis
It looks like a new listing to me. Is it sending any traffic? A Search Engine Spider Simulator shows that your content is available, so the spider is picking it up, but it's not storing much of it. I would say either the listing is fairly new, or you have a lot of duplicate pages. If this page shows up many times on your site, or on other sites you will have listings like this. Do you have other pages with very similar content? If so you should consider using robots.txt to eliminate some of the duplicated pages from being spidered.
Yeah the site is has been up for about 6 months...so it should be getting indexed I would think. Just strange to me it like this As far as duplicate content it shouldn't be a problem cause it all original content...
a suggestion about title remove "free" words from your title and do not repeat words you are using title like meta keyword
Well, it may have something to do with the fact that you are instructing Google to *not* index the page! This is in your page header: <meta name='robots' content='noindex,nofollow' /> Code (markup): Your home page is not cached and no page content is stored because of this line. You are also instructing G to *not* follow links from your home page to your other menu pages. You need to check all of the pages in your site to be sure your robots tags are correct. Then you have the problem that your robots.txt file instructs all crawlers to *not* index *any* pages. Here's your robots.txt file: User-agent: * Disallow: / Code (markup): Yikes! you are blocking all crawlers! It should be: User-agent: * Disallow: Code (markup): Who did the programming? Whoever did it, either has no idea what he's doing or was intentionally out to screw you dude. Did you maybe forget to pay the programmer's bill so he figured he'd get even? /*tom*/
Check your header or there would be problem in your website robot file as suggested by longcall (the member)