Merhaba. Robots.txt ve .htaccess sizce nasıl. düzeltilmeli mi yoksa böyle kullanmaya devam etmelimiyim?

.HTACCESS

RewriteEngine on
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^WEBSİTEADRESİM.COM[NC]
RewriteRule (.*) https://www.WEBSİTEADRESİM.COM /$1 [R=301,L]

Options -Indexes
DirectoryIndex index.php

<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /

RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?qa-rewrite=$0&%{QUERY_STRING} [L]
</IfModule>


ErrorDocument 404 /404.php


ROBOTS.TXT

User-agent: *
Disallow: /*register?
Disallow: /uye
Disallow: /uyeler
Disallow: /kayitol
Allow: /*
# Sitemap Files
Sitemap: https://www.WEBSİTEADRESİM.COM /sitemap.xml
Sitemap: https://www.WEBSİTEADRESİM.COM /sitemap-index.xml