(sideload) Reduce quality assessment.
This will make these sideloaded results rank much better as there is a pretty harsh penalty for large low-q websites.
This commit is contained in:
parent
d2418521a7
commit
9f7df59945
@ -80,7 +80,7 @@ public class SideloaderProcessing {
|
||||
ret.details.pubYear = LocalDateTime.now().getYear();
|
||||
ret.details.features.add(HtmlFeature.JS);
|
||||
ret.details.features.add(HtmlFeature.TRACKING);
|
||||
ret.details.quality = -10;
|
||||
ret.details.quality = -4.5;
|
||||
ret.details.generator = type;
|
||||
|
||||
ret.details.metadata = new DocumentMetadata(3,
|
||||
|
Loading…
Reference in New Issue
Block a user