seo

Audit and optimize technical SEO parameters in Laravel applications.

Updated Jan 6, 2023
One-click install
npx skills add https://github.com/pekral/phpstan-rules --skill seo-pekral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/pekral/phpstan-rules/tree/main/.claude/skills/seo
Command: npx skills add https://github.com/pekral/phpstan-rules --skill seo-pekral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses technical SEO debt and content discoverability issues in Laravel applications, ensuring that search engines can effectively crawl, index, and rank your content.

Core Features & Use Cases

  • Technical Audit: Automates the identification of crawl errors, broken links, and redirect chains within Laravel routing and server configurations.
  • Structured Data Implementation: Provides a standardized approach to injecting JSON-LD schema into Blade templates for rich search results.
  • Performance Optimization: Offers actionable strategies to improve Core Web Vitals (LCP, INP, CLS) specifically for Laravel-based frontend stacks.

Quick Start

Use the seo skill to audit the current Laravel project for crawlability issues and generate a report on missing structured data.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I audit my Laravel application for technical SEO crawlability issues?

You can audit Laravel SEO crawlability by automating the identification of routing errors, broken links, and redirect chains. This process checks server configurations to ensure search engines can effectively crawl and index your content without hitting dead ends.

What is the best way to add JSON-LD structured data to Laravel Blade templates?

Adding JSON-LD structured data to Laravel requires injecting schema directly into Blade templates. This provides a standardized approach to secure, sanitized generation, enabling rich search results and ensuring search engines properly parse your content structure.

How do I fix Core Web Vitals performance issues in a Laravel frontend stack?

To fix Core Web Vitals in Laravel, you apply actionable strategies targeting LCP, INP, and CLS metrics. This involves remediating frontend rendering bottlenecks and optimizing asset delivery to meet mobile-first indexing performance standards.

Does mobile-first indexing require specific Laravel server configurations?

Mobile-first indexing requires your Laravel application to adhere to responsive design and performance standards. The Skill checks your site-wide health to ensure server configurations and frontend rendering are fully optimized for mobile crawling and indexing.

Can I generate page-specific meta tags for a Laravel site automatically?

Yes, you can manage page-specific meta tags within Laravel by applying targeted optimization parameters. This allows dynamic injection of meta information into Blade layouts, ensuring each page has the correct indexability signals for search engines.

Why are broken links and redirect chains hurting my Laravel site's indexability?

Broken links and redirect chains hurt Laravel indexability by blocking search engine crawlers from reaching destination content. Auditing your routing and server configurations identifies these technical SEO debts, ensuring clean crawl paths and proper ranking.