Questions tagged [metatag]

56 questions
20
votes
1 answer

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 example is a review site like IGN, where in their…
woot586
  • 3,906
  • 10
  • 32
  • 40
10
votes
2 answers

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
7
votes
2 answers

Make content to scale and fit with PhoneGap (using viewport)

I am trying to adapt and port an old project to PhoneGap. So far, the project works properly under Android browsers but it doesn't with PhoneGap since it doesn't adapt the content to fit the whole screen. It always leave a blank space and that's not…
jalbam
  • 356
  • 1
  • 3
  • 12
6
votes
2 answers

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 the content is encoded as ISO-8859-2, but the HTTP…
rabudde
  • 7,498
  • 6
  • 53
  • 91
4
votes
2 answers

How do I edit in Magento for individual pages

I am struggling to find in Magento a way to edit the for individual pages. Does anybody know how to? Please help. Thanks
Seosmart
  • 83
  • 1
  • 2
  • 7
4
votes
2 answers

Is it valid to use time stamp instead normal date format in meta tags?

Is it valid to use time stamp instead normal date format in meta tags? for example: to or for
ali
  • 103
  • 4
4
votes
1 answer

is the ipad 3 device-width always 768 even though the resolution width is 1536 in the viewport meta tag?

I am trying to understand the viewport meta tag for ios devices. I created a test page, where I inserted an image that is 862px wide. so i have the viewport meta tag as:
Masu
  • 1,568
  • 4
  • 20
  • 41
4
votes
3 answers

How do I access the metadata information from a PDF file using PHP?

How do I access the metadata (XMP) information from a PDF file using PHP? I need the height and the width of a file.
Denis Forigo
  • 49
  • 1
  • 3
3
votes
1 answer

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 do I get it to respect the removal of the tag…
Chamilyan
  • 9,347
  • 10
  • 38
  • 67
3
votes
2 answers

apply "nopin" to "og:image"

I'm not a coder but I was able to build my site from nonstop searching for "how to do xxxx" on this site. Thank you all so much for the posts and info! I want to know how I can apply the "nopin" tag for pinterest to my "og:image" Here is a link to a…
jamesngart
  • 47
  • 5
3
votes
1 answer

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...
Rik Heywood
  • 13,816
  • 9
  • 61
  • 81
2
votes
1 answer

JSON data from Open Graph for websites

I'm trying to retrieve Open Graph data for websites from Facebook. I found a url that takes a website as a parameter and returns Facebook post information such as number of likes a page has gotten. I.E…
Chamilyan
  • 9,347
  • 10
  • 38
  • 67
2
votes
1 answer

Android ICS: Default browser not respecting viewport tags

Possible Duplicate: Why is the viewport tag on the Galaxy Nexus / Android 4 not working? In our android webapp for tatgeting various screens of andorid deive, we use the following meta view port tag for scaling based on device viewport…
2
votes
5 answers

X-Frame-Options is not working in meta tag?

I want to restrict my site content to be used in other domains through iframe control. The recommented meta tag i.e is not working. What can i do?
VR Patel
  • 61
  • 1
  • 1
  • 11
2
votes
1 answer

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 tool it should show which font is exactly rendering…
Sreekanth G
  • 86
  • 1
  • 8
1
2 3 4