INTRANET-GOVJune 27, 2026
Intranet Content Inventory and Sources
Connect SharePoint, Viva, Staffbase, Simpplr, or WordPress and automatically build a living inventory of every page, hub, library, and form. Classify content by type, score its health and accessibility, and know exactly what exists before you decide what to fix.
Use the Intranet Content Inventory and Sources semantic blueprint
/semantius-admin use the architect, analyst and modeler skills to update the semantius platform with the model specified in https://www.semantius.com/blueprints/intgov-inventory-semantic-blueprint.mdEntity summary
| Name | data_object | Description |
|---|---|---|
| Connected Intranets | connected_intranets |
Source intranet platforms under governance, with platform type, base URL, authentication, crawl schedule, and status. |
| Content Health Scores | intranet_content_health_scores |
Derived per-item scores for freshness, quality, accessibility, and ownership coverage of intranet content. |
| Content Inventory Records | intranet_content_inventory_records |
Discovered or registered pieces of intranet content (pages, hubs, libraries, forms) with source, type, owner, and governance status. |
| Intranet Content Types | intranet_content_types |
Governed content-type definitions (policy, news post, hub, library, form, FAQ) carrying default review cadence, criticality, and retention rule. |
flowchart TD classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20; connected_intranets["Connected Intranets"] intranet_content_inventory_records["Content Inventory Records"] intranet_content_types["Intranet Content Types"] intranet_content_health_scores["Content Health Scores"] connected_intranets -->|"contains"| intranet_content_inventory_records intranet_content_types -->|"classifies"| intranet_content_inventory_records intranet_content_inventory_records -->|"is scored by"| intranet_content_health_scores class connected_intranets master; class intranet_content_inventory_records master; class intranet_content_types master; class intranet_content_health_scores master;