Hello, I am currently embedding meta tags into documents within the Zope environment. At the moment the meta tags are in the standard_html_header file and embedded within index_html and other documents. Are there any issues with embedding meta data this way when a search engine spiders the site? Will the search engine pick up the contents of <dtml-var standard_html_header> or just the literal document itself, or is there anything else to consider? Thanks in advance, David
The robot, like any other user of your site, will only see the html that results from zope rendering the code you write. No viewer of the rendered html can tell how it was put together, so there is nothing to consider. Bill. On Wed, 6 Dec 2000, David Legg wrote:
Hello,
I am currently embedding meta tags into documents within the Zope environment. At the moment the meta tags are in the standard_html_header file and embedded within index_html and other documents.
Are there any issues with embedding meta data this way when a search engine spiders the site? Will the search engine pick up the contents of <dtml-var standard_html_header> or just the literal document itself, or is there anything else to consider?
Thanks in advance,
David
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Bill Welch -
David Legg