Forum Moderators: open

Message Too Old, No Replies

can i put meta tags at bottom of page?

meta tags page bottom

         

snoz_woz

12:02 am on Dec 10, 2003 (gmt 0)

10+ Year Member



Hi
Can I put my meta keyword and description tags at the bottom of the page rather than the top. Something like this:

<html>
<head>
<title>….</title>
</head>
<body>


</body>
<meta name="description"….
<meta name="keywords"…….
</html>

Wondering why I ask, I am creating a dynamic JSP page, and dynamically creating my keywords for the meta tag as I build the page. The problem is I am now at the bottom of the page not the top of the page.

The big question is, will search engines still acknowledge them?

KenB

2:45 am on Dec 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



HTML specifications only allow for META tags inside of the HEAD tags.

snoz_woz

11:12 am on Dec 10, 2003 (gmt 0)

10+ Year Member



ok
can i put head tags at the bottom too

<html>
<head>
<title>….</title>
</head>
<body>


</body>
<head>
<meta name="description"….
<meta name="keywords"…….
</head>
</html>

jbinbpt

11:19 am on Dec 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello and welcome to Webmaster world.

The full spec can be found here w3c [w3.org].

The duplication of elements should be easy for a spider to flag as a problem. Why do you want to go this route?

jb

KenB

3:58 pm on Dec 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you want a definitive answer on what is and is not proper HTML code use W3C's validator: [validator.w3.org...]