Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
61 views

I’m working on a React-based website where most pages are rendered dynamically. The issue I’m facing is that meta tags like title and description are not being properly indexed by Google for ...
ItsSprydrax's user avatar
Best practices
1 vote
3 replies
74 views

I have a React application built as a client-side SPA. For SEO, I am using react-helmet to set page titles, meta descriptions, and Open Graph tags per route. The problem is that organic traffic from ...
K-Maro's user avatar
  • 1
Advice
0 votes
3 replies
156 views

I’m building a learning platform using React and facing slow initial load times due to large content and components. What are the best ways to optimize performance (lazy loading, code splitting, etc.)?...
skillvalix's user avatar
0 votes
1 answer
53 views

I am working on maintaining a website I did not create and trying to figure out some issues. With regards to SEO, the website uses svelte-seo to provide the same SEO to all pages, and we are now ...
KenMatsuo's user avatar
0 votes
1 answer
175 views

I have a problem with the site icon next.js 15. In order to change the site icon, I need to put the brand .ico file named favicon.ico in the app folder under the src directory. I did this. Also, in ...
kotroid's user avatar
  • 13
Best practices
2 votes
3 replies
122 views

I need to wrap the layout in a client component because I want to define pathname without passing the current pathname in headers Therefore I need to know doest it affects SEO? I also put the wrapped ...
SaliNa's user avatar
  • 1
Best practices
0 votes
0 replies
27 views

I had the same issue while building a movie archive platform (example: https://filmania.net/film/jolene-turkce-izle). The component wasn’t re-rendering when the slug changed, which caused SEO metadata ...
alimirzayef's user avatar
2 votes
0 answers
160 views

I'm building an e-commerce site with Next.js 14 that supports multiple regions and languages, and I'm struggling with canonical URL implementation. Here's my situation: We have URLs like /en/us/...
Mina Golzari Dalir's user avatar
0 votes
1 answer
98 views

I have an ASP.NET Core Razor Pages website where most pages are purely server-rendered, and they’re all indexed by Google just fine. However, I have three pages that contain Blazor WebAssembly ...
Abdulrhman Alrifai's user avatar
1 vote
1 answer
125 views

In my Next.js app, I'm trying to generate the robots.txt file dynamically. However, when I access http://localhost:3000/robots.txt, it redirects to the "Not Found" page. If I change the next....
Lalinda's user avatar
  • 23
0 votes
0 answers
59 views

I need help with this, I need SEO for 3 pages index, Faq and Blog when I run npx nuxt generate and see the index.html in .output/public I only see this in the viewsource I don't see the html like the ...
AIAM2601's user avatar
1 vote
3 answers
1k views

I've been pulling my hair out over this for hours. My metadata is rendering inside the <body> tag instead of the <head> on the server-side HTML, which is completely breaking SEO. The weird ...
Kareem A's user avatar
0 votes
1 answer
174 views

I’m trying to use nuxt-og-image via defineOgImageComponent() on my homepage. Even with SSR enabled and calling it at the top level of the page’s <script setup lang="ts">, I get: 500 ...
BATMAN_2008's user avatar
  • 3,662
0 votes
0 answers
113 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
  • 21
0 votes
0 answers
53 views

I have a website that uses webcomponents to add some extra interactivity. In this case a carousel created in Svelte <svelte:options customElement={{ tag: "carousel", shadow: "...
munHunger's user avatar
  • 3,241

15 30 50 per page
1
2 3 4 5
524