add-seo

Generate robots.txt, sitemap.xml, meta tags, and favicon for Power Pages sites.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-seo-butchersoft-msn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-seo
Source: https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai/tree/main/Assets/Plugins/power-pages/skills/add-seo
Command: npx skills add https://github.com/butchersoft-msn/power-platform-mcpserver-for-openai --skill add-seo-butchersoft-msn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires validation-helpers, and includes scripts (resource) components.

What problem does it solve?

Manual SEO setup for Power Pages sites can be error-prone and time-consuming; this Skill automates the generation and placement of crawl directives, site metadata, and branding assets to improve discoverability.

Core Features & Use Cases

  • Generate robots.txt and sitemap.xml based on the site's routes and production URL.
  • Inject meta tags (title, description, Open Graph) and a favicon into the site's base HTML or Astro layout.
  • Update the site after creation (e.g., after /create-site) or on demand to ensure SEO readiness for publishing.

Quick Start

Run the Add SEO skill on an existing Power Pages site to generate robots.txt, sitemap.xml, meta tags, and a favicon in the public directory.

Frequently Asked Questions about add-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add SEO essentials like robots.txt and sitemap.xml to my Power Pages site?

To add SEO essentials to your Power Pages site, this automation generates robots.txt and sitemap.xml based on your site's routes, injects meta tags into the base HTML, and creates a favicon. It configures crawl directives and site metadata automatically to improve discoverability.

Can I generate Open Graph meta tags and a favicon for Power Pages automatically?

Yes, you can generate Open Graph meta tags and a favicon automatically for Power Pages. The tool updates your index.html or base layout with title, description, and Open Graph tags, and creates a minimal favicon if one is absent.

Do I need an existing Power Pages site before setting up meta tags and crawl directives?

Yes, you need an existing Power Pages site before setting up meta tags and crawl directives. The SEO automation operates after a site is created or on demand, applying configurations to typical production pages, admin pages, and content routes.

What's the best way to automate SEO readiness for a Power Pages production site?

The best way to automate SEO readiness for a Power Pages production site is to run this skill after site creation. It enforces the generation of robots.txt and sitemap.xml, updates metadata, and includes optional verification and commit steps to ensure the site is ready for publishing.

Why does manual SEO setup for Power Pages sites become error-prone?

Manual SEO setup for Power Pages sites becomes error-prone due to the time-consuming nature of individually generating and placing crawl directives, site metadata, and branding assets. Automating this process ensures consistent metadata injection and correct crawl rule configuration across all routes.