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
1 answer
26 views

Metatags for shopify

I'm currently working on a project where I need to fetch and display metaobjects from a specific folder in Shopify using Liquid. The folder is named "Johnson Controls" under the "...
Prince Q. Togonon's user avatar
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
33 views

LinkedIn not displaying correct meta title and meta description for ASP.NET website

I have an ASP.NET website with separate meta title and meta description tags. These tags display the correct title and description on all websites except LinkedIn. Despite following the Open Graph ...
P Narasimha's user avatar
0 votes
0 answers
30 views

Facebook Sharing Debugger reports HTTP error for Open Graph meta tags

I'm encountering an issue with Facebook's Sharing Debugger tool (https://developers.facebook.com/tools/debug/) when trying to debug URLs from my website. The debugger consistently reports an error ...
Abubakr Shomirsaidov's user avatar
-1 votes
0 answers
41 views

How do embed previewers fetch Facebook URL without having the IP banned?

I get that Facebook is extremely anti-scraping. But for sites that only want to get the metadata of the URLs, (e.g. for embed previewers), how do they avoid having the IP banned? Is there a way to ...
Ooker's user avatar
  • 2,625
0 votes
1 answer
9 views

Share info not retrieved from current page OG tags

We are trying to share job ads on LinkedIn but it only gets title and image from our start page. When we share the same ad on Facebook it looks as expected. I have also checked that our URL is not ...
Josef Henryson's user avatar
0 votes
0 answers
38 views

How to Dynamically Populate Meta Tags with Article Data in Nuxt 3 - SSR

I'm working on a Nuxt 3 application where I need to dynamically populate meta tags with the data of an article. Issue: The problem I'm facing is that the meta tags do not get populated with the ...
Ahmad Muraish's user avatar
0 votes
0 answers
34 views

Updating meta for content security policy dynamic but still getting content security policy issue in Angular app

In my Ionic-Angular project, meta tag is getting added from app.component file. Suppost host url of my application is https://example.com import { Meta } from '@angular/platform-browser'; this.meta....
Pravesh Singh's user avatar
0 votes
0 answers
34 views

Troubles sharing a link to our web app on LinkedIn

We developed a web app using React for the front end and Ruby on Rails for the back end. Having the need to share the pages (those of videos and activities) on social media: Whatsapp, Facebook, X but ...
Iwan B.'s user avatar
  • 4,108
-2 votes
1 answer
64 views

Facebook sharing with a twist

I would like to know, if there is such possibility as to point to a specific URL for FB sharing with its specific og metatags values when I click the share button (I am using ShareThis), BUT the ...
fafa's user avatar
  • 107
0 votes
0 answers
28 views

Twitter meta tags don't work in next.js <Head> component

I have different meta tags in my React page: import Head from 'next/head' export function MyComponent(): JSX.Element { const title = getTitle() const description = getDescription() const image =...
Othan27's user avatar
  • 51
0 votes
1 answer
111 views

React Helmet Async - CSR

Lately we have had issues with meta tags in google indexing. They were working before but don't seem to be any more. Does anyone have an explanation on why this is the case? Thank you in advance. We ...
Luke Price's user avatar
0 votes
0 answers
63 views

React seo optimisation

Why is the meta tag description not displaying in my React component using react-helmet? I have ensured that react-helmet is correctly installed and imported, but the meta tags are not visible in the ...
Chandru Logan's user avatar
0 votes
1 answer
45 views

How to delay rendering of Open Graph meta tags until API call completes in Vue.js?

I'm working on a Vue.js application where I need to dynamically set Open Graph (OG) meta tags based on data fetched from an API. The OG tags are necessary for social media sharing (e.g., Facebook, ...
Husnain's user avatar
0 votes
1 answer
69 views

how can i add genre meta tag in Next JS 13

i want add genre meta in my project but when I use other in metas for creat this my export html I get bellow tag meta name="genre" content="Commodity prices"/> but its wrong I ...
Alireza Bagheri's user avatar
0 votes
1 answer
19 views

custom_labels for Google scraper

I need to implement custom_label_0 to custom_label_5 on my website to let Google scrape it and show in the Google Merchant center. Currently I have it in place on the website for Meta -Facebook in ...
E. Barly'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
1 answer
64 views

How to add <meta name="google" content="notranslate"> with Next 14 App Router

With page router can be done using Head component, as per documentation: https://nextjs.org/learn-pages-router/seo/crawling-and-indexing/metatags But now seems not possible, and I can´t find nothing ...
Antonio Colella'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
0 votes
1 answer
93 views

Preview from Open Graph is not appearing in Telegram for main page

I'm encountering an issue where the preview from Open Graph is not appearing in Telegram for the main page of my website, but it appears for any other page. For example: https://andrei-psyhelp.ru/ - ...
voldr's user avatar
  • 282
-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
2 answers
31 views

How get the value of a 'charset' meta element with Xpath?

With Selenium webdriver, I'm trying to parse a charset meta element from a page. <meta charset="UTF-8"> This is what I have so far from selenium.webdriver.common.by import By xpath='...
LeMoussel's user avatar
  • 5,646
1 vote
0 answers
153 views

Implemented SSR in Angular 17 to dynamically update Meta tags & have a URL (http://example.com/home/add-job?id=4) with Query Params

When navigating to above mentioned url, the meta tags are not updating. If I navigate to URL Without Query Params (http://example.com/home/add-job) the meta tags gets updated. Meta tags in index.html `...
saajan-pixel's user avatar
1 vote
0 answers
70 views

How do we add Content-Security-Policy on a coldfusion excel download page?

We have an excel export that worked a while back, but is not returning this error in the console when we try to access it via a button: Mixed Content: The site at 'xxxxx' was loaded over a secure ...
Nicholas's user avatar
  • 2,042
0 votes
0 answers
50 views

Meta tag return error in next js 14.1.3 app router

I'm using Next.js 14 with the app router, and I've written the above code to use meta tags. It seems like you're encountering a 418 error code while using the Facebook meta tag debugging page. working ...
childReact's user avatar
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
0 votes
1 answer
158 views

Flutter Meta SEO: Open Graph Tags are Failing

I have successfully implemented Flutter meta_seo in my web app, and I can see the og tags using HTML Inspect, BUT not on View page source. The problem is that when I use og tags preview tools like ...
Samuel Waithaka's user avatar
0 votes
1 answer
49 views

Custom Product page meta resolver not getting called

I am trying to add Meta Description to my PDP page in Spartacus 6.5. I'm adding my resolver extended from ProductPageMetaResolver into providers in my custom product.module. However, my method '...
Yogesh's user avatar
  • 276
1 vote
0 answers
34 views

Multiple og meta tags on single page

I have a single page on my site suppose example.com/content . That page have a tab contents like tab1 and tab2. When user visit example.com/content#tab1 the tab1 will be active and the tab2 content ...
Khalid Saiffullah'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
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
0 votes
0 answers
105 views

How to add icon and meta description on site so that it is visible when someone search on google in React JS

I am using react js for website creation Problem: I am not getting website icon and meta description while search on google. but I am getting icon with title at the top when open website Here is my ...
It's Ritik Dude's user avatar
0 votes
1 answer
71 views

How to include meta keywords on dynamically created page in WordPress?

Using a single service page, I have created 50 location based service page dynamically. I dont know how to add meta keywords for each location based pages dynamically. I used arrays to display the ...
Karthy's user avatar
  • 1
0 votes
0 answers
26 views

Drupal Schema.org Metatag

I have a problem displaying the json object, there are null attributes. When I add the name attribute for the first time it is displayed correctly but when I add a second telephone attribute for ...
Raouf Belanes's user avatar
0 votes
0 answers
45 views

LinkedIn Not Displaying Open Graph Description

I have properly configured all the HTML Open Graph meta tags for sharing my webpage on LinkedIn, but the og:description of my page is not being displayed when shared. Here is the link to my webpage. ...
user3013561's user avatar
0 votes
1 answer
178 views

Is there a way to add meta tag like open graph on my API?

I have a mobile app that has share functionality. I want the link that will shared from my app will has some preview like the name of my app and a picture of it not just plain link. I have learn about ...
Maulkariem's user avatar

15 30 50 per page
1
2 3 4 5
50