Top "Meta-tags" questions

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

HTML meta tag for content language

What is the difference between the following two HTML meta tags, for specifying spanish web page content: <meta name="…

html internationalization meta-tags
Getting title and meta tags from external website

I want to try figure out how to get the <title>A common title</title> <…

php curl title meta-tags
Is it possible to use jQuery to read meta tags

Is it possible to use jQuery to read meta tags. If so do you know what the basic structure of …

jquery dom meta-tags
What is initial scale, user-scalable, minimum-scale, maximum-scale attribute in meta tag?

I was going through the source code of a website and found this piece of code. <meta name="viewport" …

html attributes tags viewport meta-tags
Is it still valid to use IE=edge,chrome=1?

I read Chrome Frame closed last month, I thus tried to understand what it'd mean for the X-UA tag and …

html internet-explorer meta-tags google-chrome-frame x-ua-compatible
How to Redirect Page in PHP after a few seconds without meta http-equiv=REFRESH CONTENT=time

It seems that it is not advisable to use <meta http-equiv=REFRESH CONTENT=3;url=url> for redirects but …

php redirect header refresh meta-tags
Changing meta-tags dynamic with jQuery

These are my meta-tags: <meta property="og:image" content="assets/css/gfx/skold.png"/> <meta property="og:…

jquery html meta-tags
How to add meta tag to ASP.Net content page

I have several content pages hanging off of one master page. I need to add a refresh meta tag to …

asp.net meta-tags content-pages
Disabling android's chrome pull-down-to-refresh feature

I've created a small HTML5 web application for my company. This application displays a list of items and everything works …

android html google-chrome meta-tags
What happens if the meta tags are present in the document body?

I am working on a ASP application and the code, template and files are organized in a way that does …

html templates asp-classic seo meta-tags