diff --git a/deploy/thermograph.env.example b/deploy/thermograph.env.example index 0daff44..7ba9934 100644 --- a/deploy/thermograph.env.example +++ b/deploy/thermograph.env.example @@ -10,3 +10,18 @@ PORT=8137 # /thermograph -> app under a sub-path (share the host with other apps, e.g. a # portfolio at the root) THERMOGRAPH_BASE=/ + +# --- SEO: search-engine verification + IndexNow --------------------------------- +# Ownership-verification tokens, rendered as tags in every page's . +# Google Search Console → add property https://thermograph.org → "HTML tag" method +# → paste just the content="…" value below. (Or verify via DNS TXT and skip this.) +#THERMOGRAPH_GOOGLE_VERIFY= +# Bing Webmaster Tools → add site → "HTML Meta Tag" (msvalidate.01) → paste the +# content value. (Bing can also import verification from Google Search Console.) +#THERMOGRAPH_BING_VERIFY= + +# IndexNow key (Bing/DuckDuckGo/Yandex instant re-crawl). Auto-generated to +# data/indexnow_key.txt on first use; set here to pin a specific key. +#THERMOGRAPH_INDEXNOW_KEY= +# Public site URL the IndexNow CLI submits (`make indexnow`). +THERMOGRAPH_BASE_URL=https://thermograph.org