Top "Meta-tags" questions

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

Add meta tags to laravel page

I'm trying to add description and keywords to my Laravel pages. Is this way working? Or there is something wrong? @…

html laravel-5 laravel-5.1 meta-tags
Bad values in meta tags

I've got a problem when I pass the html5 validator to my site from w3c validator. The errors are …

html meta-tags
WordPress - How do I remove meta generator tags?

I have these tags: <meta name="generator" content="Woo Framework Version 3.1.1" /> <meta name="generator" content="WordPress 3.5" /> &…

wordpress meta-tags
Open graph can resolve relative url?

I'm adding Facebook Open Graph meta tag to my site. For example: <meta property="og:image" content="../images/aa.…

html facebook-opengraph meta-tags meta
Meta tags itemprop

I am trying to include extracted structured data in my webpages. I included this for description: <meta itemprop="description" …

html meta-tags microdata
Using Javascript to override or disable meta refresh tag

I have a website, where I am trying to use Ajax to update some stuff on the page without reloading …

javascript html ajax meta-tags
What are the important meta tags I must put in my website?

There seems to be huge number of meta tags you can set. I'm guessing that some of them are more …

html seo meta-tags
Media Queries firing at wrong width

I am building a responsive page and the media queries are firing at the wrong width size. I am using …

html css media-queries meta-tags
How to stop chrome from caching

I need to force the browser to reload the previous page from the server when the user presses the back …

html google-chrome reload meta-tags
Should I include a <meta generator> tag?

Suppose I have some sort of proprietary web framework. Should I include a <meta generator="My framework"> tag …

html generator meta-tags