Skip to main content

All Questions

0 votes
0 answers
38 views

How to Dynamically Populate Meta Tags with Article Data in Nuxt 3 - SSR

I'm working on a Nuxt 3 application where I need to dynamically populate meta tags with the data of an article. Issue: The problem I'm facing is that the meta tags do not get populated with the ...
Ahmad Muraish's user avatar
2 votes
0 answers
192 views

How to use SSR and add titles, meta tags, and json-ld to an Angular 17 project?

After building the projcet with ssr and try to test it on schema.org and google rich results test I get "No Items Found". Here in google rich results test https://search.google.com/test/rich-...
Asmaa Mahmoud'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
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
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
3 votes
1 answer
1k views

Meta tags are updating when serving, but are not updating when building

I have an Angular Universal where I need to update the meta tags dynamically, when serving it locally (npm run dev:ssr) and I view page source it is working as expected and the meta tags are updating. ...
Osama El-Masri's user avatar
0 votes
1 answer
329 views

Scully with Angular not generating html pages with the correct content (also no meta tags)

Summary I have a simple website https://d2runes.io done with Angular v14. My goal is to add SEO and meta tags with Scully v2.1.41. There are no servers/requests - all is done on the FE. Repo: https://...
Martin Antonov's user avatar
0 votes
1 answer
342 views

Is there away to add dynamic social media meta tags to React app without SSR?

I am looking to incorporate social media sharing for my website's URLs, such as blog posts, on platforms like Facebook and Twitter. I have learned that libraries like react-helmet can be used to ...
Lhon Rafaat Mohammed's user avatar
3 votes
3 answers
1k views

Meta Title doesn't appear in view page source but its does in inspect

I was trying to make my meta tags dynamic with installing angular universal. After a lot of issues I had to solve to add angular universal to my project. and now its working perfectly. I run the ...
G-Abdullatif's user avatar
0 votes
1 answer
384 views

Issue with Twitter and LinkedIn meta tags with Cloudfront & Lambda@Edge

I'm using a Lambda@Edge function (triggered on origin request) to change the meta tags for a react site, hosted on S3 with Cloudfront, for rich social sharing. It works perfectly for Facebook, but ...
AndyOS's user avatar
  • 3,606
0 votes
2 answers
613 views

Migrating large React app to nextjs only for social sharing and seo via SSR

I've already developed and deployed ReactJS app with separated front and backend (Laravel). I'm facing issue with sharing pages with dynamic data due to the disability of react to dynamically ...
Muhamed Gomaa's user avatar
1 vote
0 answers
193 views

NuxtJS meta tags are dynamically generated but crawlers pick up the default one

I'm using server side rendered Nuxt2 in universal mode and asyncData function on a page to fetch information for dynamic meta tags. I'm generating tags and putting them to head() Tags are correctly ...
Hvitis's user avatar
  • 545
3 votes
0 answers
3k views

React-Helmet not updating meta and title in SSR application

I have updated this to use react-helmet-async in place of react-helmet. I have a React application that has implemented server side rendering. I am following the steps on this site: Documentation for ...
j-terranova's user avatar
6 votes
0 answers
1k views

How to set dynamic metatags in ReactJS to get nice share links?

The app The application was made using ReactJS, React Router Dom, Styled Components and Redux ducks. The backend we consume is also made by us using Amazon Amplify and GraphQL. The goal We need to ...
André Pereira's user avatar
1 vote
0 answers
977 views

How to update Meta Tags in SSR Nuxt 2 using Composition API?

Title, Description and OG Tags are updated after 1 second. When I check this with Facebook Debugger. It shows that my Page doesn't have OG tags. https://developers.facebook.com/tools/debug But, when I ...
Anirudh's user avatar
  • 3,180

15 30 50 per page