Skip to main content

Questions tagged [meta-tags]

The HTML meta element provides a means to add various kinds of metadata to an HTML document.

meta-tags
0 votes
2 answers
140 views

Inject HTML metadata into a URL loaded in Cypress

I want to write Cypress tests for a website that is being loaded as an iFrame in a parent environment. The parent environment injects metatags when loading the site, and I need to replicate this ...
bildungsroman's user avatar
0 votes
0 answers
47 views

Django-Meta Package for other Languages

I have two questions about Meta package (for meta tags in templates) of Django and those are : 1.Does this package can support other languages like Persian? 2.If it can support, I just need to change ...
Mehdi's user avatar
  • 176
3 votes
0 answers
129 views

Error: Invalid OpenGraph type: product in NextJs 13

i have a problem in NextJs 13 when add product in meta's head I get this error Error: Invalid OpenGraph type: product NextJS version : 13.4.10 my value in API is : { title: 'test', openGraph: {...
Alireza Bagheri's user avatar
0 votes
1 answer
143 views

How to Dynamically Change Header Meta Tags for Link Previews using React.js, Node.js on Microsoft Azure

We need to dynamically change meta tags for some pages on our React.js Node.js app so that link previews show correctly. We have an app hosted on Microsoft Azure Static Web App for the front end and ...
Chris's user avatar
  • 483
1 vote
0 answers
338 views

Next.js Dynamic Link Social Media preview Opengraph

I am working on a Next.js project (version 13, pages router (not app)) where I need to implement dynamic previews similar to YouTube or StackOverflow. Specifically, my goal is to generate different ...
jakia.amin's user avatar
0 votes
1 answer
459 views

HTML meta viewport initial scale is no more working?

For a website (angular) that will only be used on desktop, I would like to set the page to load with a default scaling of 90%. I've searched Google, but none of the examples worked, even though I ...
KoreLewi's user avatar
  • 437
0 votes
0 answers
172 views

iMessage User Agent firing crawler twice

I've been building an express server to filter our crawlers from normal users to display very specific meta information. I've got a very large crawler list (JSON) that I use pattern matching on to ...
Felix's user avatar
  • 13
0 votes
0 answers
31 views

OG image height and width are not applied to image, even though they appear in html

I have defined OG metadata, including images, for my Rails 7 website. I'm using the meta-tags gem to set the metadata. When I use the Facebook debugger tool (https://developers.facebook.com/tools/...
Rebecca's user avatar
  • 128
0 votes
0 answers
183 views

Using meta tags in nuxt 3 for social share

This is my facebook share button component. The meta tags and script are visible in the html but for fb share the title, description, image still not appearing. I read it might be a problem that they ...
Bree Gi's user avatar
  • 21
-2 votes
1 answer
223 views

trying to add CSP header but it modifies the display of the website

I'm trying to add CSP header, but it changes how my website is displayed. This is the code for the first two pictures: <head> <meta charset="UTF-8"> <meta name="...
user avatar
0 votes
1 answer
35 views

Is it possible to use variable in meta tag?

I am new at web dev. I am using Django, and I just wonder is it possible to use variable in meta description tag, Just like this: <meta name="description" content="{{blog_detail....
bedirhandd's user avatar
0 votes
0 answers
85 views

How to add auto rotation in Next JS

<meta http-equiv="ScreenOrientation" content="autoRotate:disabled"> I want to add this tag in the Next JS metadata, but I don't have a proper way to add it. Please help me. ...
Chandan Sayed's user avatar
-1 votes
2 answers
223 views

NEXT JS site metatags not being scraped

I've built a NEXT JS site and i'm trying to insert metatags that will make my posts on e.g. LinkedIn & FB look nice & customized. Here's the code I've used and inserted into my index.js site: ...
Anja Vojta's user avatar
0 votes
0 answers
476 views

Is it possible to have a meta tag for theme-color with content being a CSS variable?

I've got a WordPress child theme that I'd like to adjust the theme-color meta tag for, but I'd like to be able to change it via the GUI in future rather than jumping back into functions.php (and I don'...
user1395909's user avatar
0 votes
1 answer
960 views

How to solve dynamic meta tags in Angular ssr?

I have an angular application with server side rendering. I am loading the meta tags content dynamicaly from backend. However in the html i see the meta tags with the proper content, the facebook ...
ClayMoreeee's user avatar

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