Top "Meta" questions

Meta elements are the HTML or XHTML <meta … > element used to provide structured metadata about a Web page.

Redirect from an HTML page

Is it possible to set up a basic HTML page to redirect to another page on load?

html redirect xhtml meta html-head
Auto refresh code in HTML using meta tags

I'm trying to refresh the same page but it isn't working. This is my HTML code: <html> <…

html meta
What is "X-Content-Type-Options=nosniff"?

I am doing some penetration testing on my localhost with OWASP ZAP, and it keeps reporting this message: The Anti-MIME-Sniffing …

html http-headers meta owasp penetration-testing
How to use the 'og' (Open Graph) meta tag for Facebook share

Facebook fetches all pictures from my site. I want to share only one picture which is on that page. I …

facebook-opengraph meta
window.location (JS) vs header() (PHP) for redirection

using JS : (in <head> tag) <script>window.location="https://stackoverflow.com";</script> using PHP : (…

php javascript redirect meta
Full webpage and disabled zoom viewport meta tag for all mobile browsers

I want my webpage to be full screen and disable zooming on all mobile devices. With the meta tag: <…

android iphone ipad viewport meta
error int the Failed to set referrer policy

I'm getting the following error in my chrome console for a Wordpress site I'm working on. Failed to set referrer …

javascript html wordpress meta referrer-policy
Difference between <meta name="title"> tag and <title></title> tag

Please clarify what is the difference between <meta name="title"> tag and <title></title> …

html seo meta
What will this do: <meta http-equiv="X-UA-Compatible" content="IE=edge">?

What will this following tag will do to my browser when a HTML page is loaded? <meta http-equiv="X-UA-Compatible" …

html meta
Achieving min-width with viewport meta tag

I would like my webpage's viewport width to equal device-width as long as device-width > 450px, or 450px otherwise (my …

html gwt media-queries meta