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
-
How i can Reduce Spam score of my website
Hi everyone, I'm reaching out to the community for some advice on improving my website's spam score. I've been using the Moz Spam Score Checker and my website, sngplbill.pk, currently has a score of 7%. While this isn't exceptionally high, I'd like to take steps to bring it down as low as possible, ideally under 1%. One factor I've identified that might be contributing to this score is a number of backlinks pointing to my site has a much higher spam score (over 80%). (screenshot attached)sngplbillscore I'm wondering if the community has any recommendations for how to address this situation. Here are some specific questions I have: Does disavowing the backlinks from spamy site seem like the best course of action?
Link Building | | Faizali.786
Are there any other potential reasons why my website might have a spam score, even with these backlinks?
What general strategies can I implement to improve my website's overall SEO health and reduce its spam score?
Any insights or advice would be greatly appreciated. Thanks!0 -
Is ranking power mainly a matter of links?
Hey all. SEO noob here, trying to check my understanding. In competitive analysis, is ranking power at the domain level really all about DA? And is DA basically a count of unique inbound follow links, modulated by the authority of the referring source and spam scores? In other words, is ranking power basically a function of DA and PA? I realize on-page and technical factors can also play a role, but authority seems to be key. Thanks for sharing your thoughts.
Link Building | | AndyKubrin0 -
Improving ranking
I would like to rank for Diani beach, unfortunately very unsuccessful over one year:-(. I have on the main menu Diani beach page. Most of my articles is consisting the keyword, would it be smart to link from all that articles to that Diani beach page? Any advice on this would be realy great.
Link Building | | Rebeca10 -
To Disavow, or not?
Hi - I'm working on a site that has somewhere between 1200 and 1500 backlinks. Somewhere around 800 or 1000 of the links have one of four or five exact keyword phrases that this company paid a former seo to create links for. They ranked well for those phrases until last fall and then almost overnight they fell completely out of the first 50 SERP results. They did NOT receive a manual penalty. This leads me to two questions: 1. This sounds like they were hit by Penguin, rather than Panda. Do I have that right? 2. Is there any value in disavowing the 800 or so spammy links? Is there any danger in doing so? Thanks!
Link Building | | tcolling0 -
Ads and their relatonship to Domain Aurthority
I was wondering if serving 6 or 7 ads on a webpage would have a negative effect on a websites Domain Authority. Regards, Jeffrey Strassman
Link Building | | biggieshaws0 -
Domain Authority and Page Authority down - Change of Server
Dear All, Today I noticed that our page authority and domain authority is down, and the number of linking domains is also down. We do not have too many linking domains to our site, but at least one blogger link to us, with a very nice article about our site (since some months ago) and this link does not appear in the site explorer (follow link). This blog is well indexed by google, but impossible to see using open site explorer for some reason unknown to me; and two pages we helped, and they link also to us (follow links): their links appear in the webmaster tools, but not in the site explorer. Neither the blog nor those two pages were in the site explorer before, the links that were removed are from other sources (SEO analisys pages, automatic generated when I run a test by them, so I supossed not high quality links at all, not content related, we don't miss them). Our site was partially down for 1 1/2 day this week due change of server, from a shared hosting to a VPS. Now all pages are up again, and we are improving everything, working really hard (almost no sleep at all in two days). Could it also have something to do with the lower domain authority? How bad penalized google the time down of a domain? How long will we feel the effects of that? Listing published in our site are ranking exactly as before, but I am afraid this could change in the near future. Since the end of December (not directly related to my question), we do not have this nice snipped showing the main pages of our site, when we writte the exact domain name in google. At the time, we did not any change, and this did not affect the listings ranking (they even improved in some cases); we rank better for the main keyword, so the snipped changed, without other problems. So, the questions: Have made site explorer any change in the last days, to discard low quality links? Could be the lower domain authority related to the down time of our site? How long can be felt the effects of the down time in google results? Is it something that can be felt forever? =( Do you have any idea why google decides in some cases to remove the site links in the snipped? General question, I know it is not possible to answer it for any specific domain without looking at it. We would like to have those links again. Is there something we can do in order site explorer visit that blog I mentioned? I will try to crawl it using the dashboard to see what happen. Many thanks for your help! Daniel
Link Building | | te_c0 -
Link Building & Moz metrices
I am just starting up so no flaming please. Okay so i was given a project and i was amused to see a lot of backlinks to the website with viagra pills title. This is why i assume the domain authority is very low. I tried asking a few website owners to drop the links but they said its a lot of manual work they wont do it(that was shocking) So what next? Would building authority links in any domains help me in this case?
Link Building | | hardik_hrc0 -
Forums to increase the Link Authority
I have a small question. What do you think if we use the Forums on a natural way, to place important post with a link to our website on that, it's a good source or not, to use like a piece of link building strategy, to increase the authority of domains, and hiring backlinks from more than 15 types of websites, like blogs,forums,press,guestposts,directories,etc...??? Write your idea here if you have experience on that.
Link Building | | leadsprofi0