Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
67 views

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 ...
Dhyeeey's user avatar
  • 20
1 vote
0 answers
177 views

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 ...
masadamsahid's user avatar
1 vote
0 answers
84 views

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 ...
sharifa bahar's user avatar
0 votes
1 answer
85 views

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/...
Jahid Pathan's user avatar
0 votes
0 answers
50 views

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 ...
Thane's user avatar
  • 382
0 votes
1 answer
122 views

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: ...
omar ba44's user avatar
0 votes
1 answer
113 views

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 ...
Morgana Freeman's user avatar
0 votes
1 answer
59 views

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 ...
thangnd's user avatar
  • 101
-1 votes
1 answer
53 views

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"> ...
Basil Bourque's user avatar
-1 votes
2 answers
79 views

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 ...
Muhammad Aquilur Rahman's user avatar
0 votes
1 answer
58 views

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 ...
Andrea's user avatar
  • 185
0 votes
2 answers
224 views

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=&...
Eduardo Relax's user avatar
0 votes
1 answer
256 views

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 ...
Gwame's user avatar
  • 23
0 votes
0 answers
60 views

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

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
246 views

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
156 views

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
  • 59
0 votes
0 answers
90 views

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
35 views

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
2 votes
1 answer
771 views

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
-1 votes
1 answer
885 views

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
1 vote
0 answers
330 views

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
0 votes
0 answers
97 views

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
1 vote
1 answer
82 views

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
  • 344
4 votes
0 answers
2k views

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
2 3 4 5
66