Introduced in September 2019, Google wrote that webmasters could use "a set of methods configuration of the preview content displayed for your pages."
These are the following robots meta tags:
nosnippet (do not show a snippet/meta description of the page in the SERPs)
max-snippet: (specify the maximum text length of a snippet in characters)
max-video-preview: (Specify the maximum duration of a video preview in seconds)
max-image-preview: (specify the maximum size of tunisia mobile database an image preview as "none", "standard" or "large")
Use the following code to control how snippets are displayed on your web page:
Do not show snippets of a page in the SERPs:
<meta name="robots" content="nosnippet" />
Set the maximum length of a text snippet to 150 characters:
<meta name="robots" content="max-snippet:150" />
Set the maximum duration of a video preview to 20 seconds:
<meta name="robots" content="max-video-preview:30" />
Set the maximum size of an image preview to large:
<meta name="robots" content="max-image-preview:large" />
You can also combine multiple meta tags to give you more control over your page snippets. Let's say you want to set your snippet's maximum length to 150 characters and allow large image previews, use.
that allow more granular
-
- Posts: 418
- Joined: Thu Dec 26, 2024 3:25 am