Forum Moderators: open
what method do you use to tell that it is in Google?
Every now and again I search for my site using certain key phrases, I never overdo it, I have a quick peak about once a month.
Thanks
La Bete
Remove the <meta name="robots" content="ALL">, it's wrong syntax and should be <meta name="robots" content="index, follow"> but googlebot default, is to index and follow, so only use meta robots / robots.txt to limit spidering.
Does your site have dynamic urls, i.e. mydomain.com/page.asp?id=123#?
If you come up with just the URL and no description, my understanding is that it means you are in there for future spidering. At least that is what happened for us when we were dropped and then were getting back in the index. It first appeared as a URL link and no description.
Links on the home page.....I have many.
Remove the <meta name="robots" content="ALL">, it's wrong syntax and should be <meta name="robots" content="index, follow">
Okay, thanks for that, I'll get it sorted :)
Does your site have dynamic urls, i.e. mydomain.com/page.asp?id=123#?
None at all.
Terry_Plank
one quick way to see if you are indexed with google is to type your domain in the Google Bar. mydomain.com and if you are indexed you will come up with a description.
I get a description :)
I suppose it has something to do with
<meta name="robots" content="ALL">, I'll change that and see what happens.
Cheers
La Bete