AutoSEO is a Laravel package that automates SEO meta tags, JSON-LD schema, Open Graph, Twitter Cards, breadcrumbs, and multilanguage hreflang for Laravel applications.
git clone https://github.com/fitri-hy/AutoSEO.gitAutoSEO is a Laravel package designed to handle modern SEO automation without manual tag management. It automatically generates meta SEO tags (title, description, robots, canonical), Open Graph and Twitter Card tags with image support, and JSON-LD structured data schemas including Article, Product, and Breadcrumb types. The package includes a Seoable trait that can be applied directly to Eloquent models, allowing SEO and schema data to be derived automatically from model attributes like title, excerpt, and image. It also provides auto-generated breadcrumbs from routes, multilanguage hreflang support for multi-locale sites, and an SEO audit helper. Laravel developers building content-driven or e-commerce applications benefit most from this package.
Install the package via Composer using a local path repository entry in composer.json, then run composer update and publish the config with php artisan vendor:publish --tag=autoseo-config. Configure site name, URL, logo, locales, and default meta values in config/seo.php. Apply the Seoable trait to any Eloquent model to enable automatic SEO and schema generation from model fields. Use the Seo facade and PageContext/PageType classes to set per-page SEO context.
Automatically inject meta title, description, robots, and canonical tags on every Laravel page
Generate JSON-LD structured data (Article, Product, Breadcrumb) from Eloquent model data
Add Open Graph and Twitter Card tags with per-page or global fallback OG images
Enable multilanguage hreflang tags for Laravel sites serving multiple locales
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/fitri-hy/AutoSEOCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Analyze the following website content for SEO optimization opportunities. The website is for [COMPANY], a [INDUSTRY] business. Provide a detailed report including keyword suggestions, meta tag improvements, and content structure recommendations. Focus on improving search engine rankings and user experience. Use the following [DATA] as a reference.
# SEO Optimization Report for [COMPANY] ## Keyword Suggestions - Primary Keywords: [INDUSTRY] solutions, [COMPANY] services - Secondary Keywords: [INDUSTRY] experts, [COMPANY] products - Long-tail Keywords: affordable [INDUSTRY] services, best [INDUSTRY] providers ## Meta Tag Improvements - **Title Tag**: Make it more descriptive and include primary keywords - **Meta Description**: Ensure it is within 150-160 characters and includes a call-to-action - **Header Tags**: Use H1, H2, and H3 tags to structure content hierarchically ## Content Structure Recommendations - **Introduction**: Add a compelling introduction that includes primary keywords - **Body**: Break down content into smaller paragraphs with clear headings - **Conclusion**: Summarize key points and include a call-to-action ## Additional Recommendations - **Internal Linking**: Add internal links to related pages to improve navigation and SEO - **Image Optimization**: Ensure all images have descriptive alt tags and are compressed for faster loading - **Mobile Optimization**: Make sure the website is mobile-friendly and responsive ## Technical SEO - **Site Speed**: Optimize site speed by minifying CSS, JavaScript, and enabling browser caching - **XML Sitemap**: Ensure an up-to-date XML sitemap is submitted to search engines - **Schema Markup**: Implement schema markup to help search engines understand the content better
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan