seo-pro icon indicating copy to clipboard operation
seo-pro copied to clipboard

Augment `seo` data on entries/terms to include cascaded site and section defaults

Open jesseleite opened this issue 1 year ago • 0 comments

It would be nice if users could get an entry's/term's full seo cascade with site and section defaults (in templates, via api, in php, etc.) by calling $entry->seo or $term->seo.

Right now, this is only possible by building the cascade yourself as described in the workarounds here, but this should probably be default functionality.

Note: If someone needs an entry's/term's seo data without the cascade, they could just call $entry->raw('seo').

jesseleite avatar Feb 15 '23 19:02 jesseleite