SeoMunk is an open-source Laravel package for SEO and AI Search Optimization (AIO/GEO).
SeoMunk provides a flexible, Laravel-native API for managing:
- SEO meta tags
- Open Graph metadata
- Twitter/X metadata
- Canonical URLs
- Robots directives
- JSON-LD structured data
- Automatic metadata and schema generation from Eloquent models
- Manually defined metadata and schemas
- FAQ, Product, Review, Breadcrumb, Organization, and other Schema.org types
- Raw JSON-LD schemas
Current status: Early development. The API is actively evolving and should not yet be considered stable.
Install SeoMunk through Composer:
composer require jon-mierke/seomunkPublish the configuration:
php artisan vendor:publish --tag=seomunk-config