Meta tags are HTML elements used to provide structured metadata about a Web page placed in the head section of a document.
0
votes
1answer
9 views
How to add META tags in Plone custom content template
I have a Plone 4.2 customized home page template (view.pt) that is missing META tags which appear in the (main_template.pt). I've added the entire section from main_template.pt to the same place in ...
0
votes
2answers
16 views
Is there an industry standard way to indicate a site has fluid or responsive design?
Is there a meta tag or other flag that would let a browser identify that a site is designed with responsive or fluid layouts vs. a fixed layout?
Trying to determine via client-side feature detection ...
-2
votes
1answer
19 views
High SEO ranking, but keywords are not used on the page nor in meta tags [closed]
I am wondering if anybody can explain the following. Sometimes i'm seeing a website in Google that ranks on the top of the first page (no ad) on a certain keyword combination. However when I open the ...
1
vote
0answers
13 views
Script For Assigning Viewport Meta Parameters, iPhone / iPad Conundrum
I am using a JavaScript snippet to set the content parameters of the viewport meta tag, based on the width of the browser window. The script does almost what it should: it sets the initial scale value ...
-3
votes
0answers
9 views
My meta tags doesn't work [closed]
I've just made a website but when i share it on Facebook there isn't a thumbnail and no description or title.
This is my header:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
1answer
13 views
Set Viewport Meta Parameters Based on the Width of Browser Window
I want to set different parameters for viewport meta tag, depending on the current browser window, and to be able to change them on resize (removing the current viewport meta tag(s) first and then ...
1
vote
3answers
42 views
how facebook grab link information?
when you type a link in facebook you can see the title, site name, description and images of this link. what i know is facebook use two ways to grab link information:
1-using the og tags
2-using ...
-1
votes
2answers
30 views
How to edit the google description of your site? [closed]
I know that <meta name="Description" content="[description here]" /> can be used but I wonder how to make a description like the one in facebook.
Does this description use the <meta> tag ...
0
votes
0answers
10 views
Viewport metatag in WebView not scaling the contents properly in Android
I have a WebView inside a ScrollView. This is my first requirement as there will be other elements also inside the ScrollView. I want the WebView to fit the content in the device-width available. For ...
0
votes
0answers
54 views
In IE10, is there a setting to always use Standard Document Mode?
I created an extension for IE10 that uses X-site scripting, which does not work when Document Mode (Not the Browser Mode!) is set to below IE10.
But some of the sites that my extension runs include ...
0
votes
1answer
58 views
meta charset windows-1252 vs utf-8
My HTML pages use <meta charset="windows-1252">.
Does changing to utf-8 is recommended and why?
I checked some of my pages with utf-8 and got question marks with some math symbols. E.G: x ...
0
votes
1answer
22 views
Create a drop-down menu with tumblr meta-if tags?
Is it possible to create a drop-down menu in the tumblr theme appearance options using meta-if tags/booleans, like you can for the meta-font tags? For example, in the theme I'm working on, I have ...
0
votes
0answers
37 views
Drupal 7 doctype error in IE 6-8
I'm running into this issue where the doctype is commented out in IE versions 6 through 8. It looks like this:
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" ...
1
vote
1answer
46 views
Facebook Wont' Scrape My Website
http://losbanosdaily.com/?page_id=33
I'm working on this website here and facebook just won't scrape the page. I have meta tags in there and the facebook sdk. I checked my markup on w3 and it passed. ...
-1
votes
1answer
15 views
multiple webpages with the same page titles/metatags [closed]
I have created several duplicate pages because my website is in 3 languages (yes i know this is bad way to achieve this). Will google flag my site as spam if I use duplicate page titles/meta keywords? ...
0
votes
0answers
84 views
Windows 8 Metro Tiles not working in theme despite code being correct
Set up Win 8 Metro Tiles as instructed on Microsofts - http://www.buildmypinnedsite.com but they just don't work for me. My site is http://themixtapesite.com
Here is my header code with the tags in ...
1
vote
0answers
15 views
Meta Tags Inside MasterPage Output On One Line
I like clean code and I'm sure most developers do. I am coming across an issue where my Meta tags are all appearing on ONE line all together and not on separate lines.
I have a file called ...
0
votes
1answer
38 views
Wordpress - remove Meta generator tags (theme)
I have these tags:
<meta name="generator" content="Woo Framework Version 3.1.1" />
<meta name="generator" content="WordPress 3.5" />
<meta name="generator" content="Canvas 3.0" />
...
0
votes
0answers
24 views
Javascript/PHP meta keywords helper
In a projects I expierence that clients need some help with the keywords field. Except an explanation I would like to build two helpers: one in PHP and one in javascript.
The javascript helper works ...
0
votes
0answers
21 views
Expiring wizard on MVC
I built a wizard in MVC, that basically uses the entire wizard model (with its innner steps), showing always the current step, and serializing the wizard model on a hidden file (it's always for ...
0
votes
1answer
46 views
How to handle the meta description/keywords in a Zend Framework 2 application?
The default page title defined in the layout file can be extended (PREPEND/APPEND) or replaced (SET) with a title specific for the current view.
Such behavior I've also been expecting for the ...
0
votes
1answer
50 views
Facebook open graph tags not working
This is our page http//:www.playtown-game.com. If you view the source you will see that we define the open graph tags for facebook to show the image and description that we want. However it does not ...
0
votes
0answers
951 views
Facebook meta tag added, but link share on Facebook doesn't show
I have read and follow: this link, but the problem still exist.
My site is http://crossrt.net/election2013 and code below is added to tag.
<meta property="og:title" content="General Election 13 ...
1
vote
0answers
60 views
Facebook Sharer URL Thumbnail Rules
Does anyone know the exact rules of the Facebook sharer thumbnail?
From my understanding, what it is supposed to do, is look at the <head> and find the <meta type="of:image"> and have ...
0
votes
2answers
28 views
How can I retrieve information from the <meta> tag and display it on a webpage?
For example, if I have the following code:
<head>
<meta name="description" content="Question">
<meta name="keywords" content="StackExchange, Webmasters">
<meta ...
0
votes
0answers
21 views
simple_format in Rails is not correctly displayed in google search results
To display an article I use the following line in the articles/show.html.haml
= simple_format(@article.content)
Viewing the result in a brower works perfectly. Anyhow, I use the first few words as ...
0
votes
2answers
34 views
Add meta tags in User control
How to add meta tags in User control??? I want to add rel="nofollow" attribute to all links in user control.
How to add rel attribute to all links.
Please help.
Thanks in advance
0
votes
0answers
26 views
opera extension to fetch meta keywords from web pages and displaying on popup
i've created an extension in chrome to read the meta keywords from a website and display them on extension popup. now i want to do the same in opera extension. i am able to fetch the title using var ...
0
votes
0answers
18 views
Prevent rotation in iOS on a webpage
I have a webpage that I only want viewed horizontally on an iPhone or iPad. Is this possible with meta tags like those provided here? The intention is to add the webpage to the home screen.
0
votes
1answer
46 views
list of standard w3c meta tags
All -
What are the list of standard meta tags defined in w3c other than the below given at http://www.w3.org/wiki/HTML/Elements/meta
<meta http-equiv="Content-Type" content="text/html; ...
0
votes
1answer
70 views
Share aspx page having dynamic content from database in google plus
I want to share content in google plus via my asp.net website.
I have one page named GooglePlusShare.aspx.
Google Plus takes whatever it finds in og:image and og:description meta tags.
I want to share ...
0
votes
0answers
70 views
how can i update meta tags in angularjs?
I am developing application using angularjs. I want to uppdate meta tags on route change.
How can I update meta tags in angularjs which can be shown in "view source" of the page ?
here is a html code ...
0
votes
0answers
60 views
How to fit the content to WebView in Android without enabling zooming?
I tried setting meta tag as shown below in order to make the content fit to webview, it didn't work.
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1, ...
1
vote
1answer
70 views
Android Webview content is not fitting into the screen while toggling its visibility
I have a listview where each row has one textview and webview. With the use of viewholder object, I am re-using the row while scrolling. Initially data is not loaded in the webview and its visibility ...
0
votes
0answers
26 views
How to extract meta tags from website on android?
is there a smart way to read the content of metatags from an URL in android? I'll show a webpage in the webview on android and want to read some informations from the metatag inside. Is the only way ...
0
votes
0answers
19 views
How can i retrieve the calculated initial-scale of the viewport meta tag property through javascript/jquery?
Im curious as to what the value is being calculated for in the initial-scale, when I set the viewport meta width only. How can I do that?
0
votes
1answer
29 views
why doesn't the viewport meta constant device-width return 1536 pixels for the ipad 3 instead of 768 pixels?
I don't understand how else you can let each device figure out how a page is displayed on the screen, across all devices, if it just returns the same width as the older ipads that have a smaller pixel ...
0
votes
3answers
44 views
Meta tag and javascript browser redirection - which has priority?
I'm developing in PHP, using Curl to follow links to their final destination. I occasionally reach a page with a meta tag redirection or a javascript redirection, and want to be smart enough to ...
2
votes
1answer
115 views
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:
<meta name="viewport" ...
1
vote
0answers
102 views
Media Query in Email - does it require a certain meta tag?
I've built an email that uses media queries to resize from 2 columns to 1 when the viewing device width decreases. When I tested using litmus.com by uploading my code, the email resized on Android, ...
0
votes
1answer
56 views
drupal 7 metatags by content type
I have different custom content types which need completely different tailored for them meta description tags. I have installed the metatags module, however, it gives the possibility to add ...
0
votes
2answers
64 views
Can I show / hide meta tags with Javascript
For my site I need to add meta tags for our 3rd party analytics i.e.
<meta name="WT_si" content="Content Group" />
And basically I want to first figure out the Content Group name based on the ...
2
votes
1answer
39 views
Use of Japanese/localized comma character in meta keywords
I am using a list of keywords to put into a meta tag for a localized Japanese website (based on an English one). The site is for the Japanese regional branch of a client, so the native speakers from ...
0
votes
0answers
79 views
How to prevent an iframe form redirecting the parent window using meta refresh?
I have an app, where some html files uploaded by users are shown inside iframes. When some malicious user uploads an html document with a meta tag of the following sort, the top window is redirected:
...
-1
votes
2answers
105 views
Responsive web design, how does it work? [closed]
I am trying to make a webpage that changes the way it looks depending on what device you are using.
I think media queries and viewport is the thing I need to use.
Can someone confirm this and also ...
0
votes
1answer
63 views
adding the current url as param to the redirect url in meta tag using jstl tags
On a page i am redirecting the user to another page in the meta tag pf my page.
<meta HTTP-EQUIV="REFRESH" content="0; url=/abc/example" />
Now i want to add the current page url as a param ...
0
votes
1answer
64 views
Can we add regular meta tags to the JQuery mobile?
I just want to confirm can we add the normal HTML meta tags to JQuery mobile like,
<meta name="DESCRIPTION" content="description " />
<meta name="KEYWORDS" content="" />
<meta ...
1
vote
0answers
53 views
How to use meta tag keywords as url in magento?
In my magento store need to be implement the meta tag as url in the Side bar.
I have two types of category in my store. Named as X and Y.
I need to get this type of result.
X -> Category X
-x1
...
0
votes
1answer
40 views
PHP method for specific Facebook meta-tags works itself but doesn't on Facebook platform
i needed specific facebook open graph meta-tags for some pages of my website.
My website is based on a PHP "include" structure. In order to make specific tags for each page, I wrote a PHP code that ...
1
vote
1answer
300 views
page opens in IE7 document mode instead of IE9
I know many variations of this question have been asked here but so far no solutions I have tried work for me.
I would like my web app to open in IE9 document mode in IE. When I open the page now, ...

