aerni / statamic-advanced-seo

Comprehensive SEO addon for Statamic with flexibility in mind
https://statamic.com/addons/aerni/advanced-seo
10 stars 5 forks source link

Add `@seo` Blade directive #152

Closed aerni closed 1 week ago

aerni commented 2 weeks ago

This PR adds better Blade support with a new @seo directive. It also moves the view composer from the service provider to its own class.

Before:

Statamic::tag('seo:head')->context($__data)
Statamic::tag('seo:body')->context($__data)

After:

@seo('head')
@seo('body')