Top "Meta-tags" questions

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

<meta charset="utf-8"> vs <meta http-equiv="Content-Type">

In order to define charset for HTML5 Doctype, which notation should I use? Short: <meta charset="utf-8" /> Long: &…

html meta-tags doctype
Force browser to clear cache

Is there a way I can put some code on my page so when someone visits a site, it clears …

html caching browser meta-tags
Force to open "Save As..." popup open at text link click for PDF in HTML

I have some big size PDF catalogs at my website, and I need to link these as download. When I …

html pdf download meta-tags content-disposition
Provide an image for WhatsApp link sharing

How can we include an image in our website to display in WhatsApp when we share a link like this?

html meta-tags whatsapp facebook-opengraph
How to start automatic download of a file in Internet Explorer?

How do I initialize an automatic download of a file in Internet Explorer? For example, in the download page, I …

javascript html internet-explorer meta-tags
Is it possible to use JavaScript to change the meta-tags of the page?

If I put a div in the head and display:none, than use JavaScript to display it, will this work? …

javascript jquery meta-tags
What is the attribute property="og:title" inside meta tag?

I have this extract of website source code: <meta content="This is a basic text" property="og:title" /> …

html facebook properties meta-tags
What's the point of 'meta viewport user-scalable=no' in the Google Maps API

I'm using the Google Maps JavaScript API V3 and the official examples always have you include this meta tag: <…

mobile google-maps-api-3 viewport meta-tags
How do I get the information from a meta tag with JavaScript?

The information I need is in a meta tag. How can I access the "content" data of the meta tag …

javascript html greasemonkey meta-tags
Showing Thumbnail for link in WhatsApp || og:image meta-tag doesn't work

Tried to follow this question : Provide a picture for whatsapp link sharing I have created a simple HTML webpage with …

android html facebook-opengraph meta-tags whatsapp