Skip to main
Table of Contents

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

TagCurrent BehaviorExample Page
no-sitemapExcludes the page from sitemap generation.no-sitemap example
no-packageTag 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 ...-->.