diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:01:21 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-21 08:01:21 +0900 |
| commit | 62fc2a7643d85a9e43f64088484670bd4fd52096 (patch) | |
| tree | 45d1837752b57dcb387fb8d5aeba87d52fcc3ed6 /public | |
| parent | eb976179807bd687f6dfe5c78ccb8f1d43a1f679 (diff) | |
SEO: 月例・年度ページのtitleを一意にし、favicon.svgを追加、altとrobots.txtを修正
Diffstat (limited to 'public')
| -rw-r--r-- | public/favicon.svg | 5 | ||||
| -rw-r--r-- | public/robots.txt | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..f9b888b --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,5 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"> + <text x="50" y="50" text-anchor="middle" dominant-baseline="central" + font-family="Hiragino Kaku Gothic ProN, Yu Gothic, Meiryo, sans-serif" + font-size="92" font-weight="700" fill="#273d79">安</text> +</svg> diff --git a/public/robots.txt b/public/robots.txt index 702be15..82ec51d 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,4 +1,7 @@ User-agent: * Allow: / +# Search Consoleの確認用ファイルは索引させない +Disallow: /google627132e4052ac9f1.html + Sitemap: https://yasutakeyohei.com/sitemap-index.xml |
