From 7bf16bfeeebd8d39dc4032a4e06152c783d7fb43 Mon Sep 17 00:00:00 2001 From: Jaybe Date: Sun, 16 Nov 2025 10:55:42 +0900 Subject: [PATCH] =?UTF-8?q?Phase7-PerfSEO:=20Export=20Options=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(robots=20me?= =?UTF-8?q?ta,=20font=20preload,=20image=20=EC=98=B5=EC=85=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2efff98..cb3dd5b 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,23 @@ The Builder can export a production-ready ZIP that contains: - Name, Short Name, Start URL, Display (dropdown), Theme Color (HEX only) - Robots - Disallow lines (textarea). Each line becomes a `Disallow:` rule. + - Robots Meta: `` value (e.g. `noindex, nofollow`). Empty disables the tag. - Google Sheets Template Mode - Auto: include when `form.actionUrl` is empty - Include: always include - Exclude: never include +- Font Optimization + - Preconnect: toggle inclusion of Google Fonts preconnect links. + - Preload: preload & load Google Fonts stylesheet with `media="print" onload` pattern. +- Image Options + - Loading: `lazy` (default) or `eager` for `` + - Decoding: `async` (default) or `sync` for `` ### site.webmanifest and robots.txt - `site.webmanifest` is derived from page data; Export Options can override fields. - `robots.txt` defaults to a permissive header and adds `Disallow` lines from UI. +- `meta name="robots"` can be injected via Export Options and is written in ``. ### Asset paths and grouping