Search Engine - How to advertise your website engine

About

If you want to advertise your internal search engine (search engine of your website), you can do it:

Type

OpenSearch

Check the dedicated page: What is OpenSearch and how to use it?

Search Action

Search Action is a potentialAction ld+json metadata 1)

Example:

   
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.example.com/",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "https://query.example.com/search?q={search_term_string}",
    "query-input": "required name=search_term_string"
  }
}

Documentation / Reference





Discover More
Card Puncher Data Processing
UI - Searchbox / Search bar

A searchbox or search bar is a control where the user enters a search term that should be searched in a collection of documents. The search may be: local in a list of rows (the document being a row)...



Share this page:
Follow us:
Task Runner