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
-
Backlinks not indexed on MOZ
Why our backlinks do not show up? Even GSC shows a good amount of our backlinks and other applications show too. But in the case of MOZ, it still shows 0 backlinks and 0 organic visibility. Don't you guys think this puts a user of your software way behind in terms of competition and real data? If my backlinks will be considered by MOZ, when will it be❓
Link Building | | MariApps0 -
I just want to ask Moz DA help anymore in Rank keywords
Hello Folks, i want to ask i have website related to kullu manali tour package and digital marketing institute, where tour package website DA is 2 and digital marketing institute DA is 26, my institute website rank on almost 1st page on most of keywords where travel website still doing struggle after much good links. please suggest me i need to boost my website DA.
Link Building | | ashux526g0 -
When buying used domains, how do i see the links pointing to that domain? OSE not showing links
when buying used domains, how do i see the links pointing to that domain? Sometimes the open site explorer doesn't show any links to the domain, especially if the domain is parked. Obviously a domain for sale with 1000 domains linking to it has lots of SEO Value right? Thanks mozzers!
Link Building | | Ron100 -
Backlinks - Linking to new domain
Hello Moz community! My established client recently franchised their business by adding a metro area location. We have thousands of back links built to the corporate website, a lot of which have anchor text that are geo-targeted to the new metro area website. We still find the corporate website important, but would rather focus our efforts now on the newly franchised location. Does anyone have experience with successfully having old links changed to a new domain and if so how? When changing directory listings, such as everything on get listed, is it better do do slowly or as much at once as possible? Any recommendations or information would be appreciated! Thanks!
Link Building | | FullMedia900 -
If i get link pointing to a specific page , will that link add up to the count of linking root domains too ?
If I create a fresh link pointing to specific page on my site, apart from adding a number to "page linking root domains" does it also add up to root domain linking ?
Link Building | | Techbate1 -
Is there a way to easily add "domain:" in front of an entire list of domains you want to disavow?
I'm submitting some disavow reports for clients. As most of you likely know you can either disavow a URL or a domain. So, to disavow a url, you would enter into the text file: http://www.example.com/this_page.html and to disavow the entire domain you would enter: domain:example.com I find that in most cases you would want to disavow the domain. For example, if there is a backlink on www.exampledirectory.com/health/page24/, by the time Google goes to disavow that link it may be on page 25. However, it is super time consuming to take my list of urls from a spreadsheet and type, "domain:" in front and also remove the http://www. Is there a way this can be done programatically?
Link Building | | MarieHaynes0 -
Is it good practise to do a 301 redirect from domain.co.uk to www.domain.co.uk?
As the title says really, I'm sure the answer is Yes, but I cannot remember why probably one of the many things I read somewhere along the line and can't recall the reasoning can anyone enlighten me please?
Link Building | | RankStealer0 -
Domain/page authority - how long does it take so see results ?
Im new to the SEO and link building world. I have been building on my link building campaign over the last month or two but I am yet to see any changes in my domain/page authority. Is it because of the quality of the links, the directories I have been submitting in, webmasters maybe using "nofollow" tag ect. Or it generally just takes time to see the results? Is this even how domain/page authority is built. lol Any information on the topic would be greatly appreciated. Regards, S&M
Link Building | | Sexandmetal0