add-seo

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

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-seo-promitdutta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-seo
Source: https://github.com/promitdutta/power-platform-skills-qwen/tree/main/skills/power-pages/add-seo
Command: npx skills add https://github.com/promitdutta/power-platform-skills-qwen --skill add-seo-promitdutta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the addition of essential SEO assets to Power Pages code sites, streamlining the process of setting up SEO after site creation.

Core Features & Use Cases

  • SEO Asset Creation: Automatically generates robots.txt, sitemap.xml, and meta tags for a Power Pages site.
  • User Configuration: Allows users to specify SEO preferences like site URL, page exclusions, and meta descriptions.
  • Framework-Aware: Detects the site's framework and places SEO assets in the correct location.
  • Verification & Commitment: Verifies the presence of SEO assets and commits changes to the site's codebase.

Quick Start

Run the add-seo skill to add essential SEO assets to your Power Pages code site.

Frequently Asked Questions about add-seo

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

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

You can automate the addition of robots.txt and sitemap.xml to Power Pages by running a dedicated SEO setup skill. It detects your site's framework, generates the necessary files based on your configuration inputs, and commits them directly to the codebase.

Can I automatically generate meta tags for my Power Pages site?

Yes, you can automatically generate meta tags for Power Pages sites. The SEO setup process creates meta tags based on your specified preferences, ensuring they are correctly placed within the site's codebase after framework detection.

Does the SEO setup process work with existing Power Pages sites or only new ones?

The SEO setup applies to new Power Pages sites created with the /create-site command. It detects the site's framework and places SEO assets correctly, ensuring they are committed to the codebase during the initial setup phase.

What configurations do I need to provide to set up SEO for my Power Pages site?

You need to provide user input for site configuration, including your site URL, page exclusions, and meta descriptions. This ensures the generated robots.txt, sitemap.xml, and meta tags align with your specific SEO preferences and site structure.

How does the framework detection mechanism work when adding SEO assets?

The framework detection mechanism identifies your Power Pages site structure to place SEO assets in the correct locations. This ensures robots.txt, sitemap.xml, and meta tags are integrated properly into the codebase and committed accurately.