SEO concern Google not indexing my website

Hello, I successfully launched my website https://cloven.fr/ with plasmic and hosted it on Vercel.

I then wanted to index it via the google search console but they keep notifying me that there is “page with redirect” and since then, they don’t want to index it.

Where does it come from, I didn’t put anything else, no canonical URL.

They also did not detect a sitemap.

Please help, what should I do ?

Relevant links:

Hey @sendel

When I try to curl the domain, it shows a 308 Permanent Redirect. It seems some misconfiguration in the domain configuration or some entry in the Google Search Console (GSC).

curl -IL cloven.fr

HTTP/1.0 308 Permanent Redirect
Content-Type: text/plain
Location: https://cloven.fr/
Refresh: 0;url=https://cloven.fr/
server: Vercel

HTTP/2 200
accept-ranges: bytes
access-control-allow-origin: *
age: 396277
cache-control: public, max-age=0, must-revalidate
content-disposition: inline
content-type: text/html; charset=utf-8
date: Wed, 30 Apr 2025 21:29:38 GMT
etag: "62375a6da826135d8fcc8b768c9e24cf"
last-modified: Sat, 26 Apr 2025 07:25:00 GMT
server: Vercel
strict-transport-security: max-age=63072000
x-matched-path: /
x-vercel-cache: HIT
x-vercel-id: sin1::mbtgx-1746048578112-6bf63aea5d7a
content-length: 68011

You can try adding complete URL prefix along with the domain such as https://cloven.fr in the GSC or handle the redirect properly in the Vercel domain configurations