Download the PHP package probeforge/seoforge without Composer
On this page you can find all versions of the php package probeforge/seoforge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download probeforge/seoforge
More information about probeforge/seoforge
Files in probeforge/seoforge
Package seoforge
Short Description Comprehensive SEO audit and automated fixing tool for Laravel 12 Blade templates. Analyze and optimize your application's SEO compliance with A/AA/AAA standards.
License MIT
Informations about the package seoforge
SEOForge (Alpha)
⚠️ Alpha Version Warning: This is an early development tool with limitations. It's not production-ready.
A basic SEO troubleshooting tool for Laravel 12 Blade templates. Scans your templates for missing SEO elements and can fix some basic structural issues.
What This Tool Actually Does
✅ What It Can Do:
- Scan Blade templates for missing SEO elements (meta tags, Open Graph, etc.)
- Generate reports showing what's missing
- Add basic structural elements like viewport meta tag, canonical URLs, favicon links
- Create file backups before making changes
- Output results in table or JSON format
❌ What It Cannot Do:
- Write meta descriptions, titles, or any content for you
- Guarantee SEO success or rankings
- Fix semantic or content-related SEO issues
- Replace proper SEO strategy and planning
- Handle complex template logic or dynamic content perfectly
🎯 Realistic Use Case: This is a development helper to quickly identify missing SEO elements in your templates. You still need to write the actual SEO content yourself.
Installation
Quick Usage
Check what's missing:
Fix basic structural issues:
Get JSON output for scripts:
What Gets Checked
Level A (Basic):
- Title tags, meta descriptions, canonical URLs, viewport, lang attribute
Level AA (Social):
- Open Graph tags, Twitter cards, image alt attributes, heading hierarchy
Level AAA (Advanced):
- Schema markup, meta keywords, favicons, preconnect hints, hreflang
What Can Be Auto-Fixed
Only basic structural elements:
viewport
- Adds viewport meta tagcanonical
- Adds canonical URL linkfavicon
- Adds favicon linklanguage
- Adds lang attribute to html tagmeta_robots
- Adds robots meta tagpreconnect
- Adds preconnect/DNS prefetchapple_touch_icon
- Adds Apple touch icon
Important: The tool cannot create content like meta descriptions or titles - that's your job!
Commands
seo:audit
seo:fix
Example Blade Setup
Then in your pages:
Known Issues & Limitations
- Table formatting can be messy in some terminals
- Regex detection may have false positives/negatives
- Cannot handle complex Blade logic
- Windows path handling has some edge cases
- Does not validate content quality, only presence
- Cannot generate meaningful content
Configuration
Optional - publish config:
Is This For Me?
Yes, if you want to:
- Quickly scan templates for missing SEO elements
- Get a basic SEO checklist for your Laravel app
- Add basic structural SEO elements automatically
No, if you expect:
- AI-generated meta descriptions or titles
- Complete SEO optimization
- Production-ready SEO automation
- Marketing or content strategy advice
Contributing
This is alpha software. Contributions welcome, but expect breaking changes.
License
MIT License. See LICENSE.md.
Bottom Line: This tool finds missing SEO elements and adds basic tags. You still need to write the actual SEO content yourself. It's a starting point, not a complete solution.