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.

1 vote
0 answers
1k views

Unable to display forest plot for met-analysis in R

I'm not sure why, but I keep getting the error when attempting to generate a forest plot: Error in forest.default(sgame) : Must specify either 'vi', 'sei', or ('ci.lb', 'ci.ub') pairs. I looked online ...
Kevin Chorath's user avatar
0 votes
0 answers
392 views

How to get past a circular meta refresh with Requests?

I'm trying to web scrape using Requests. My code so far is the usual: import requests html = requests.get('https://www.sampleurl.com').text This gives: <!DOCTYPE HTML PUBLIC "-//...
chickychocks's user avatar
-1 votes
1 answer
218 views

How can I change the page's resources URL?

I know that there's a meta tag to change the page's resources' incompleted URLs. For example: If I were to load a JS file using a <script> tag to get the file main.js, then the page would auto-...
Adel Sbeh's user avatar
2 votes
0 answers
685 views

I am unable to share meta tags to Facebook by using Angular 7

I am implementing share to Facebook functionality using Angular 7. The shared URL is not picking the image and title from meta tags and therefore not displaying it on the shared Facebook post. The ...
Huzaifa Abdul Haleem's user avatar
0 votes
1 answer
2k views

Xamarin Forms, Metadata Error - app used to Build just fine

My first question on the site. I just came back to my project after 2 days, and have tried out flutter. My app used to run fine on android, now it gives me a metadata error Severity Code ...
Snowman94's user avatar
1 vote
2 answers
2k views

Nuxt meta-tags not scraped by Facebook Debugger

I'm using Nuxt (Universal), connected to Wordpress with Apollo and Graphql. I'm fetching my content with: async asyncData({ app, params, store, route, redirect }) { await store.dispatch("...
Guilherme Branco's user avatar
0 votes
0 answers
167 views

django admin attribute to override error_message in modelForm Meta for Regex, and variables in error_message strings

I've got some validators defined on my ModelForm in Django Admin: class AddressesAdminForm(forms.ModelForm): def __init__(self, *args, **kwargs): super(AddressesAdminForm, self).__init__(*...
arc's user avatar
  • 37
-2 votes
2 answers
478 views

iPhone Mobile Safari meta viewport

when opening a website in iPhone Mobile Safari The full screen does not appear. I tried this, but the problem still exists. <meta name="viewport" content="width=device-width; initial-scale=1.0; ...
3bdo Ahmed's user avatar
3 votes
1 answer
4k views

Get product category and tag terms as meta keyword in WooCommerce

I have been using below code for using Tags & categories as META Keywords for my wordpress posts. function wcs_add_meta_keywords() { global $post; if ( is_single() ) { $cats = ...
kandav's user avatar
  • 85
1 vote
1 answer
54 views

how can i add category meta under the post date?

my link is madbabe.co inside the grid only has title and date , I want category under the date. i have found the code for the date, don't know how to add more code to display category. // ...
fed ff's user avatar
  • 11
24 votes
2 answers
27k views

What is the use of the "msapplication-TileImage" meta tag?

I have come across the following code: <meta name="msapplication-TileColor" content="#113228"> <meta name="msapplication-TileImage" content="icon-tile.png"> Could someone please explain ...
yankolo's user avatar
  • 521
1 vote
0 answers
110 views

Meta Images Being Dynamically Pulled from MySQL Issue

I'm trying to pull an image (stored in a BLOB) from my MySQL database and set it to the meta image tag for OG and Twitter. echo '<meta property="og:type" content="article" />'; echo '<meta ...
Sully's user avatar
  • 21
0 votes
0 answers
500 views

og meta tags are not loading while sharing the url on somewhere

I am new to reactjs. I want to build the dynamic meta tags for the growth of SEO. I am writing the meta tags in my main page of the project but while sharing those tags are not loading.On inspecting I ...
sahithi naik's user avatar
-1 votes
2 answers
221 views

Wrong container size in mobile

I have problems using the meta tag width="device-width" because the page loads zoomed in on mobiles. After checking with the inspector I realized the site container has the "wrong" size on mobiles: ...
jpch's user avatar
  • 1
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

15 30 50 per page
1 2 3
4
5
93