Skip to main content

All Questions

Tagged with
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
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
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
101 views

Is it possible to change meta tags dynamically while page is loading

Here is the case. In my React(SPA) application I have only one page that needs to be shared. And when it is shared I need to add the following meta tags to the head element: <head> <meta ...
user avatar
0 votes
0 answers
68 views

How to build metatag with image in React app

I have created site with index.html including image meta tag: <meta property="og:image" content="src/assets/images/gcl.jpg" /> content has relative path from dev environment ...
Yuriy G's user avatar
0 votes
0 answers
198 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
0 votes
0 answers
105 views

How to add icon and meta description on site so that it is visible when someone search on google in React JS

I am using react js for website creation Problem: I am not getting website icon and meta description while search on google. but I am getting icon with title at the top when open website Here is my ...
It's Ritik Dude's user avatar
0 votes
1 answer
281 views

How to set dynamic meta tag in react js?

I am making a website in which I am trying to set meta tag dynamically from the backend I am using Laravel as a backend and react JS as a frontend but it doesn't work i already tried Helmet but it won'...
Hetvi Gohil's user avatar
3 votes
0 answers
129 views

Error: Invalid OpenGraph type: product in NextJs 13

i have a problem in NextJs 13 when add product in meta's head I get this error Error: Invalid OpenGraph type: product NextJS version : 13.4.10 my value in API is : { title: 'test', openGraph: {...
Alireza Bagheri's user avatar
0 votes
1 answer
143 views

How to Dynamically Change Header Meta Tags for Link Previews using React.js, Node.js on Microsoft Azure

We need to dynamically change meta tags for some pages on our React.js Node.js app so that link previews show correctly. We have an app hosted on Microsoft Azure Static Web App for the front end and ...
Chris's user avatar
  • 483
0 votes
0 answers
26 views

Get and display site description from json on a react website

How do I get the description value from json here to display as the site description? I have been able to access the site title and favicon but can't figure out how to access and display the site ...
Madeirense's user avatar
0 votes
0 answers
54 views

How to add meta tag in react website view on page source?

I am Using React Helmet NPM Package Plugin But My Website Meta Tag not Show on index.html in public folder enter image description here I am reading and watched out many blogs and Videos but not ...
TOFIQUE KHAN'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
1 vote
1 answer
610 views

How to dynamically update meta tags in Remix.run?

I just started to play with Remix.run and got stuck while trying to update the meta title : import { useState, useEffect } from "react"; export const meta = () => { return [ { ...
Adnan Zareef's user avatar
0 votes
2 answers
172 views

How can I use two separate frameworks like React and Nextjs to build a website?

I have a react app hosted on DigitalOcean but would like to change meta tags in the HTML file before it's sent to the client. I'm trying to have link previews with specific images, descriptions, etc., ...
YadaYada18's user avatar

15 30 50 per page
1
2 3 4 5
8