Gossamer Forum
Home : Products : Links 2.0 : Customization :

meta_name?

Quote Reply
meta_name?
A question about meta_name and meta_keywords in category.html.

My category.def file (as downloaded) has 'Meta Description' but no meta_name. Where does meta_name come from?

Also, I put the following in the <head> of category.html:
Code:
<%if meta_name%>
<meta name="description" content="<%meta_name%>">
<%endif%>
<if meta_keywords%>
<meta name="keywords" content="<%meta_keywords%>">
<%endif%>


Trouble is, when I build, the line for name="keywords" doesn't print at all, and the name="description" line prints data from the Meta Keywords field in my category.db file. (I have data in both fields).

Clarification on this would be greatly appreciated.

Thanks,

Jeff
Subject Author Views Date
Thread meta_name? jcom 1181 May 12, 2000, 10:04 AM
Post Re: meta_name?
Stealth 1130 May 12, 2000, 10:21 AM
Post Re: meta_name?
jcom 1127 May 12, 2000, 10:55 AM
Post Re: meta_name?
Stealth 1130 May 12, 2000, 12:09 PM
Post Re: meta_name?
jcom 1126 May 12, 2000, 12:56 PM
Post Re: meta_name?
Stealth 1130 May 12, 2000, 2:07 PM