0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

vercelにデプロイしたNext.jsのアプリをGoogleSearchConsoleに登録してみた

Posted at

この記事で書かないこと

  • vercelへのデプロイ方法
  • next-sitemapのセットアップ方法

セットアップ

  1. GoogleSearchConsoleにアクセスする

スクリーンショット 2025-08-27 22.54.09.png
2. Vercelのサブドメイン(xxxx.vercel.app)を使っているのでURL プレフィックスを選択
3. 自分の(xxxx.vercel.app)のURLを入力して続行する
2025-08-27 22.57の画像.jpeg
4. HTMLタグを開きコピーを実施し、手順に沿ってheadセクション内のbodyの直前よりに<meta name="google-site-verification" content="任意のid" />を貼り付けてデプロイする
5. デプロイ完了後「確認」を押下すると以下のようになる
スクリーンショット 2025-08-27 23.17.51.png
6. URL検査タブから登録したいURLを入力して「インデックス登録をリクエスト」
スクリーンショット 2025-08-27 23.24.47.png

7.sitemapの登録は左のサイトマップタブから/の後にsitemap.xmlを追加する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?