Meta Tags
Google
google

MetaExtension google

Is used to tell the google crawler specifically, what to do with search results from your website.

Usage

<meta name="google" content="notranslate">

content may be:

contentUsage
notranslateTells the crawler not to provide a translation link within the search result.
nopagereadaloudPrevents the website from being read aloud with the Google Assistant.
nositelinkssearchboxPrevents a search-field from appearing within the search results.

Usage samples

<meta name="google" content="nopagereadaloud">
<meta name="google" content="nositelinkssearchbox">

Read more at Google Search Central (opens in a new tab).