What is the details of Meta Tag ?
SEO Help and Tips
What is the details of Meta Tag ?
The given various meta tags provide information about the website and its content.
Here's an explanation of Meta tag:
{ "<title>website name<title>":
Specifies the title of the web page.
"<meta charset='UTF-8’>"Defines the character encoding for the HTML document.
"<meta content='width=device-width' name='viewport’>"
Sites the viewport properties for responsive web design.
"<meta content='website description.' name='description’>"
Provides a brief description of the website.
"<meta content='website' property='og:type’>":
Specifies the type of the website for Open Graph protocol.
"<meta content='site name' name='og:site_name’>"
Indicates the name of the website for Open Graph protocol.
"<meta content='https://example.com' property='og:url’>"
Specifies the URL of the web page for Open Graphprotocol.
"<meta content='Website content' property='og:title’>"
Sets the title of the web page for Open Graph protocol.
"<meta content='Website description.' property='og:description’>"
Provides a description of the web page for Open Graph protocol.
"<meta content='Website content' name='Headline’>"
Sets the headline or title of the web page.
"<meta content='T.R' name='{author-name}’>"
Specifies the name of the author.
"<meta content='example@mail.com' name='{author-mail}’>"
Specifies the email address of the author.
"<meta content='https://example.com' name='{author-url}’>"
Specifies the URL of the author's website.
"<meta content='upgrade-insecure-requests' http-equiv='Content-Security-Policy’>"
Configures the Content Security Policy to upgrade insecure requests.
"<meta content='Post title' name='example.com'>"
Sets the title of the web page for a specific application or use.
"<meta attribute1='value1' attribute2='value2’>"
Additional meta tag with custom attributes and values.
"<meta content='First Future Corporation - 2022-2023' name='copyright’>"
Indicates the copyright information.
"<meta content='1' http-equiv='REVISIT-AFTER’>"
Specifies the duration after which the search engine should revisit the web page.
"<meta content='0' http-equiv='Expires’>"
Specifies that the web page content has expired and should not be cached.
"<meta content='fitscreen/standard' name='layoutmode’>"
Specifies the layout mode for the web page.
"<meta content='yes' name='apple-mobile-web-app-capable’>"
Indicates that the web page can be displayed as a standalone web application on iOS devices.
"<meta content='yes' name='mobile-web-app-capable’>"
Indicates that the web page can be displayed as a standalone web application on mobile devices.
"<meta content='Tooltip Text' name='msapplication-tooltip’>"
Specifies the tooltip text for the web application.
"<meta content='/' name='msapplication-starturl’>"
Specifies the starting URL for the web application.
"<meta content='portrait' name='screen-orientation’>"
Specifies the preferred screen orientationfor the web page.
"<meta content='Application' name='application-name’>"
Specifies the name of the web application.
"<meta content='Search Tool' name='apple-mobile-web-app-title’>"
Specifies the title of the web application on iOS devices.
"<meta content='ms-icon-144x144.png' name='msapplication-TileImage’>"
Specifies the image URL for the tile representation of the web application.
"<meta content='enable/disable' name='nightmode’>"
Indicates whether the web page has a night mode that can be enabled or disabled.
"<meta content='Sitelinkssearchbox' name='google’>"
Indicates the presence of a search box on the web page for Google Sitelinks.
"<meta content='index, follow' name='robots’>"
Specifies the instructions for search engine indexing and following links.
"<meta content='max-snippet:-1' name='robots’>"
Sets the maximum length of the snippet displayed in search engine results.
"<meta content='max-video-preview:-1' name='robots’>"
Sets the maximum length of the video preview displayed in search engine results.
"<meta content='max-image-preview:-1' name='robots’>"
Sets the maximum size of the image preview displayed in search engine results.
"<meta content='index' name='Yandexbot’>"
Instructs Yandex search engine to index the web page.
"<meta content='index' name='Bingbot’>"
Instructs Bing search engine to index the web page.
"<meta content='index' name='Googlebot’>"
Instructs Google search engine to index the web page.
"<meta content='index' name='AdldxBot’>"
Instructs Adldx search engine to index the web page.
"<meta content='index' name='Adsbot-Google’>"
Instructs Adsbot-Google search engine to index the web page.
"<meta content='index' name='Mediapartners-Google’>"
Instructs Mediapartners-Google search engine to index the web page.
"<meta content='index' name='Googlebot-Image’>"
Instructs Googlebot-Image search engine to index the web page.
"<meta content='index' name='Googlebot-Video’>"
Instructs Googlebot-Video search engine to index the web page.
"<meta content='index' name='Googlebot-Mobile’>"
Instructs Googlebot-Mobile search engine to index the web page.
"<meta content='index' name='Googlebot-news’>"
Instructs Googlebot-news search engine to index the webpage.
"<meta content='snippet' name='Googlebot-news’>" }
Specifies the type of snippet displayed in Googlebot-news search results.
These meta tags provide information to browsers, search engines, and other applications
about the website, its content, and how it should be displayed or indexed.
Comments
Post a Comment
Thanks for your Comments.