ComboStrap URL Management - Best End Page Name Scoring

Undraw Through The Park

About

The Best End Page Name is a redirection scoring algorithm that finds the best page to redirect to when a non-existing page is requested.

This algorithm performs the scoring by looping through the different part of a page name from the end to the beginning. For instance, if the page name was name1:name2:name3, the algorithm would check first name3, then name2, then name1

This concept comes from the fact that a content has a natural hierarchical structure. If you have created a page called bird:sparrow:

  • there is a lot of chance that a page with the same last name (ie sparrow) would be the good one
  • there is also even more chance if this page was in the same category bird
  • and so on.

Algorithm

When a user request a missing page (ie species:bird:sparrow), the algorithm would:

  • search all pages with the same last name.
  • if there is no pages, returns and let the next redirection action takes place.
  • if it found pages. For instance, this two pages:
    • animal:bird:sparrow
    • europe:sparrow
  • it will score them by giving 1 point recursively for each matching name processing from the end to the beginning. For instance:
    • 2 point for animal:bird:sparrow (1 point for sparrow and 1 point for bird)
    • 1 point for europe:sparrow
  • it will then select the page(s) with the highest score.
  • it will then select the page with the highest number of backlinks
  • if the page has a score that is higher or equal to the BestEndPageMinimalScoreForAlias configuration:

Configuration

BestEndPageMinimalScoreForAliasCreation

This configuration permits to:

when the number of parts in the found path that matches the missing page is higher or equal.

By default, this value is 2 but you can disable it by setting a value of 0.

Action Order

You can set the importance of this rule in the redirection action configuration.

Best End Page Name Configuration




Showcase yourself and your brand

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




Recommended Pages
Best Page Name Weight Factor Conf
ComboStrap URL Management - Best Page Name

Best Page Name is a scoring algorithm that is used to choose the target page to redirect to in case of missing page. This redirection algorithm performs always a not found redirection. it does not...
Undraw Through The Park
ComboStrap URL - Page Alias

A page alias is an extra path value for a page. If a page has an alias that corresponds to the path of a missing page, a redirection is performed. You can see them as symlink or shortcut for a file system....
Redirection Actions
ComboStrap URL Management - Redirection Actions

The redirection actions takes place in the redirection processing when: the missing page: is not a canonical is not a alias does not have any page rules that applies for redirection the user...
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