SoccerSAPIScorecenter
Pages

The Three Page Types

Most sites only need to understand three kinds of pages:

Page typeBest used forTypical examples
Regular pageFixed URLs you control directlyHome, About, Contact, News hub, landing pages
Dynamic templateReusable layouts for sports entitiesMatch, Team, League, Player
Article pageShared layout for all news postsIndividual article pages under your news section

The main question is simple:

  • If you want one fixed URL, create a regular page.
  • If you want one layout reused across many sports entities, create a dynamic template.
  • If you want to control how news posts look, create an article page.

Regular Pages

Regular pages are the easiest starting point.

Use them for content that does not change its identity from URL to URL:

  • homepage
  • about
  • contact
  • news index
  • campaign or SEO landing pages

You choose the title, the slug, the modules, and the sidebars.

Dynamic Templates

Dynamic templates are where Scorecenter becomes powerful. You build the layout once and the platform reuses it for every entity of that type.

Examples:

  • one Match template for all match pages
  • one Team template for all team pages
  • one League template for all league pages
  • one Player template for all player pages

Most sports modules detect the current page context automatically, so the same module can show the right data on every page of that template.

If a template is missing, the site can still open many sports routes with a basic fallback page. That helps during setup, but custom templates are the recommended way to launch because they give you much better control over layout, wrappers, and SEO.

Article Pages

An article page is the shared layout for every news post.

This is where you decide what surrounds the article body, for example:

  • breadcrumb
  • share buttons
  • related or contextual modules
  • sidebar blocks
  • comments area, if enabled for the site

It is different from the article body itself. Editors can still insert modules directly into the story text from the rich editor.

Where Modules Can Appear

Modules are not limited to one place. In practice, you will use them in four areas:

AreaWhat it is
Main contentThe primary region of a page or template
SidebarsSupporting content around the main area
Global layoutSite-wide slots configured in Settings -> Global regions
Inside article textModules inserted in news posts through shortcodes from the editor

That means the same site can use modules:

  • on the homepage
  • on match, team, league, and player templates
  • in the header/footer shell
  • directly inside a news article

See Using Modules for the full guide.

How a Page Is Usually Built

For most editors, the workflow is:

  1. Create or open a page in Pages.
  2. Decide whether it is a regular page, dynamic template, or article page.
  3. Choose the base slug and page title.
  4. Add modules to the main area and, if needed, sidebars.
  5. Adjust wrapper options such as title, subtitle, card style, spacing, or device visibility.
  6. Save and review on the public site.

A Practical Rule

Use this rule if you are unsure where something belongs:

  • Put it on a regular page when it is editorial or brand content.
  • Put it on a dynamic template when it should follow the visitor across many teams, matches, or leagues.
  • Put it on the article page when it should appear around every news story.
  • Put it inside the article body when it should appear only in one specific story.

Next Steps