Skip to main content

Questions tagged [meta]

Meta elements are the HTML or XHTML <meta … > element used to provide structured metadata about a Web page. DO NOT USE this tag for questions about Stack Overflow; post these on meta.stackoverflow.com instead.

15 votes
1 answer
8k views

Side effects of removing "width=device-width" from viewport meta tag when "initial-scale=1.0" is also set

While the <meta name="viewport"> tag is unstandardized, it "is respected by most mobile browsers due to de-facto dominance." One downside of it not being a true web standard is detailed ...
romellem's user avatar
  • 6,366
0 votes
2 answers
37 views

Wordpress display posts from multiple value in meta

I have got main product with meta key: addons and meta values in this key: 129456,968945,495435 Each of these three numbers is the key with these meta values. For example: Post 1: meta_key: ...
Tom Harisond's user avatar
0 votes
1 answer
367 views

how to block a meta refresh tag?

I was editing a website via its CRM. I put in a <meta http-equiv="Refresh" content="0; url=https://www.website.com"> in the home body to check if it works. Now I am unable to get rid of this ...
charak's user avatar
  • 187
1 vote
1 answer
60 views

confusion between encoding of a web document and the encoding explicitly used in the document

I know it's a very dumb question but unfortunately couldn't figure it out on my own. I always have a confusion when it comes to encoding and character set topics. I'll explain what I understand from ...
oldMCdonald's user avatar
1 vote
1 answer
4k views

apple-mobile-web-app-status-bar-style on iPhone 11

According to the apple developer guidelines for web apps (found here), there are 3 choices for the status bar in a web app; default, black and black-translucent. Default results in a white status bar ...
SebScoFr's user avatar
  • 901
0 votes
0 answers
338 views

checking if meta tag exists or not before declaring variable with php

i have all the curl and everything retrieving the og properties the problem i have is everything i try to make sure the tag actually exists or not isnt working. I get the image tag like so if($...
Freeman Mix's user avatar
0 votes
1 answer
2k views

WP_Query based on meta data boolean

In my wordpress site I have created a meta box for any page which is using post.php This meta box includes a boolean checkbox where I want to decide whether or not it's going to be included with a ...
TheCavman's user avatar
0 votes
1 answer
981 views

How to enter multiple colors for Google Schema Product?

Some of the products in my shop have multiple colors associated with them. Does Google consider multiple colors in the schema and is this the valid way to do it? <div itemscope itemtype="http:/...
Arpan Jain's user avatar
0 votes
1 answer
571 views

How to display emojis in meta description

I send my sitemap generated by Yoast SEO to Google but somehow, the SEO was sent wrong. Here is an example of what I send: http://prntscr.com/rqmn9l Here is what came out in Google: http://prntscr....
user3713606's user avatar
2 votes
1 answer
2k views

Why my Favicon doesn't appear on Google Search Results

I'm stuck for a while on my Favicon issue. Somehow my Favicon does appear on the address bar but doesn't appear on google search results even all files are in the root folder. Here the code I'm using ...
QuickAD's user avatar
  • 23
0 votes
2 answers
260 views

How to render <meta> tags first in Wicket?

I have a Wicket application that contains a lot of Javascript in the headers. I would like to render my <meta> tags before any <script> tags (I'm trying to add these for getting indexed by ...
Rob Audenaerde's user avatar
3 votes
0 answers
254 views

Do dynamic meta tags matter in an SPA

Obviously meta tags matter in SSR, but once an SPA has fully loaded in the browser, is there any point in dynamically updating the meta tags? Let me clarify that I'm asking about meta tags in a ...
JakeDK's user avatar
  • 1,196
0 votes
1 answer
3k views

Freezing tensorflow model into a .pb file

I am trying to freeze a flow pattern In tenorflow, training from scratch is created after 4 files: model.ckpt-454501.data-00000-of-00001 model.ckpt-454501.index model.ckpt-454501.meta checkpoint I ...
Đức Long Hoàng's user avatar
1 vote
3 answers
6k views

VueJS router meta data

I'm trying to change the title and description, tweeter, fb, ig meta tags for an app in Vue JS (single page app ) I successfully got the title to change from page to page by setting it in the meta ...
Francisco Arias's user avatar
0 votes
1 answer
264 views

Metadata for PHP files

I'm currently working in a project for my client. I'm creating a website and used header.php and footer.php for separate header and footer and included them on all the files. But the issue is that ...
Gaurav Rawat's user avatar

15 30 50 per page
1
3 4
5
6 7
94