I do not have much to say about SEO other that set your meta
description, meta description and find ways for other sites to you
link yours.

If you are using {{include 'web2py_ajax.html'}} in your layouts you
can do

response.meta.keywords=','.join([x.keywords for x in
db().select(db.yourtable.keywords)])

Massimo

On Apr 25, 7:08 pm, Al <[email protected]> wrote:
> Hi,
>
> I have built my web site, now how does web2py enable people be able to
> find it? is there any helper function or built-in variables which I
> can use? Also in my SQLite database, there is a column called keywords
> which I like to be indexed, is there any simple SEO techniques I can
> follow?
>
> Al
>
> --
> Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to