botprzemek
botprzemek
NNuxt
Created by botprzemek on 3/28/2025 in #❓・help
Enabling indexing with X-Robots-Tag
Hello! I have encountered a strange problem - my Nuxt site using nuxtjs/seo is blocking indexing on development/production with X-Robots-Tag header sent when loading the page. Could anyone help? This is a HTTP response in browser
Header Value
connection keep-alive
content-length 22225
content-type text/html;charset=utf-8
date Fri, 28 Mar 2025 16:02:47 GMT
keep-alive timeout=5
vary Accept-Encoding
x-powered-by Nuxt
x-robots-tag noindex
Header Value
connection keep-alive
content-length 22225
content-type text/html;charset=utf-8
date Fri, 28 Mar 2025 16:02:47 GMT
keep-alive timeout=5
vary Accept-Encoding
x-powered-by Nuxt
x-robots-tag noindex
Project: https://github.com/not-byte/nuxt-template For anyone seeking into this problem - thanks a lot!
40 replies
NNuxt
Created by botprzemek on 3/23/2024 in #❓・help
Nuxt3 Multi-tenant app with NGINX reverse proxy and custom domains
Hello, I was wondering if it's possible to make a multi-tenant app using [param] as parent of pages [tenant] -> dashboard.vue -> index.vue on host localhost:3000/tenant/dashboard on location / with tenant.com hostname with proxy pass on localhost:3000/tenant to hide param in URI tenant.com/dashboard It works with static pages addresses but router navigation is breaking when calling navigateTo because of the differences in browser URL and server inner routing.
1 replies