Skip to main content

All Questions

Tagged with
0 votes
1 answer
868 views

Referencing hashed files in Vue's public/index.html mount

I'm trying to add OGP meta tags to my relatively simple Vue.js application. I'm 'hosting' it on GitHub pages, thus it can't be server side rendered, the index.html page served is always static. I want ...
Xevion's user avatar
  • 664
1 vote
1 answer
2k views

html add meta tag to header after page loaded

I want to dynamically add a meta tag to my html header after the page is loaded. I found some solutions to add a meta tag, but the all only work while the page is loading. After the page is loaded ...
Alex's user avatar
  • 31
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
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
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
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
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
0 votes
0 answers
1k views

How to share same image on messenger and facebook via meta tags Angular?

I am dealing with problem of sharing same image on messenger and facebook in Angular PWA app. Whole thing is done using tags in html. The problem is in size of image, the photo is in recommended size ...
szachMati's user avatar
  • 196
0 votes
1 answer
871 views

Edit Meta Data of Image Python [closed]

I am taking a picture with opencv, and all of the image properties of the pictures it takes are not set. I need to set the camera make, model, and focal length. I am using python 2.7. I have looked at ...
figbar's user avatar
  • 764
0 votes
1 answer
519 views

Meta tag 'there is no attribute “class” ' and 'there is no attribute “property” 'and other attribute error

I tried to validate my website and I get the following error : there is no attribute "class" <aside class="left-off-canvas-menu"> element "aside" undefined <aside class="left-off-...
Mujahid Bhoraniya's user avatar
3 votes
2 answers
8k views

Dynamic CSP (Content Security Policy) connect-src in Angular

I defined the CSP within meta tags in my Angulars project index.html file <meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' ...
MoxxiManagarm's user avatar
0 votes
1 answer
173 views

How to get meta properties of a website and store the values to variables?

I am trying to get a website meta properties such as price, availability, etc and store them to database. I got the values by array but can't extract it. What I want to do is, Extract the data from ...
MUHSIN MOHAMED PC's user avatar
1 vote
1 answer
1k views

driver.page_source returns only meta name="ROBOTS" content="NOINDEX, NOFOLLOW" using Selenium

I want to scrape one website, to get the page content with this code: from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities driver = webdriver....
user avatar
2 votes
1 answer
1k views

How to add meta description in hybris?

screen shotI can see the place where I can add meta title but unable to see any meta description column.
Janak Chapaneri's user avatar
0 votes
0 answers
103 views

Do old browsers recognizes HTML5 charset format?

I read lots of information on the web, and couldn't find the answer of this quistion. If I use <meta charset="utf-8"/> will the coding be applied correctly in browsers that don't support HTML5?...
Henrique Barcelos's user avatar

15 30 50 per page
1
2 3 4 5
8