Problem/Motivation
Adds a submodule that implements hook_yoast_seo_entity_preview_alter() to replace Yoast's analyzed text with content from the custom elements pipeline — the same data the frontend renders.
Requires the alter hook patch from yoast_seo issue #3582651.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3582654-lupus_decoupled-yoast-seo-submodule.patch | 3.68 KB | ciprian.stavovei |
Issue fork lupus_decoupled-3582654
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ciprian.stavovei commentedAdded a PR and also a patch.
Comment #4
ciprian.stavovei commentedUpdated the patch to include the URL fix too.
Comment #5
fagoI don't think this is how things should work. we have a decoupled frontend, so yoast needs to check what the frontend renders.