Skip to main content

All Questions

Tagged with
0 votes
0 answers
35 views

Image not shown on preview while sharing link on whatsapp

I am facing an issue while sharing my link on whatsapp it didn't preview image in thumbnail. <meta property="og:type" content="Product Detail" /> <meta property="og:...
Sohaib Ahmad's user avatar
0 votes
0 answers
44 views

Why png Base64 image not working on meta og:image?

I tried to set an open graph image by data:image/png;base64, but it not working. Why ? Here's my approach: <meta content="data:image/png;base64, ...
Blog Butter's user avatar
0 votes
0 answers
30 views

Website metadata: not detected when Vue is used

I have a Vue project that consists of a single page all of which content comes from the public/index.html file. In particular, its metadata tags. However those tags are not parsed by social media (...
parsecer's user avatar
  • 5,000
-1 votes
1 answer
161 views

Google Search not reading OpenGraph Meta Tags

Google Search seems to be displaying wrongfully my website's OpenGraph Meta Tags. I'm using Next.js (Pages) + Next-SEO (as using <Head> will pretty much repeat OpenGraph Tags from _app on ...
Juan's user avatar
  • 11
0 votes
0 answers
23 views

Website build with nextjs is not loading preview

I am running a website build with next.js using command npm run build. And that build folder is being served by a simple app.js file and run by command node app.js as my server only supports nodejs ...
RachitGod's user avatar
2 votes
0 answers
451 views

What is "next-size-adjust" in meta tag?

Hello I work in an app with next js and I see next-size-adjust in meta tag. I would like to know what is this. This is my source code (head): <head> <meta name="next-size-adjust"...
Thomas Da Silva's user avatar
1 vote
0 answers
29 views

HTML Website opengraph image preview not working

hope you're all having a wonderful day. <meta content="Home · Saving Urmia Lake" property="og:title" /> <meta content="Dedicated to Saving Urmia Lake" property=&...
Sahand Soleimani's user avatar
0 votes
0 answers
101 views

Is it possible to change meta tags dynamically while page is loading

Here is the case. In my React(SPA) application I have only one page that needs to be shared. And when it is shared I need to add the following meta tags to the head element: <head> <meta ...
user avatar
2 votes
1 answer
1k views

Viewport meta tag in NextJS 14 app router with "shrink-to-fit=yes" issue

I'm trying to make my NextJS 14 app router application scale down on any device less than 500px width, as I'm making my app responsive down to 500px wide and anything below that I want it to scale ...
Mezo's user avatar
  • 43
0 votes
0 answers
123 views

Meta tag not working to change address bar color's of safari desktop in dark mode

I want to change the color of my site's top bar address on Safari desktop. I firstly try to use CSS, but I quickly find the HTML meta tag "theme-color" with the media query "(prefers-...
Oscar 's user avatar
  • 46
0 votes
1 answer
48 views

How to add paypal subscription button to my chrome extension?

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <...
3 Popcorns's user avatar
0 votes
0 answers
29 views

JS Meta tags placement for social share?

I trying to make single-file static github page for my own with different content by url parameters. And I tried do different meta tags from this params, but any websites (excluding toolsaday open-...
Демер Нкардаз's user avatar
0 votes
0 answers
11 views

Facebook Share OG tags not recognized

I am trying to setup the following page for sharing to Facebook: https://infinitec.caxy.com/user-badge/65aef1eb3795a13d9ee8f26b I have tags for the following: <meta property='og:url' content='...
wynx's user avatar
  • 303
0 votes
0 answers
199 views

remove meta tag or replace in next js

I am using the service https://reqbin.com/curl and it says that I have an error because of the capital letter in the tag attribute. The attribute name of [ charSet ] must be in lowercase I tried to ...
Стас Рябцев's user avatar
0 votes
0 answers
41 views

How can I use 3 letter hreflang?

I can't seem to find any information on this online I have a few use cases for supporting some ISO 639-2/3 (3 letter) language codes in pages (less well known language variants) According to all the ...
user16861522's user avatar

15 30 50 per page
1
2 3 4 5
59