Fix search issue
This commit is contained in:
parent
85f46b7423
commit
acf1f0f0b0
@ -29,8 +29,11 @@
|
|||||||
},
|
},
|
||||||
"potentialAction": {
|
"potentialAction": {
|
||||||
"@type": "SearchAction",
|
"@type": "SearchAction",
|
||||||
"target": "{{url}}/search?q={search_term_string}",
|
"target": {
|
||||||
"query-input": "required name=search_term"
|
"@type": "EntryPoint",
|
||||||
|
"urlTemplate": "{{url}}/search?q={search_term_string}"
|
||||||
|
},
|
||||||
|
"query-input": "required name=search_term_string"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Evan Pratten",
|
"Evan Pratten",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user