How to define a page advertising your organization

Undraw My Documents

About

An organization page is a type of page that defines information about your organization.

Google uses it to create the knowledge panel

How to create an organization page

To create a page on your website that contains your organization information such as our About us page, you need to define the type to Organization

Combostrap will then add the following properties:

How to add extra properties

You can also add extra properties such as the organization details in the json-ld property.

For example, in our About us page, we have set the following properties:

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "ComboStrap",
  "email": "[email protected]",
  "slogan": "Growing the world GDP of publishers and creators",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Oegstgeest, Netherlands",
    "postalCode": "2343KE"
  },
  "parentOrganization": {
    "@type": "organization",
    "name": "Bytle",
    "url": "https://bytle.net"
  }
}




Showcase yourself and your brand

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




Recommended Pages
Undraw My Documents
ComboStrap - App (Website)

A ComboStrap website is a whole application (app). Name - The application name Tag line - The headline of your application Manifest (app properties) - With a manifest, a user can install your...
Undraw My Documents
ComboStrap - Type of Page

type is a metadata that define the type of a page. This information is used by: the Facebook Social Graph. and Google Rich Result to set the properties that they required when crawling your website....
Undraw My Documents
ComboStrap App - Tagline

A tagline is a short and appealing marketing description for your website. It's used: in the description field of the manifest in the root home page title. in the home page website metadata as...
Google Article Card
Google Rich Result

The ComboStrap pages supports the setting of metadata to enable . are results as below shown in the search page of Google that have been...
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