diff options
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 |
