Top "Meta-tags" questions

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

Meta-refresh doesn't work?

I have a page using something along the lines of <meta http-equiv="refresh" content="0;url=http://example.com/" /> …

html internet-explorer refresh meta-tags
iPad layout scales up when rotating from portrait to landscape

I have a added to the "viewport" meta tag "width=device-width,initial-scale=1.0" and on an iPad the page loads up …

html ipad meta-tags viewport
Generating Facebook Open Graph meta tags dynamically

As the title implies I'm trying to generate Facebook Open Graph meta tags dynamically, but I can't get it working. …

php facebook facebook-opengraph meta-tags
Facebook open graph meta tags maximum content length

Does anyone know the maximum valid length for each of Facebook's open graph meta tags? The description of the meta …

facebook facebook-opengraph meta-tags
Viewport meta tag for iOS devices

Does stating <meta name="viewport" content="width=device-width" /> have the same effect as stating <meta name="viewport" …

ipad html viewport meta-tags
Viewport meta tag not working in iPhone and Android

I am using the following html code <!DOCTYPE HTML> <html> <head> <title>…

android iphone html meta-tags viewport
Resource interpreted as other but transferred with MIME type text/javascript?

I keep getting "Resource interpreted as other but transferred with MIME type text/javascript.", but everything seems to be working …

javascript mime-types meta-tags
html5 meta tag cache-control no longer valid?

How do I define <meta http-equiv="cache-control" content="no-cache" /> in HTML5? It is no longer valid according to …

html meta-tags
How many keywords are ideal for the META keywords tag?

The answers to a previous question pointed out that the keywords meta tag in HTML is used by some search …

html seo meta-tags
Define multiple languages in html root element's lang attribute?

I want to determine more than one language for a document, because it's available in more than one language. If …

html meta-tags lang