Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.05 KB

File metadata and controls

39 lines (26 loc) · 1.05 KB

Publications Plus Logo
Powered by Publications Plus

SeoMunk

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.


Installation

Install SeoMunk through Composer:

composer require jon-mierke/seomunk

Publish the configuration:

php artisan vendor:publish --tag=seomunk-config