Tech Support Forum banner
Status
Not open for further replies.
1 - 7 of 7 Posts

· Registered
Joined
·
4 Posts
Discussion Starter · #1 ·
Recently I made a site in dream weaver and uploaded it to the web. Web crawlers and ROBOTS have found the page, and it does show up in google searches. But the meta tags aren't working correctly. It shows the site name as "sample", with no description, but the sample hyperlink points correctly to the site. And if I open the site as a .html it shows the tittle in the browser correctly.

From doing some reading I see that meta tags display the the tittle from the title field. Any idea why this would be happening?

I know the site is indexed because it shows in Google.. I'm confused...

Thanks
 

· TSF Team, Emeritus
Joined
·
2,386 Posts
What do you have under <title>Title bar text</title>? This is often what search engines use instead of <meta />

<meta name="title" content="name goes here" />

N.B.: the italicised text is the only text you should change. Changing any other text will cause the elements to not work as expected.

Are you using XHTML or HTML?
 

· Registered
Joined
·
4 Posts
Discussion Starter · #3 ·
<title>Andrea Cremer: Author of Nightshade (Fall 2010, Philomel)</title>

I don't even have the

<meta name="title" content="name goes here" />

line in my code.. I have all the other ones, but thought the title was just pulled from the <title> field. Could that be it?

ps. xhtml

Thanks
 

· TSF Team, Emeritus
Joined
·
2,386 Posts
I think your search engines are out of date is all. I know Google tries to cache the entire primary web every six months or so, I'm not sure about the others.
 
1 - 7 of 7 Posts
Status
Not open for further replies.
Top