Description
We need to verify ownership of our Next.js site readmegen-ai.vercel.app in Google Search Console. The recommended method is using the HTML file provided by Google.
Tasks
Acceptance Criteria
- The HTML file is accessible from the deployed site root.
- Google Search Console confirms site ownership successfully.
Optional Notes
- Alternative verification via meta tag can be used if needed, but HTML file is preferred for Vercel subdomains.
Description
We need to verify ownership of our Next.js site
readmegen-ai.vercel.appin Google Search Console. The recommended method is using the HTML file provided by Google.Tasks
Download the Google verification HTML file from Search Console.
Place the HTML file in the Next.js
public/folder.Ensure the file is accessible at:
https://readmegen-ai.vercel.app/ .html
Deploy the updated project to Vercel.
Verify the site in Google Search Console.
Keep the file in
public/after verification.Acceptance Criteria
Optional Notes