coderedcorp / wagtail-seo

Search engine and social media optimization for Wagtail.
Other
66 stars 18 forks source link

1.2 search action #29

Closed PaLaMuNDeR closed 1 month ago

PaLaMuNDeR commented 2 years ago

feat: added search action to potential actions list

e.g.

"potentialAction": [{
            "@type": "SearchAction",
            "target": "https://example.org/search?&query={query}",
            "query": "required"
        }]
PaLaMuNDeR commented 2 years ago

This branch is depending on the graph based structure of branch https://github.com/PaLaMuNDeR/wagtail-seo/tree/1_1_graph_structure

vsalvino commented 1 month ago

Closing this - if you'd like to re-open, please rebase it against the main branch, and remove commented out code, etc. Thanks!