HTML Comment Tags
This page is the canonical reference for compiler-recognized HTML comment tags. Use these tags in source pages to influence Synticore build behavior.
Tag Format
Place tags as HTML comments using this format: <!--tag tag-name-->
Examples:
<!--tag no-sitemap--><!--tag no-package-->
Tag Behavior
| Tag | Current Behavior | Example Page |
|---|---|---|
no-sitemap | Excludes the page from sitemap generation. | no-sitemap example |
no-package | Tag is parsed and recorded in manifest data. This example site is deployed directly from out/ (not from packaged artifacts), so package-only exclusion behavior is intentionally not demonstrated here. | no-package example |
Packaging exclusion behavior is configured through option.package.html.ignore_class .
General Notes
- Tag names are read case-insensitively.
- Unrecognized tags are ignored by current sitemap/package behavior.
- Tag parsing is based on the literal comment pattern
<!--tag ...-->.