7,865 questions
-4
votes
0
answers
37
views
Javascript and three.js gallery, SEO issue [closed]
On my homepage https://www.carstenmell.com in the gallery "illustration" I used to have the images as img src jpgs and the text in a div and set both to invisible in css from the start (...
Best practices
2
votes
3
replies
71
views
Does "use client" affects SEO in next js? (in this case?)
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 ...
Best practices
0
votes
0
replies
22
views
Next.js Dynamic Routing Not Updating on Slug Change
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 ...
2
votes
0
answers
122
views
What's the proper way to handle canonical URLs in Next.js for multi-region international sites?
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/...
0
votes
1
answer
81
views
"crawled - currently not indexed" Error when using Blazor client-side
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 ...
1
vote
1
answer
85
views
robots.txt doesn't work, only url/robots does work
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....
0
votes
0
answers
49
views
Nuxt seo prerendering
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 ...
1
vote
2
answers
539
views
Next.js 16 Beta: Metadata tags showing up in body instead of head (breaking SEO)
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 ...
0
votes
1
answer
97
views
Nuxt 4 + nuxt-seo: `defineOgImageComponent` throws "client-only context" error
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 ...
0
votes
1
answer
84
views
How can I add meta tags with custom attributes like itemprop, http-equiv, or data-* in Next.js 15.4.3 (App Router)?
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 ...
0
votes
0
answers
39
views
Reduce High INP score
i am using next.js 14 page router
i have a button on Navbar, on click of that button i use startTransition to change a boolean state and based on that state AntD modal is made vissible or hidden
on ...
0
votes
0
answers
44
views
Delaying render of webcomponent content
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: "...
1
vote
2
answers
79
views
How do I implement pagination support in laravel-seo-sitemap?
I'm using the laravel-seo-sitemap package to generate sitemap XML files in a Laravel 10 application.
I have a paginated blog route like this:
Route::prefix('/blog')->group(function () {
Route::...
0
votes
0
answers
94
views
Why isnt the preview image working on whatsapp?
I am trying to handle ogImage with nuxt. I am using useSeoMeta composable
const pageTitle = t("myCertificates");
const pageDescription = t("appDescription");
useSeoMeta({
title: ...
0
votes
0
answers
54
views
Opencart how can i remove query in seo link
<?php
namespace Opencart\Catalog\Controller\Startup;
/**
* Class SeoUrl
*
* @package Opencart\Catalog\Controller\Startup
*/
class SeoUrl extends \Opencart\System\Engine\Controller {
/**
...