What is a low quality web page ?

Undraw My Documents

About

Low quality page are pages that have a really poor added value for readers.

This kind of page have this characteristics:

  • thin content - the number of words is really low
  • no internal link - they don't link to other page
  • no internal backlink - no other page links back to them
  • few edits - the content of the page has not been improved

SEO impact and Protection

They have a real negative impact on your SEO score and should be avoid at all cost. ComboStrap has even developed a low quality page protection feature because you can get badly impacted by them.

Low Quality Content Effect

For more information, see ComboStrap SEO - Low Quality Page Protection (LQPP)

Definition

The definition of what a low quality page is, is an ongoing process and a really large and subjective SEO subject.

For ComboStrap, a low quality page is a page that does not pass the mandatory quality rules.

Because not page are redacted page, pages such as home page, landing page or contact page may not pass the mandatory rules. You can then take over and set manually the low quality indicator to false

List

You can query them with the following SQL.

select
	id,
	json_extract(analytics,'$.quality.failed_mandatory_rules') as failed_rules,
	json_extract(analytics,'$.statistics.late publication page') as words,
	json_extract(analytics,'$.statistics.internal_links_count') as internal_links,
	json_extract(analytics,'$.statistics.internal_backlinks_count') as internal_backlinks
from
	pages
where
json_extract(analytics, '$.quality.low') = true

Analytics

Below are some analytical SQL that you can use to get more insight

select
    json_extract(analytics, '$.quality.low') as low,
    count(*)
from
   pages
group by
   low

Configuration

Mandatory Rules

If one of the mandatory rules does not pass, the page will be considered a low quality page.

You can set mandatory rules in the mandatoryQualityRules configuration.

The default values are:

  • words_min,
  • internal_backlinks_min,
  • internal_links_min

If the low quality page protection is enabled, the page will then not be publicly visible.

Low Quality Page Indicator

You can overwrite the calculation and set manually the low quality indicator to false in the metadata manager




Showcase yourself and your brand

Get free news, tips, and tricks
to create a remarkable experience for your readers.




Recommended Pages
Undraw File Analysis 8k9b
All the metadatas that you can set for your pages

Page Metadata are page configuration. They are also known as: semantic data. or structured data The metadata can be seen and modified via the Metadata Manager. There is two groups of metadata:...
Backlink Action
Backlinks management in ComboStrap

Backlinks are important because they give extra-navigation possibilities and gives also more weight to pages. This article tell you everything about backlinks in ComboStrap
ComboStrap Analytics - Data (JSON)

ComboStrap performs regularly analytical calculation on pages. The analytical data are composed of three parts: metadata: the page metadata statistics: the page statistics such as late publication...
Undraw My Documents
ComboStrap Quality - Automatic Hidden Artifactory

The combo plugin automatically hides: the slots the combostrap private namespace (where icons and other internal component are saved) This page resource are still accessible but should not be advertised...
Undraw My Documents
ComboStrap Quality - Hidden Page

A hidden resource (page, image, file, ...) is a resource that is: not published to search:engineSearch Engine (ie not included in the sitemap and not pinged) not visible in any listing. ie not: ...
Low Quality Content Effect
ComboStrap SEO - Low Quality Page Protection (LQPP)

If your website has a lot of low quality page: your SEO score will be lower you can even get at worse the penalty and be deleted from the search engine index. This feature if enabled makes low quality...
Undraw Growth Chart R99m
How ComboStrap tackles SEO to bring you more visitors?

seoSearch engine optimization (or SEO) is the process of making your website optimized for search/enginesearch engine (Google, Bing, ...) to get to the top of their result. On a website level, it means:...
Improve your page quality with dynamic quality monitoring

Dynamic Page Quality Monitoring is a ComboStrap feature that encourages the writer to improve the quality score of the page. A message is shown that indicates the quality rules that can be improved and...
Page Explorer List Name To Ui Region
Page-explorer: adding page navigation easily to your website

With the page-explorer component, you can add an explorer like panel that will list your pages in a list or collapsible tree fashion



Task Runner