archtechx / laravel-seo

SEO package for Laravel
https://archte.ch/blog/introducing-laravel-seo
MIT License
291 stars 30 forks source link

Update meta tags to be HTML5 compliant by removing self-closing slashes #39

Open tamas-macsek opened 3 weeks ago

tamas-macsek commented 3 weeks ago

This pull request removes the unnecessary self-closing slashes (/>) in the meta tags to ensure HTML5 compliance. This resolves issues related to invalid markup. Fixes #32

stancl commented 3 weeks ago

Can you undo the formatting changes?