SEO
Google Search Console
サイト掲載順位
zennでのSEO設定
noIndex
httpヘッダーの場合
X-Robots-Tag: noindex
Google検索エンジンのみを対象にすることも可能
デフォルトはallになっている。
Apacheでの設定
code:conf
<Files ~ "\.pdf$">
Header set X-Robots-Tag "noindex, nofollow"
</Files>
Shopify
shopifyでnoindexを設定する。
theme.liquidのheaderタグに設定
code:html
<meta name="robots" content="noindex">
webサイトテスト
302はテスト用のリダイレクト
301は恒久的なリダイレクト。検索エンジンのindexが変わる。
-----
noindex指定などで、一度削除されたindexは再登録するまで時間がかかる
noindexページを復活した際は、index登録を 申請する。
---
metaタグ
ページのローカライズ
多言語対応
hreflangプロパティ
<link rel="alternate" hreflang="x-default" href="https://example.com/en/">
x-defaultどの言語コードにもマッチしない場合に表示する
langプロパティは使われない。