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

15 30 50 per page
1
2 3 4 5
167