BOP - The Future of Creative Engineers -


← ホームに戻る

Google Search Console 登録手順マニュアル


目的

オーガニック検索・自然検索を有効にし、検索エンジンに自社サイトを認識させるため。


手順

🔴 1. 「新しいプロパティ」を登録

Google Search Consoleにアクセスし、「新しいプロパティを追加」をクリック new_property


🟡 2. 「URLプレフィックス」タブを選択

url_prefix


🟢 3. metaタグをサイトのHTML <head> 内に追加

<head>
    <meta name="google-site-verification" content="xxxxx" /> 
</head>

🔵 4. xml設定

サイトマップURL例(例:https://example.com/sitemap.xml )

add_sitemap


🎉 5. 登録後、ステータスが「成功」と表示されるかを確認