Tagged Questions
The metatag tag has no wiki summary.
5
votes
1answer
116 views
Display an article rating in Google search results
Im writing a review site where the community rates posts. I have noticed that Google can pick up on this ratings and display them in its search results. Does anyone know how this is achieved?
An ...
3
votes
2answers
90 views
Prefer charset declaration in HTML meta tag or HTTP header?
I'm parsing a lot of sites. All works fine, I'm reading also charset declarations to convert encodings. Now I've a problem with http://celleheute.de/sonntagsfuhrung-3/.
The HTML meta tag says, that ...
2
votes
2answers
626 views
Safari Mobile full screen
I'm trying to set the full screen mode on my iPhone Web App, I have read the Apple's documentation on apple-mobile-web-app-capable meta tag, but it doesn't work, can you help me? Thanks
2
votes
2answers
442 views
How do I edit in Magento <meta name=“robots” content=“NOINDEX,FOLLOW” /> for individual pages
I am struggling to find in Magento a way to edit the <meta name="robots" content="NOINDEX,FOLLOW"> for individual pages.
Does anybody know how to? Please help.
Thanks
2
votes
1answer
118 views
How to find the exact font used by the browser
I have written a 2 texts one is in english and one is Chinese language. i have kept font-family as Arial and simhei for both the text. actually what i need to know is when i check using font finder ...
2
votes
1answer
2k views
Android not respecting metatag removal?
I created a sample script to add and remove metatags from the head. But Android 2.2 doesn't seem to respect it's removal. However it does respect the addition of the metatag on click for example.. How ...
2
votes
1answer
234 views
Is Content-Type meta tag important if responce headers include content-type?
At the moment we set content-type in our responce headers, a bit like this...
Content-Type text/html; charset=utf-8
We also have this at the top of html pages...
<!DOCTYPE html PUBLIC ...
1
vote
1answer
338 views
Refresh meta tag in GWT
How can we achieve what the below HTML meta tag can do, in GWT?
<meta http-equiv="refresh" content="30" />
1
vote
3answers
1k views
iPhone 4 ignoring viewport meta tag
I have just added the following HTML to the <head> section of my iPhone web app:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; ...
1
vote
1answer
106 views
Meta description/keywords not being found by analyzer but do exist in source code?
If I run our website (www.deversus.com) through a meta analyzer, such as the one at http://www.seocentro.com/tools/search-engines/metatag-analyzer.html our meta description/keywords are not found, but ...
1
vote
2answers
563 views
Embedding Sitemap Meta Tag on Free Wordpress Blog That I have a Domain For
I have a free wordpress blogging account and I have a domain from GoDaddy which is forwarding to my wordpress blog. I want to use Google's sitemap which requires me to add the meta tag in my wordpress ...
0
votes
1answer
79 views
Meta tag helper with Open Graph tags
How do I use the Codeigniter Metatag helper with the Facebook open graph metatags?
the metatag helper wants to inject name as the first attribute which Facebook doesn't use. Is there any way to use ...
0
votes
3answers
55 views
Modify prototype of a metatag object
I'm dynamically generating metatags. I'm able to append the properties of the object that are part of the metatag prototype by default. name, content and ID. But when I try to append something ...
0
votes
2answers
111 views
is binding simple a shortcut for addeventlistener
I never really understood the point of binding, beyond it being effectively shorthand for addeventlistener.
is there more to it? am I missing something?
thanks,
dsdsdsdsd
0
votes
1answer
292 views
using XMPCore to get metadata of a file through actionscript
Is there a simple example to read/write metadata of e.g. a local .jpg?
XMPCore ActionScript Reference
Unfortunately I was not able to apply the instructions from adobe.
A simple example will help me ...
0
votes
2answers
94 views
How to Index new keywords
My question is I had changed My Websites Keywords and submitted it to the google i.e verified by the google MetaTag. and Google is indexing that keywords. I have changed my keywords, But google ...
0
votes
3answers
686 views
how add title and meta tags for content pages in a project base on master and content page(dynamically)
how can i add title and meta tags for content pages in a project base on master and content page(dinamically) ?
i used the blow method for master page :
public void SetMetaTags(string title, string ...
0
votes
1answer
100 views
how to save text in app_resource. asp net mvc c# metatags
I have all my text inside view coding. I preffer to save it in app_resources, because i would to add other languages in future, and its look quite cleaner.
I just know that I need to use metatags in ...
0
votes
2answers
2k views
Anyone know how to lock a website (HTML) to portrait orientation on iPhone with (HTML) meta tags, javascript, etc?
Does anyone know how to either lock Mobile Safari's orientation to portrait, or to block landscape (via javascript or otherwise)?
In other words, I want the web page to remain in portrait mode ...
0
votes
3answers
327 views
PHP(?) or jQuery(?) Best method to change metatags?
On my site, I present a slideshow of content, for which I'm using jquery. So the user will click on an arrow and the next div (which is hidden by default) will display. Within each div, (whether ...