0
I wrote this JavaScript code for users to write your brand name on Google The search form will be displayed to users Users only need to type in your brand name to display this search and it is most commonly used on the homepage. To use this code copy the JavaScript and paste it at the bottom of the last line of the main content, and don't worry the JavaScript code will not be displayed to users and will only appear in Google results.
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://coolernew.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://query.example.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
Top comments (0)