Tagged Questions
Meta tags are HTML element used to provide structured metadata about a Web page placed in the head section of an document.
22
votes
5answers
6k views
Which one to Use: <meta charset='utf-8'> vs <meta http-equiv='Content-Type'
to define charset for html5 doctype, which notation should I use?
a) short:
<meta charset='utf-8'>
b) Long:
<meta http-equiv='Content-Type' content='Type=text/html; charset=utf-8'>
...
19
votes
8answers
3k views
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 important than others.
What are the most important metatags to supply and why?
Do I even need meta ...
16
votes
5answers
19k views
iPad WebApp Full Screen in Safari
Apple says, the code
<meta name="apple-mobile-web-app-capable" content="yes">
is supposed to make the the web app full screen from iPhone OS 2.1 and later. (Source: ...
16
votes
4answers
12k views
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 the code will be, or have links to any tutorials.
11
votes
7answers
20k views
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 want the download link to appear and a message: "If you download doesn't start ...
8
votes
3answers
763 views
Submitting object to Facebook via open graph doesn't work, but then works after testing the URL in Facebook's object debugger?
I want to allow a user of my web-app to be able to post multiple objects to their timeline from one page (main_page).
I already have the user's access token stored.
Tags on page I am trying to ...
8
votes
3answers
2k views
iOS / mobile safari still zooms while viewport is set to user-scalable=no ? Check Accessibility settings!
This specific Mobile Safari (seemingly impossible and yet undocumented) problem kept me going for a long long time today, and I was just about to post a question about it here when I figured it out.
...
8
votes
2answers
1k views
Meta Tag “apple-mobile-web-app-capable” for Android?
Is there a way to create an Android Web Application like on the iPhone?
Using the "apple-mobile-web-app-capable" meta tag in the head element of an HTML page, it informs the Apple iOS that the ...
8
votes
4answers
2k views
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 it. However, there is a good chance that many of my users will be using mobile browsers that don't ...
8
votes
2answers
3k views
Using javascript to reset the meta tag to prevent it from refreshing the page
We have an legacy application (mixture of classic ASP and ASP.net) that has a few Ajax content rich pages.The expectation is that the users of the site performs a set of tasks on the page that can ...
7
votes
8answers
9k views
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/" />
but for certain users on a certain workstation this doesn't work. The is in ...
6
votes
1answer
753 views
Should I use <meta name=“author” content=“Your Name” /> or <link rel=“author” href=“http://mysite.com/about/” />?
In html 5, rel="author" is used to link to information about the author of the page. This can be a mailto: address, though it doesn't have to be. It could simply link to a contact form or "about the ...
5
votes
4answers
2k views
Google +1 Generated Thumbmail in Profile
When you press the google +1 button on a site it grabs the typical meta data such as title and description. I thought it might be looking for the first image in the first article tag, but I tried ...
5
votes
1answer
157 views
Multiple <meta> Tags with the Same Name
What would be the best way to specify e.g. multiple copyrights or authors using the <meta> tag? Should we use a <meta> tag with the same name multiple times?
<meta name="copyright" ...
5
votes
4answers
2k views
iPad layout scales up when rotating from portrait to landcape
I have a added to the "viewport" "width=device-width,initial-scale=1.0" and on an iPad the page loads up fine in landscape mode, the it switches nicely to portrait and when I rotate it back to ...
5
votes
1answer
206 views
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 in the generated files?
I noticed that StackExchange 0.9 applications do that, and ...
5
votes
3answers
255 views
Meta tag vs robots.txt
Is it better to use meta tags* or the robots.txt file for informing spiders/crawlers to include or exclude a page?
Are there any issues in using both the meta tags and the robots.txt?
*Eg: ...
4
votes
1answer
317 views
How can I clear the cache of an IOS Web App on the Homescreen?
I am using JQTouch to create a Web App on the Homescreen using meta tag "apple-mobile-web-app-capable", but no matter how many times I clear the cache from within Settings, the Web App's Javascript is ...
4
votes
3answers
102 views
how to make my site look like in following image on search engines result
I was wondering if is it possible to make same thing by myself, or Search Engines does that by themselves?
I want to add some links like here:
4
votes
4answers
431 views
Are HTML Meta Tags still important? [closed]
I read some articles on Internet, some said that search engine like Google and Bing don't care about HTML Meta Tags any more. Should I still need to maintain the HTML Meta Tags in my website properly?
...
4
votes
3answers
129 views
How do browsers handle <meta> tag that specifies the character-encoding?
Suppose a browser encounters a <meta> tag that specifies the character-encoding, like this:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Does it start over from ...
4
votes
1answer
422 views
Stop caching in Firefox
I am using following code.
<%
response.addHeader("Cache-Control","no-cache");
response.addHeader("Pragma","no-cache,no-store,private,must-revalidate,max-stale=0,post-check=0,pre-check=0 ");
...
4
votes
2answers
3k views
iPad website fullscreen in Safari
I am trying to get a website that runs fullscreen for all pages, I have looked over here: http://stackoverflow.com/questions/3024434/ipad-webapp-full-screen-in-safari and followed that and my index ...
4
votes
1answer
491 views
Is there a good HTML Meta tags overview somewhere?
Is there somewhere on the Internet a list of common meta tags that can be included in the header of any HTML page? There's this site but it's not working properly. Anything better than this?
3
votes
2answers
281 views
Internet Explorer 9 ignoring no cache headers
I'm tearing my hair out over Internet Explorer 9's caching.
I set a series of cookies from a perl script depending on a query string value. These cookies hold information about various things on the ...
3
votes
2answers
60 views
From where does Google get the abstract for each of its site results, that it displays on its search result page?
I am working on a project in which i have to search for terms on a search engine and then cluster the results on their contextual sense. So i have to treat each result as a document. unfortunately, ...
3
votes
1answer
657 views
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 the W3C Validator and the documentation.
3
votes
2answers
52 views
which is the correct way to declare charset in HTML page?
What is the difference between these meta tags in HTML
<meta name="http-equiv" content="Content-type: text/html; charset=UTF-8"/>
<meta http-equiv="Content-Type" content="text/html; ...
3
votes
3answers
1k views
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 one of the content pages but I can't see where I can do this.
Any help would be much appreciated.
3
votes
2answers
133 views
Is there any use for auto generated visual studio <meta> tags
We have an old project lying around with these <meta> tags in every page. This website is an intranet web application.
<meta name="GENERATOR" content="Microsoft Visual Studio 7.0" />
...
3
votes
2answers
170 views
How to remove click-to-call links for IE mobile browsers
Hi
I am able to remove click-to-call links for labels / numbers in Iphone & Blackberry by keeping the above tags in the header part.
<meta name="format-detection" content="telephone=no"> ...
3
votes
3answers
2k views
Razor Engine - SEO Meta tags
I need to place unique description and keywords meta tags to each page. Tried this. But its not clicking.
@{
ViewBag.Title = "Title";
ViewBag.Description = "Test";
ViewBag.Keywords = ...
3
votes
1answer
361 views
php get_meta_tags not fetching property=“og:type” tags
so php's get_meta_tags would fetch the meta tags that has a name field to it but sometimes there are meta tags that has no fields but uses property="" as identifier instead and this function is not ...
3
votes
1answer
195 views
Using PHP, how to parse the title and meta tags from a HTML page? [closed]
Possible Duplicate:
CodeIgniter: A Class/Library to help get meta tags from a web page?
I need to be able to get the TITLE and DESCIPTION metadata out of a page.
I've been trying to do ...
3
votes
1answer
398 views
Recommended Meta Elements?
Setting up a "basic framework" for my website projects, I'm wondering which meta elements are really necessary/recommended? In particular, I'd like to know how to deal with the language attribute(s)!? ...
3
votes
3answers
4k views
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 not allow me to alter anything outside the body tag. So I am thinking about inserting the meta tags ...
2
votes
2answers
32 views
Working example of og:audio:artist and og:audio:album
Can someone identify ONE WEB PAGE where <meta property="og:audio:artist"> and <meta property="og:audio:album"> are actually working to set the Artist and Album when sharing the URL of the ...
2
votes
2answers
880 views
Dynamic generation of Facebook Open Graph meta tags
As the title implies I'm trying to generate Facebook Open Graph meta tags dynamically, but I can't get it working. Is it even possible?
...
2
votes
1answer
75 views
Android initial scale - PHP
In iPhone, there are php scripts that control the initial scale and max scale of website viewing that are like these:-
<meta name="viewport" content="width=device-width; initial-scale=1.0; ...
2
votes
3answers
359 views
Can You Have Your OpenGraph Object Link to a Different URL?
So you need a public URL with meta tags to represent an object in the OpenGraph, and one of the required meta tags is a URL property. When the action gets published, it links to this URL property.
...
2
votes
4answers
189 views
Is It possible to dynamically remove meta refresh tag from header using jQuery?
I have meta tag in Header like that..
<meta http-equiv='refresh' content='0;url=http://stackoverflow.com/'>
is it possible to Remove it Dynamically using jQuery ?
2
votes
1answer
93 views
return meta redirect in ajax response
I want to return a meta redirect tag in my Ajax response. How can this be done ?
I have a Zend Controller where in my init function I check for the session expiration. If the session already expired ...
2
votes
2answers
308 views
Is it possible to edit meta tag content via javascript before the page load event?
On our website we have limited access to the back-end code, so try to make as much edits to the site using JQuery, etc.,. We are currently adding meta tags to the head via JQuery using the append ...
2
votes
3answers
580 views
Why does Facebook's Open Graph protocol require an fb:admins or fb:app_id .. and what is the importance of this property?
.Hi folks,
I'm playing around with adding some Facebook Open Graph meta tags to my web site, to help with Facebook sharing of my website content.
One of the tags is this :-
fb:admins or fb:app_id
...
2
votes
2answers
43 views
Is there any advantage in repeating the TITLE text in a META TITLE tag? [closed]
Which is better?
A:
<title>Mary had a little lamb</title>
B:
<title>Mary had a little lamb</title>
<meta name="title" content="Mary had a little lamb">
Is there ...
2
votes
1answer
49 views
Has the W3C ever published a standard set of meta tags?
Has there ever been a W3C spec on what meta tag names are "valid" in HTML? I know onotogloies like Dublin Core have developed standard names, but has the W3C ever published anything that says Tag ...
2
votes
4answers
112 views
Are HTML meta tags enough?
I have a webpage which is a download page for a free application (http://dragonfli.es). Because of the minimalist design, there's almost no text in this page. I was wondering if HTML meta tags could ...
2
votes
2answers
126 views
What meta tags should I include in my website?
What meta tags should I include in my website?
What are the most common meta tags and relevance?
e.i. what the benefit to including <meta charset="utf-8">
What is the proper way to declare ...
2
votes
3answers
1k views
How to change meta tags in zend framework layout
So I have some default meta tags on layout.phtml set using
$this->headTitle() and $this->headMeta()->appendName()
and is echoed at layout.phtml's header
My question is: How do I change ...
2
votes
2answers
197 views
Meta refresh with semicolon
I have semicolon as query string separator in my urls instead of and (&).
My problem is that when I try to do a meta refresh to a url with semicolon in query string it will translate it to %253b ...