Top "Meta-tags" questions

The HTML meta element provides a means to add various kinds of metadata to an HTML document.

How to insert metatag without using jquery append?

I used the following jquery to insert a metatag into a html document. <script type="text/javascript"> if(…

javascript append meta-tags getelementsbytagname
Angular 4 - Update Meta tags dynamically for Facebook (Open graph)

How do we add/update meta tags dynamically so that they get picked by Facebook/Whatsapp share dialog? I upgraded …

angular facebook-graph-api facebook-opengraph meta-tags
Best practice for meta data in a html document?

I work on a large scale, high volume, public facing web application. The successful operation of the application is very …

html meta-tags w3c-validation
React - “localStorage is not defined” error showing

I am trying to make my website SEO friendly with meta tags. I am implementing server-side rendering in my application. …

reactjs local-storage meta-tags server-side-rendering
Cache-control max-age meta tag not registering

I've put this in my head section. It appears in the page source in the browser. <meta http-equiv="Cache-Control" …

http-headers meta-tags cache-control html-head
How is the meta viewport tag used, and what does it do?

What browsers support this meta tag? How do i use it? Does this mean it will solve all my mobile …

html meta-tags viewport
Should I use <meta name="author" content="Your Name" /> or <link rel="author" href="http://mysite.com/about/" />?

In html 5, rel="author" is used to link to information about the author of the page. This can be a …

html seo semantic-web meta-tags
Angular2 - SEO - how to manipulate the meta description

Search Results in google are displayed via TitleTag and the <meta name="description"..."/> Tag. The <title>…

seo angular meta-tags
HTML: Multiple language meta descriptions?

How can I set two language meta descriptions to my website? Is this code google valid? <meta name="description" …

html meta-tags