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.

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