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

15 30 50 per page
1
2 3 4 5
84