Forum Moderators: Robert Charlton & goodroi
Remember all those bad links you were disavowing? Well guess what, with https these are NEW.No, the protocol is not required in the disavow file just the domain unless you wanted to specify a particular page (file) and the protocol is not needed there either.
[edited by: smilie at 6:37 pm (utc) on May 4, 2017]
[edited by: Robert_Charlton at 11:44 pm (utc) on May 4, 2017]
[edit reason] delinked example code - use code tags in future [/edit]
Subdirectories / folders commonly need their own rewrite rules. IF there is any .htaccess file in those folders, they need to have their own rewrite rules. If they are not inheriting rewrite rules, they need their own rules.
RewriteEngine on
RewriteOptions inherit BUT most importantly - SSL killed our rankings! Anyone else have this experience.Sorry to hear that, however it appears you did not implement SSL (HTTPS) correctly so the correlation that it caused rankings to drop may not be valid.
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Note: your server may require a different code Note: The tool does not currently support the following kinds of site moves: subdomain name changes, protocol changes (from HTTP to HTTPS), or path-only changes.
After several weeks, since https are ALL NEW pages and https are all new links too, you lose traffic.That is not accurate. If you have properly installed the 301 redirect, all traffic will go to the new HTTPS website. All your link juice from backlinks will also go towards your new pages.