I have a WordPress site that doesn't have or never even had a SSL cert... but for some reason Google is indexing my main page and a couple others with "https" instead of "http"
I have the canonical urls set and it's set correctly.
I never modified the default robots.txt or .htaccess files but here they are:
My robots.txt file:
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
My .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If anyone can help me figure out why this is happening and how to fix it I'd greatly appreciate it.
I have the canonical urls set and it's set correctly.
I never modified the default robots.txt or .htaccess files but here they are:
My robots.txt file:
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-includes/
My .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If anyone can help me figure out why this is happening and how to fix it I'd greatly appreciate it.








