Skip to main content
-4 votes
0 answers
37 views

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 (...
Cmell74's user avatar
Best practices
2 votes
3 replies
71 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
22 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
122 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
81 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
85 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
49 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
2 answers
539 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
97 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,642
0 votes
1 answer
84 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
  • 20
0 votes
0 answers
39 views

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 ...
GAURAV RAJ SINGH's user avatar
0 votes
0 answers
44 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,115
1 vote
2 answers
79 views

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::...
Hendrik van Oederloo's user avatar
0 votes
0 answers
94 views

I am trying to handle ogImage with nuxt. I am using useSeoMeta composable const pageTitle = t("myCertificates"); const pageDescription = t("appDescription"); useSeoMeta({ title: ...
Adham Saleh's user avatar
0 votes
0 answers
54 views

<?php namespace Opencart\Catalog\Controller\Startup; /** * Class SeoUrl * * @package Opencart\Catalog\Controller\Startup */ class SeoUrl extends \Opencart\System\Engine\Controller { /** ...
mehmetmutlu16's user avatar

15 30 50 per page
1
2 3 4 5
525