tech-seo-redirects

Diagnose redirect-related SEO issues across websites using HTTP status rules.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/silverbee-ai/claude-silverbee-marketplace --skill tech-seo-redirects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-seo-redirects
Source: https://github.com/silverbee-ai/claude-silverbee-marketplace/tree/main/plugins/silverbee/skills/tech-seo-redirects
Command: npx skills add https://github.com/silverbee-ai/claude-silverbee-marketplace --skill tech-seo-redirects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Technical SEO redirects health: Identifies and analyzes server-side redirects, trailing slash issues, parameter handling, and meta refresh patterns to improve crawl efficiency and indexation accuracy.

Core Features & Use Cases

  • Detects and classifies HTTP redirects (301, 302, 307, 308) and their impact on link equity and canonical signals.
  • Flags trailing slash conflicts, URL normalization issues, parameter URL handling, and potential open redirects.
  • Suitable for large sites, e-commerce paths, and content-heavy domains to ensure consistent URL structures and safe indexing.

Quick Start

Run a comprehensive server-side redirect audit to identify 301/302/307/308 behavior, trailing slash conflicts, parameter handling, and open redirects across the site.

Frequently Asked Questions about tech-seo-redirects

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

FAQPage Schema
How do I audit HTTP redirects for SEO issues on a large website?

Detect meta refresh redirects and URL normalization issues by running a comprehensive server-side redirect audit. This process flags trailing slash conflicts, parameter URL handling inconsistencies, and open redirect vulnerabilities across dynamic or content-heavy domains to improve indexation accuracy.

Why does trailing slash conflict affect my site's crawl budget and indexation?

Crawl budget is impacted by trailing slash conflicts because they generate duplicate URL variations that force search engines to process redundant pages. Resolving these conflicts through URL normalization ensures consistent indexing and prevents wasted crawl requests on your domain.

Can I detect open redirect risks and parameter handling issues on e-commerce paths?

Yes, the redirect audit specifically flags parameter URL handling inconsistencies and potential open redirect vulnerabilities across large sites and e-commerce paths. This detection ensures consistent URL structures, secures server-side redirects, and prevents unsafe indexing behaviors.

What is the difference between 301 and 308 HTTP status codes for technical SEO canonicalization?

The difference between 301 and 308 HTTP status codes for technical SEO is that 308 preserves the original request method during redirection, while 301 allows method changes. Auditing these server-side redirects ensures correct link equity distribution and validates canonicalization signals across your site.

How do I identify meta refresh redirects instead of server-side redirects?

Identify meta refresh redirects by scanning page-level HTML responses rather than server headers. A comprehensive redirect audit detects these client-side meta refresh patterns alongside standard HTTP server-side redirects, ensuring all canonicalization signals are evaluated for proper indexation accuracy.