Octibiz
Demo

Durchsucht Website und Dokumentation gemeinsam. Enter zeigt alle Treffer, Esc schließt.

Website: page tree, blog, redirects

Website: page tree, blog, redirects screen in Octibiz

Overview

A site is a public web presence: one or more domains, one or more languages, a page tree. This area runs the frame — the individual pages are built in the web builder.

The separation is deliberate: here it is decided where something sits and under which address; in the builder it is decided how it looks.

Core tasks

Set up a site. Domains, languages, robots rules and the maintenance mode belong to the site.

Maintain the page tree. Pages are created, moved and given language variants. The slug determines the address.

Build menus. Navigation menus point at pages of the tree — so moving a page does not change the menu structure.

Run a blog. Posts and categories with their own publishing step.

Keep addresses under control. The URL table shows every address in use. Renaming creates a redirect so that old links do not run dry; manual redirects are possible too.

Evidence consents. Cookie consents are logged — the evidence is the purpose, not the display.

Fields in detail

FieldRequiredValues / formatWhat it does
Name nameyestextWhat the site is called internally.
Brand brandIdnoone of your brandsWhich brand the site stands for.
Primary host primaryHostyesdomainThe address the site is reachable at. It is the canonical address for search engines.
Additional hosts additionalHostsnolist of domainsFurther addresses pointing at the same site. They redirect to the primary one — otherwise search engines rate the same page several times and none of them well.
Default language defaultLocaleyeslanguage codeWhich language is served when the visitor prefers none.
Languages localesnoseveral languagesWhich languages the site carries.
Site search searchEnablednoyes/noTurns on the site's own search: pages are indexed and a result page appears under /search. Off means a search box would come up empty.
Theme themeUlidnoa configured themeThe look of the site.
Home page homepagePageUlidyesan existing pageWhat appears at the primary address.
Error page errorPageUlidnoan existing pageWhat appears at an unknown address. Without a page of your own a plain default message appears.
Maintenance page maintenancePageUlidnoan existing pageWhat is shown during maintenance.
Maintenance mode maintenanceModenoyes/noTakes the site off for visitors. This is a blunt switch — to search engines the site then temporarily looks empty.
Access password accessPasswordnotext, max. 200 charactersPuts a password in front of the whole site — for previews and pages that are not meant to be public yet. It is stored as a hash only and never returned; an empty value lifts the protection again.
Imprint imprintPageUlid, privacy privacyPageUlid, accessibility accessibilityPageUlidpartlyexisting pagesThe legally required pages. They are linked in the footer; imprint and privacy are mandatory in Germany, not optional.
Consent settings consentConfigJsonnostructureWhat the cookie notice looks like and what loads without consent. What requires consent may only load after it is given — not already while asking.
Search engine rules robotsPolicynostructureWhat search engines may read.
Notes for AI services llmsTxtnotextWhat AI services are told about the site.
Head code headCodenomarkupDelivered on every page of this site right before the end of the head section — typically analytics or verification snippets. Whatever is here goes out unchanged; a mistake in it hits the whole site.
Consent for the head code headCodeConsentnoconsent banner categoryThe code is only loaded once the visitor agrees to this category. Empty means load immediately — the wrong value for anything that needs consent.
Body end code bodyEndCodenomarkupThe same right before the end of the page. The right place for anything that must not slow the page down while it builds.
Consent for the body end code bodyEndCodeConsentnoconsent banner categoryThe consent category for the body end code; empty = load immediately.
Active activenoyes/noWhether the site is served.

Settings & permissions

  • Sites: site.site.view / site.site.manage
  • Page tree: site.page.view / site.page.manage · Menus: site.menu.manage
  • Blog: site.post.view / site.post.manage
  • URLs and redirects: site.url.view / site.url.manage
  • Consent records: site.consent.view

Module flag: module.site.

FAQ & troubleshooting

A page is no longer reachable under its old address. Check the URL table: as a rule there is a redirect; if it is missing, create a manual one.

A language is missing. Languages apply per site; the page additionally needs a variant in that language.

The site is unreachable. Check the maintenance mode first.

site.site · Available from version 0.5.6