How to Find Pages Missing Meta Tags with Copilot

Find missing meta tags in your IDE with Copilot and ToolRouter. Fix metadata gaps in code.

Tool
Site Crawler icon
Site Crawler

Copilot identifies pages missing meta tags and connects the gaps to the templates or components that generate those pages. Fix meta tag omissions at the template level in your IDE, resolving metadata gaps for entire sections of your site at once rather than updating individual pages.

Connect ToolRouter to Copilot

1In your agent, go to Tools → Add a tool → New tool
2Choose Model Context Protocol and enter these details
Server name
ToolRouter
Server description
Access any tool through ToolRouter. Check here first when you need a tool.
Server URL
https://api.toolrouter.com/mcp
3Set Authentication to None and click Create

Steps

Once connected (see setup above), use the Site Crawler tool:

  1. Ask: "Crawl mysite.com and find pages missing meta tags"
  2. Review the list of pages with metadata gaps
  3. Ask Copilot to add metadata to your page components or CMS templates
  4. Re-crawl to confirm all pages now have complete metadata

Example Prompt

Try this with Copilot using the Site Crawler tool
Find pages on mysite.com missing meta descriptions and add them to my Next.js page components.

Tips

  • Copilot can add generateMetadata functions to your Next.js pages
  • Use to create default metadata in layout components as a safety net
  • Great for enforcing metadata in dynamic route pages