I use a default template for all new pages:
- [[!meta title="<TMPL_VAR name>"]]
- [[!meta author=]]
- [[!meta date="<TMPL_VAR time>"]]
- [[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
- [[!tag ]]
+ \[[!meta title="<TMPL_VAR name>"]]
+ \[[!meta author=]]
+ \[[!meta date="<TMPL_VAR time>"]]
+ \[[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
+ \[[!tag ]]
This encourages me to include useful metadata on the page. In particular, though, I've modified the `edittemplate` plugin to generate a uuid for use in the guid, for use in `inline`. Importantly, this keeps `inline` from flooding aggregators when I rename these pages.