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.

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
0 answers
68 views

How to build metatag with image in React app

I have created site with index.html including image meta tag: <meta property="og:image" content="src/assets/images/gcl.jpg" /> content has relative path from dev environment ...
Yuriy G's user avatar
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
1 answer
413 views

Add meta tags to dynamic page in sveltekit

I have a blog built with Sveltekit an Sanity, the meta tags for the main page works, but when I try to use meta tags in my dynamic pages, they dont show up. I have tried svelte:head and even the ...
dayo's user avatar
  • 106
0 votes
0 answers
172 views

How to add meta tags to <head> section of all pages in GoDaddy website?

I'm trying to add Google meta verification code and Google Tag Manager (GTM) script tags to all pages of a client website. The website is created using GoDaddy Website Builder. I couldn't locate the ...
user avatar
0 votes
0 answers
34 views

Error setting dynamic metadata using NextJS app router

I am having multiple dynamic routes in my nextjs application like /[product] and /u/[user] I am using this code to generate dynamic meta tags for /[product] import React from 'react' import { host } ...
KRISH GOHIL's user avatar
0 votes
0 answers
175 views

Some posts shared to WhatsApp bring a thumbnail image, and others do not

I am working on a website in which some posts shared to WhatsApp bring a thumbnail image, and others do not. They are the same post type, so the code is the same, og:images are all .jpg files that ...
Tim Rowley's user avatar
0 votes
0 answers
131 views

Set Dynamic Meta Tag Values in Vue3

I am using below programming languages for my website. Frontend: Vue3 Backend: Nextjs I have one table which called meta_tags. Structure of meta_tags COL--> id , meta_tag_value, meta_tag_name VALUE-...
Lomas Sharma'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
2 votes
0 answers
192 views

How to use SSR and add titles, meta tags, and json-ld to an Angular 17 project?

After building the projcet with ssr and try to test it on schema.org and google rich results test I get "No Items Found". Here in google rich results test https://search.google.com/test/rich-...
Asmaa Mahmoud's user avatar

15 30 50 per page