Skip to content

Commit

Permalink
🔍️ Add SearchAction in json ld
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 24, 2024
1 parent 4293c3f commit 255e8e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@ const nuxtConfig = {
name: 'Liker Land',
alternateName: ['Liker.Land'],
url: 'https://liker.land/',
potentialAction: [
{
'@type': 'SearchAction',
target: {
'@type': 'EntryPoint',
urlTemplate:
'https://liker.land/store?q={search_term_string}',
},
'query-input': 'required name=search_term_string',
},
],
},
{
'@context': 'http://www.schema.org',
Expand Down

0 comments on commit 255e8e1

Please sign in to comment.