RE: Zope digest, How do you put meta tags in Zope
I'm a Zope newbie and have built a Zope site but can't work out how to put meta tags into the head section. I understand html but not a lot more. I want to put meta tags in the head section and then notify search engines. I would be grateful if someone could tell me how. Many thanks Jan
On Sun, 1 Jul 2001, Jan Smith wrote:
I want to put meta tags in the head section and then notify search engines. I would be grateful if someone could tell me how.
Things like meta tags should be put in the standard_html_header. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.org W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
On Sun, 1 Jul 2001 06:32:28 +0930, you wrote:
I'm a Zope newbie and have built a Zope site but can't work out how to put meta tags into the head section.
Meta tags are nothing special in Zope (although they might be in a framework that takes care of metadata, such as the CMF). You can print meta tags in the output, just like you can print any other piece of HTML. So go to the DTML method or page template that publishes the HTML header (<HEAD> section) and add some statements to print the meta tags. If you don't know anything about this, you should probably look at the DTML method standard_html_header in the root folder. Regards, René Pijlman
participants (3)
-
Jan Smith -
Rene Pijlman -
Timothy Wilson