6 replies [Last post]
Verschwindende
Verschwindende's picture
User offline. Last seen 5 days 19 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

Argh! Google indexed my site with filler text (lorem ipsum ...) and now my stats and the home page link on google's search results have the filler text in the description. Sad

Is there any way to get google to replace it with relevant text?

yet again.

Tags:
CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 22 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

call a


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

Verschwindende
Verschwindende's picture
User offline. Last seen 5 days 19 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

Ah, good. I'll give it a

Ah, good. I'll give it a try.

yet again.

gary.turner
gary.turner's picture
User offline. Last seen 18 min 21 sec ago. Offline
rank Moderator
Moderator
Timezone: GMT-6
Joined: 2004-06-25
Posts: 7692
Points: 1508

Google prefers to use the

Google prefers to use the meta datum description in its search results. Write a good description of the page, one that will properly entice searchers to visit. If/when googlebot visits again, it will update its description of the page, so write well.

cheers,

gary

Unplanned code results in a tangled wad of brain-cramping confusion.

There are enough html & css demos and tutorials to be interesting. Please visit.

Verschwindende
Verschwindende's picture
User offline. Last seen 5 days 19 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

gary.turner wrote:Google

gary.turner wrote:

Google prefers to use the meta datum description in its search results. Write a good description of the page, one that will properly entice searchers to visit. If/when googlebot visits again, it will update its description of the page, so write well.

Thanks. Smile

Should meta description tags differ for each page? That would present a problem with my CMS. I'll have to rework it a bit.

yet again.

Hugo
Hugo's picture
User offline. Last seen 17 hours 54 min ago. Offline
rank Moderator
Moderator
Joined: 2004-06-06
Posts: 15095
Points: 2190

Yes. Had so much trouble with

Yes.

Had so much trouble with bloody Google and it's flaming indexes and caches, it's removal tools lead you a merry dance. If it's a test install ensure you close the door firmly with a robots.txt

User-Agent: *

Piss Off: /

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

Tyssen
Tyssen's picture
User offline. Last seen 1 day 4 hours ago. Offline
rank Moderator
Moderator
Timezone: GMT+10
Joined: 2004-05-01
Posts: 8123
Points: 1302

Verschwindende wrote: Should

Verschwindende wrote:

Should meta description tags differ for each page? That would present a problem with my CMS. I'll have to rework it a bit.

It should, but as you've found if a meta description is lacking, Google will make an attempt to use the content of the page for its results' descriptions instead. So if you structure your pages properly and get the main content towards the top of the page, you may find you don't need to bother with adding a separate entry for meta description.

How to get help
Post a link. If you can't post a link, jsFiddle it.
My blog | My older articles | CSS Reference