PDA

View Full Version : meta tags


batman
02-14-03, 07:09
I just need some advice about meta information. I need to know whether the meta name, description and keywords should be placed in ALL the html pages of a website for the search engines.

Hope someone can help. Cheers.

goldfish
02-14-03, 12:34
if you want the search engines to search the internal of your site, they do need to be on every page you want it to search.

Kodo
02-14-03, 13:20
Simple answer, Yes

More complicated answer:
Instead of putting them on EVERY page. Make ONE page header and inlcude that in every page via an include statement.

You should also note that many search engines are following suit of Google and aren't using META tag information as a large part of the ranking weight. Infact, google doesn't use them at all.

goldfish
02-14-03, 14:24
it does use them, its just not the priority (since all these dweebs from crack sites have meta tags with half the english dictionary) now they just have a black screen with the words in black, so they are in the body, so google searches thru that first. THere is always a way round it!

ALL of my websites use header files and footer files, usually called top.asp and bottom.asp, that way i dont need to mess around with stylesheet files if there isnt a need, i can even *dynamically* assign a stylesheet for the whole site if i want to. an asp include looks like this :

<!-- #include file="header.asp" -->

In most of my sites that contains the bulk of the layout (menubars etc.) and the bottom one just contains a mini logo, closing of table tags, etc..

Sorry, didnt mean to give u a lecture!!!

Kodo
02-14-03, 15:25
straight from the googlers mouths.. they said they don't use META tag keywords in their rankings. I read an article about them a few weeks back.

Are you contradicting me soldier!!! :mad:

;)

batman
02-15-03, 04:57
well thanks to you both anyway - a little more research on my part i think!