My Domain has a couple of badlinks decreasing my rankings, will disavowing them reduce my Domain Authority on Moz?
-
Good day Every Body,
I have a heart aching issue, my site (nightwatchng.com) amassed a number carnivorous backlinks, I have lost rankings, i studied my search traffic and discovered that I have been hit by Google Penguin Algorithm Penalty, I was forced to believe that those backlinks were built to my site on purpose just so my rankings will drop, I know the importance of link building and thats why i follow the white hat technique.
Now the big question is, IF I DISAVOW THESE TERRIBLE LINKS FROM GOOGLE SEARCH, WILL MY MOZ DOMAIN AUTHORITY DROP FROM WHAT IT CURRENTLY HAS??
I also want to know if the Algorithm Penalty will affect the subdomain (news nightwatchng.com) of my site?
-
Using link research tools I was able to find out you have approximately Backlinks 569K with only Ref Domains 1K
that is not a great ratio.
One of the things I think that is extremely important that you know in conducting research on your site using builtwith.com I was able to find out that you have different canonical's for three of your four possible domains
- https://www.
- https://
- http://www.
- http://
This is something I noticed when looking at your site and has a lot to do with link equity all of your redirects are pointing to different URLs with different canonical's
https://i.imgur.com/hJz4w1o.png
This is an excellent tutorial on how to force HTTPS using Nginx or Apache
https://kinsta.com/knowledgebase/redirect-http-to-https/
if you need a lot of help with this stuff Kinsta also a very good WordPress hosting company
**If your web server is running Nginx, **
server {
listen 80;
server_name nightwatchng.com www.nightwatchng.com;
return 301 https://nightwatchng.com$request_uri;
}If your web server is running Apache,
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]You can also just use plug-in but I recommend not using plug-ins if you don't have to this one's very lightweight
https://wordpress.org/plugins/really-simple-ssl/
you may also need to use redirect rules like this one
https://www.aleydasolis.com/htaccess-redirects-generator/
https://www.aleydasolis.com/htaccess-redirects-generator/www-to-nonwww/
<ifmodule mod_rewrite.c="">RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.nightwatchng.com$
RewriteRule (.*) https://nightwatchng.com/$1 [R=301,L]</ifmodule>A similar tool for nginx
https://www.scalescale.com/tips/nginx/nginx-redirection-www/
Redirect non-www to www for all your domains
Place this code inside your server block {}:**return 301 $scheme://$1$request_uri ;**
The full example in a server block {} to:
server { server_name "~^www.(.*)$" ; return 301 $scheme://$1$request_uri ; }
Redirect www to non-www
Redirect www to non-www for a single domain
Place this code inside your server block {}:return 301 $scheme://mysite.com$request_uri;
Example:
server { server_name www.mysite.com; return 301 $scheme://mysite.com$request_uri; }
- https://support.cloudflare.com/hc/en-us/articles/218411427-Page-Rules-Tutorial
- https://support.cloudflare.com/hc/en-us/articles/200170536-How-do-I-redirect-all-visitors-to-HTTPS-SSL-
- https://kinsta.com/knowledgebase/redirect-http-to-https/
Hope this helps,
Tom
PS
(I really wish there was a way for this tool to save a draft because I just wrote a very long reply and it's gone. Either way here is a shorter version of what I had written before.)
-
Its really tormenting
-
Hi there,
- Disavowing bad links. No, it won't hurt your DA or PA.
- It's not confirmed by any official source, but having an algorithm penalty in a big portion of your site could hurt other subdirectories or subdomains
On the side, you should ABSOLUTELY not focus on private metrics as PA/DA, Domain rank, TF or what ever name any tool has for their metrics. Those metrics only reflect what that tool considers. It's known that having a high DA wont make you rank #1 for every keyword and having a low DA is not an impediment for ranking #1 and/or ranking higher that sites with high DA.
Also, as you are disavowing those links, every link profiler has an option to upload a list of disavowed links. Moz has its own.Hope it helps.
Best Luck.
GR
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
zero ranking keywords
My website, pescoonlinebill.com, shows many queries in console but there are zero ranking keywords in MOZ dashboard.
Link Building | | realdy1 -
Domain authority of competitor went up drastically
Hello Moz community, I’m following one of my competitors on Moz, and I noticed a huge bump in his domain authority overnight, going from 8 to 53. I figured there must have been a reason for that, so I checked their links overview, and noticed they got tons of new external followed links, followed linking domains and total linking domains (see screenshot 1). I clicked on the external followed links to see what they are, and I saw tons of redirect notices (see screenshot 2). The links are from google: maps.google.co.fr cse.google.co.fr images.google.co.fr And .fr is just an example, they have tons of other cctlds like .it .ca .es… the list goes on (see screenshot 3) Do you know where these redirect notices are from? It may be worth noting that some of these redirect to the http version of his website, while others redirect to the https version. I’m guessing this must be a bug on Moz’s end or some sort of SEO trick, but did his DA really go up that much, and does it positively affect his website or will Google penalize this? Thank you in advance for your answers! f9pZoJ3.png M0Z0s9x.png BNQryzR.png
Link Building | | Gael_Regnault0 -
Why my website is not getting rank?
I can understand my website age is a big issue but now I want you to help me. I have been doing guest posts for increasing the domain authority but no good result. I just want you to let me what should I do next? AmazeInvent
Link Building | | alexmurphy11220 -
Buy domain, redirect, get all the good links (+link juice) and disavow the spammy ones?
There is a domain for sale that has a quite nice profile and a lot of good backlinks, but also quite a few spammy ones. This domain has a Spam Score of 14% acc. to Moz Link explorer, ours has only 2%. My questions: 1. The domain and the good backlinks are related to or close to our content/keywords. But we are worried whether the "spammy" ones will hurt us. Does anyone has experience with this? 2. Would it help if we disavow the spammy backlinks afterwards? And if so, how do we do that? Add new domain to search console, disavow the bad links and then redirect the entire domain to our domain or redirect the domain first and then disavow from our property? Many thanks for your help!
Link Building | | pissuptours0 -
Are nofollow links really not effecting rank?
I honestly find it hard to believe that nofollow links are not being considered for rank. Take for example Google finds 2,000,000 nofollow links for a site. Are they really going to ignore that?
Link Building | | cbielich0 -
Link exchange with nofollow bad for ranking?
Hi, I wanted to give my EMD (Exact match domain) some more links and added it to some general start pages, just as my competitors did. The disadvantage of such link sites is that you have to add a link back to them. So I created a new page in my footer "links" and added a link back to those who requested that. However, I made all links a nofollow because I don't want them to benefit from my rankings. Those sites really have nothing to do with my subject and are just interested in a link to give them some boost I guess. I'm sure not everybody like my approach, but my question is. Will those nofollow links on my page back to the ones that requested it affect my rankings?
Link Building | | severtservice
Or should I remove the nofollow? Thanks!
Dennis0 -
Do you think 3-way link exchanges help in keyword rank and overall PR authority?
I know traditional link exchanges aren't very valuable and Google doesn't respect them as much, but what about 3-way link exchanges?
Link Building | | visionnexus0 -
Linking domains on same ip
I don't know if i can post a link in the question so if you google 800 appliance and do a little reaserch on them you will see that it has many links with same content linking to the main domain and to each other. They hosted on the same ip which from what i read doesn't supposed to help in ranking. I saw many nich websites like this with the same idea. What am i missing here...?
Link Building | | atohad0