Brandon, "Dynamic." Got it. Thanks.
I do not want to get search engines to find my dynamic pages. I want people who know about the page to be able to get an email or other message when then database for that page changes, but I don't want to know the people's email address. So that may not be possible for my app, right? Or are you saying that could create a sort of "shadow" web page for each of my current pages. For example for the Playground page the real page and the shadow would be these two (although capitalization is ignored in the shadow, so I would have to work around that problem). http://simplifyconnections.appspot.com/?place=Playground http://simplifyconnections.appspot.com/place/Playground But how could I add allow and enable the users who only have access to the dynamic page to add their RSS request to the static shadow page? I am assuming there would only be two acceptable queries: send me feeds and do not send me feeds. Oh, and thanks in general, not just for correcting my terminology. Brian in Atlanta On Sep 24, 4:15 pm, "Brandon N. Wirtz" <[email protected]> wrote: > Those are DYNAMIC pages to use the terminology of the rest of the world. > > Read up on creating SEO Friendly URLs so your URL can be something like > /place/playground > > Store a list of acceptable queries in a database and use the database to > generate your SiteMap and RSS feeds. > > Then use DB queries to track updates those pages and generate a new > RSS/Sitemap via Cron. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
