add-seo

Adds robots.txt, sitemap.xml, meta tags, and favicon to Power Pages sites.

647|132|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/microsoft/power-platform-skills --skill add-seo-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-seo
Source: https://github.com/microsoft/power-platform-skills/tree/main/plugins/power-pages/skills/add-seo
Command: npx skills add https://github.com/microsoft/power-platform-skills --skill add-seo-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This SEO skill helps you automatically add the essential SEO assets to a Power Pages code site, ensuring crawlability and search visibility without manual steps.

Core Features & Use Cases

  • Robots.txt and sitemap.xml generation to guide search engines and index pages accurately.
  • Meta tags & Open Graph augmentation for improved sharing and SERP previews.
  • Favicon & framework placement adapted to the detected frontend framework (React, Vue, Angular, or Astro).

Quick Start

Run the add-seo command after creating your Power Pages site with /power-pages:create-site to add robots.txt, sitemap.xml, and meta tags

Frequently Asked Questions about add-seo

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

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

Meta tags and Open Graph tags improve search visibility and sharing previews by augmenting your site's HTML head. An automated SEO skill can add these tags to your Power Pages code site, adapting placement to the detected frontend framework like React or Vue.

What's the best way to generate SEO assets for a Power Pages code site?

The best way to generate SEO assets for a Power Pages code site is running an automated SEO command after site creation. It validates your production URL and routes, then places robots.txt, sitemap.xml, meta tags, and a favicon in the correct framework-aware locations.

Does this SEO generation approach work with different frontend frameworks?

Yes, this SEO generation approach works with different frontend frameworks. It detects your framework—such as React, Vue, Angular, or Astro—and enforces framework-aware placement of meta tags, Open Graph data, and favicon files in the correct locations.

How do I add a favicon to my Power Pages site if one is missing?

To add a favicon to your Power Pages site when one is missing, an automated SEO skill can generate a minimal favicon automatically. It validates your existing site inputs and ensures the new favicon is placed in the correct framework-aware directory.

Why does my Power Pages site need a production URL for SEO asset generation?

Your Power Pages site needs a production URL for SEO asset generation because the tool validates this URL as an input. This ensures the generated sitemap.xml, robots.txt, and meta tags accurately reference your live domain for search engine crawlability.