3,273 questions
0
votes
1
answer
67
views
How can I add meta tags with custom attributes like itemprop, http-equiv, or data-* in Next.js 15.4.3 (App Router)?
I'm using Next.js 15.4.3 with the App Router and the new Metadata API for SEO.
It correctly renders standard meta tags with attributes like name, property, and content, but I also need to include meta ...
1
vote
0
answers
177
views
How to set meta charset to utf-16 instead of utf-8 in Next.js?
I'm working on a Next.js application (currently using version 15.3.2) and I'm looking to ensure the charset meta tag is correctly set in the HTML head. Typically, in a standard HTML file, I would just ...
1
vote
0
answers
84
views
my web app shows this error: meta tag you specified is not allowed
I am following a web app series on Youtube and faced the following issue. Actually it was working well a few days ago but now the page shows the following error. I am using google app script and ...
0
votes
1
answer
85
views
application-title meta tag not working for PWA
I am trying to use the application-title meta tag that was released recently. It should work on Chrome version 134 and Edge version 134, but it is not working.
https://developer.mozilla.org/en-US/docs/...
0
votes
0
answers
50
views
Viewport "initial-scale=1" meta tag zooms in when added with javascript
I'm working in a legacy codebase where the existing web pages are not built in a mobile-responsive fashion. I am working on slowly migrating these web pages to be responsive, and I have come across a ...
0
votes
1
answer
122
views
Whatsapp Share Preview Issue: Dynamically Generated Meta Tags with Vue.js
I have a Vue.js blog website where I fetch post data from the backend and dynamically generate meta tags (specifically og:image, og:title, etc.) using unhead/vue.
However, I'm facing an issue: ...
0
votes
1
answer
113
views
understanding how sitemap and canonical meta tag combination work
If i have a website that has 2 locales for example www.example.com/en and www.example.com/es, are these considered duplicates therefore canonical meta tag should be used for one of them so that search ...
0
votes
1
answer
59
views
Page Scaling Issue After Rotating Device, Entering Fullscreen, and Exiting Fullscreen on Mobile Browsers
I'm experiencing an issue where the page scale increases slightly after performing the following sequence of actions on a Android mobile device (i am using Chrome):
Access a rottentomatoes.com in ...
-1
votes
1
answer
53
views
How to add a "meta" element to the HTML in a response from a Servlet?
In Jakarta Servlet 6.1, how does one add a meta element to the response from a servlet?
For example, in HTML5 we can specify a character encoding like this:
<meta charset="UTF-8">
...
-1
votes
2
answers
79
views
SAXParseException in Blog Template: 'meta' tag not properly closed (XML Error)
I am not a coder at all, but I need some specific and to the point solution for the error which is outlined below:
"org.xml.sax.SAXParseException; lineNumber: 120; columnNumber: 3; The element ...
0
votes
1
answer
58
views
Problem escaping string inside JSON-LD with Google Tag Manager
To retrieve the description string from the meta tag:
<meta name="description" content="Impara a creare dati strutturati senza l'uso di plugin">
I use the following ...
0
votes
2
answers
224
views
How to display WooCommerce product category description in the head
I want to display de category description in a meta tag but my code does not return the category description but the description of the first product of the store page
<head>
<meta name=&...
0
votes
1
answer
256
views
How to add no-follow code to WooCommerce product attribute archives?
So I have a WooCommerce store on Wordpress. I have product attributes set up, so that items can be classed, e.g. organic, gluten-free, and each of these attributes has a 'yes' and a 'no' page. When ...
0
votes
0
answers
60
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:...
0
votes
1
answer
10
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 ...
0
votes
0
answers
246
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....
0
votes
0
answers
156
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 =...
0
votes
0
answers
90
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 ...
0
votes
1
answer
35
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 ...
2
votes
1
answer
771
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 ...
-1
votes
1
answer
885
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 ...
1
vote
0
answers
330
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
`...
0
votes
0
answers
97
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 ...
1
vote
1
answer
82
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 '...
4
votes
0
answers
2k
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"...