Issues with meta fields not detected by seo tool, but working on my other dev server

Username (e.g. epiz_XXX) or Website URL

epiz_29975468

Hello, i’am having issues with this :

Giving me redirection errors (like http not redirecting to https etc) while i did correctly the htaccess.
Same for meta fields like charset, or , that seo tool doesn’t seem to be able to see.

The problem is, these are all correctly set as the files on this server are the same as on my dev server which have these results :

Thanks alot for your help !

I noticed that after the or, the html balise got removed, so i wrote the title balise to set title on website.
thanks

This SEO scanner seems to be blocked by this security system:

The information shown there does not tell you anything about your site.

3 Likes

Thanks for your answer, I used Cloudflare NS instead of infinity and it worked.
Tho, iam now having a little issue about redirection :
https://neuropsychologue-maquin.fr/robots.txt is redirecting to https://www.neuropsychologue-maquin.frrobots.txt
Without the slash, I saw in my htaccess i made a mistake and fixed it, but after clearing cloudflare and browser cache,it still don’t redirect correctly.
Could it be server cache ? If so, what is the refresh time of it?
thanks alot for your time !

here my actual htaccess

RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{QUERY_STRING} ^(.)i=[^&]+(.)$ [NC]
RewriteRule ^(.*)$ /$1?%1%2 [R=301,L]

RewriteEngine On
RewriteCond %{HTTP_HOST} ^neuropsychologue-maquin.fr
RewriteRule (.*) https://www.neuropsychologue-maquin.fr/$1 [R=301,L]

nevermind, seems like it has been cleared, still thanks alot

1 Like

Not a problem. Remember to clear your cache after making changes, and note that nameservers changes can take 72 hours to begin working.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.