source: products/qSEOptimizer/trunk/skins/qSEOptimizer/qSEO_Robots.py @ 1459

Last change on this file since 1459 was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 383 bytes
Line 
1## Script (Python) "qSEO_Description"
2##bind container=container
3##bind context=context
4##bind namespace=
5##bind script=script
6##bind subpath=traverse_subpath
7##parameters=
8##title=Generate Description from SEO properties
9##
10
11prop_name = 'qSEO_robots'
12
13if context.hasProperty(prop_name):
14    return context.getProperty(prop_name)
15
16# by default make robots crawl website
17return 'ALL'
Note: See TracBrowser for help on using the repository browser.