Roiarthur
Active member
I would like to know how comes I have this SEO problem with so many pages with redirection pointing to the same subject under two different urls
My Sitemap
The Real Canonical url which is in my sitemap that is index by Google:
Page with redirection in Google Search Console (Unindexed pages cannot be served on Google):
I don't understand why this kind of URL appears in Google's indexing console since it doesn't exist in my sitemap??? and why there is a duplicate URL pointing to the same post with 2 different URLs?
Why do I have 25.5K pages that are not indexed, see that page
My .htaccess
RewriteOptions inherit
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to workaround HTTP Basic auth issues when using PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
My robots.txt
User-agent: PetalBot
User-agent: AspiegelBot
User-agent: AhrefsBot
User-agent: SemrushBot
User-agent: SemRush
User-agent: DotBot
User-agent: MauiBot
User-agent: MJ12bot
Disallow: /
User-agent: *
Allow: /
Sitemap: https://www.tutoriaux-excalibur.com/sitemap.php
Somebody could help me to understand ?
My Sitemap
Code:
https://www.tutoriaux-excalibur.com/sitemap.php
The Real Canonical url which is in my sitemap that is index by Google:
Erreur « Fichier de contenu verrouillé » de Steam
🎮 Introduction L'erreur "Fichier de contenu verrouillé" sur Steam est assez courante et peut être très frustrante, surtout si vous essayez de télécharger ou de mettre à jour un jeu. Cette erreur peut être causée par divers problèmes tels que des permissions incorrectes, des conflits de logiciels...
www.tutoriaux-excalibur.com
Erreur « Fichier de contenu verrouillé » de Steam
🎮 Introduction L'erreur "Fichier de contenu verrouillé" sur Steam est assez courante et peut être très frustrante, surtout si vous essayez de télécharger ou de mettre à jour un jeu. Cette erreur peut être causée par divers problèmes tels que des permissions incorrectes, des conflits de logiciels...
www.tutoriaux-excalibur.com
Why do I have 25.5K pages that are not indexed, see that page
My .htaccess
RewriteOptions inherit
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to workaround HTTP Basic auth issues when using PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
My robots.txt
User-agent: PetalBot
User-agent: AspiegelBot
User-agent: AhrefsBot
User-agent: SemrushBot
User-agent: SemRush
User-agent: DotBot
User-agent: MauiBot
User-agent: MJ12bot
Disallow: /
User-agent: *
Allow: /
Sitemap: https://www.tutoriaux-excalibur.com/sitemap.php
Somebody could help me to understand ?
Last edited: