Skip to main content

All Questions

Tagged with
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
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
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
2 votes
1 answer
1k views

Viewport meta tag in NextJS 14 app router with "shrink-to-fit=yes" issue

I'm trying to make my NextJS 14 app router application scale down on any device less than 500px width, as I'm making my app responsive down to 500px wide and anything below that I want it to scale ...
Mezo's user avatar
  • 43
0 votes
0 answers
34 views

Error setting dynamic metadata using NextJS app router

I am having multiple dynamic routes in my nextjs application like /[product] and /u/[user] I am using this code to generate dynamic meta tags for /[product] import React from 'react' import { host } ...
KRISH GOHIL's user avatar
0 votes
0 answers
131 views

Set Dynamic Meta Tag Values in Vue3

I am using below programming languages for my website. Frontend: Vue3 Backend: Nextjs I have one table which called meta_tags. Structure of meta_tags COL--> id , meta_tag_value, meta_tag_name VALUE-...
Lomas Sharma's user avatar
0 votes
0 answers
199 views

remove meta tag or replace in next js

I am using the service https://reqbin.com/curl and it says that I have an error because of the capital letter in the tag attribute. The attribute name of [ charSet ] must be in lowercase I tried to ...
Стас Рябцев's user avatar
1 vote
0 answers
338 views

Next.js Dynamic Link Social Media preview Opengraph

I am working on a Next.js project (version 13, pages router (not app)) where I need to implement dynamic previews similar to YouTube or StackOverflow. Specifically, my goal is to generate different ...
jakia.amin's user avatar
0 votes
0 answers
85 views

How to add auto rotation in Next JS

<meta http-equiv="ScreenOrientation" content="autoRotate:disabled"> I want to add this tag in the Next JS metadata, but I don't have a proper way to add it. Please help me. ...
Chandan Sayed's user avatar
-1 votes
2 answers
223 views

NEXT JS site metatags not being scraped

I've built a NEXT JS site and i'm trying to insert metatags that will make my posts on e.g. LinkedIn & FB look nice & customized. Here's the code I've used and inserted into my index.js site: ...
Anja Vojta's user avatar
2 votes
4 answers
3k views

How do i change the meta title in next.js 13?

I created a next 13 project with manny subpages. In next 13 i found the soloutin to do this with folders in the app folder like app/contact/page.tsx I tried it and it worked so i can open the route ...
mitorudev's user avatar
0 votes
1 answer
2k views

How to add meta tag in Next JS metadata

I am trying to add a meta tag in Next JS 13.4, but I cannot. I have read the documentation and googled it but I couldn't find the solution. I am trying to add this HTML meta tag in the Next JS way. &...
Chandan Sayed's user avatar
2 votes
0 answers
657 views

Next js 13 metadata not statically generating

I am trying to use the new metadata api. It shows up in the <head> like so: My app is currently deployed at https://flower-shop-three.vercel.app/ But when actually testing it on https://...
slimi dream's user avatar
0 votes
2 answers
4k views

Next.JS dynamic meta tags

I added some dynamic meta tags for a page in my next.js application. import CoinTossPage from '@/views/CoinTossPage'; import React, { useEffect, useState } from 'react'; import Head from 'next/...
Kavindu Madushanka's user avatar

15 30 50 per page