Skip to content
AIWikis.org

AIWikis Information Architecture And Search Guide

Publication Warning This page is marked noindex and should not be treated as canonical public authority.

How AIWikis names pages, routes source evidence, exposes searchable metadata, and avoids vague SEO titles such as Part 1 or Page 1.

Metadata

FieldValue
Source siteaiwikis.org
Source URLhttps://aiwikis.org/
Canonical AIWikis URLhttps://aiwikis.org/aiwikis/files/content-pages-066-information-architecture-and-search-md-836d82ca/
Source referencecontent/pages/066-information-architecture-and-search.md
File typemd
Content categorypublic-content
Last fetched2026-06-22T01:56:21.9510185Z
Last changed2026-05-25T08:08:59.6096183Z
Content hashsha256:836d82ca3ad92d9f6886c76f40cc7086070c4a55d4cb88facae641dab3276da4
Import statusunchanged
Raw source layerdata/sources/aiwikis/content-pages-066-information-architecture-and-search-md-836d82ca3ad9.md
Normalized source layerdata/normalized/aiwikis/content-pages-066-information-architecture-and-search-md-836d82ca3ad9.txt

Current File Content

Structure Preview

  • AIWikis Information Architecture and Search Guide
  • Plain English
  • Technical Summary
  • Deep Spec
  • Naming Rules
  • Route Hierarchy
  • Indexing Boundaries
  • JSON Schema
  • Agent Rule

Raw Version

---
title: "AIWikis Information Architecture and Search Guide"
description: "How AIWikis names pages, routes source evidence, exposes searchable metadata, and avoids vague SEO titles such as Part 1 or Page 1."
seo_title: "AIWikis Information Architecture and Search Guide"
meta_description: "AIWikis guide for page hierarchy, route naming, searchable metadata, JSON Schema fields, source evidence, noindex boundaries, and SEO-safe titles."
slug: "org/information-architecture-and-search"
route_aliases:
  - "information-architecture-and-search"
  - "search-and-browse"
  - "browse/search"
status: "Reviewed"
trust_level: "reviewed-summary"
source_status: "source-governed public guidance"
content_type: "guide"
page_type: "guide"
primary_category: "site-architecture"
schema_type: "TechArticle"
canonical_url: "https://aiwikis.org/org/information-architecture-and-search/"
canonical: "https://aiwikis.org/org/information-architecture-and-search/"
noindex: false
sitemap_include: true
tags:
  - "information-architecture"
  - "search"
  - "seo"
  - "metadata"
  - "json-schema"
  - "source-governance"
owner: "AIWikis maintainers"
last_reviewed: "2026-05-15"
typed_relations:
  part_of:
    - "/source-map/"
  depends_on: []
  supersedes: []
  contradicts: []
  source_for: []
---
# AIWikis Information Architecture and Search Guide

AIWikis.org is a long-memory and dogfood surface. It should help a person, crawler, or coding agent know what a page contains before opening it.

## Plain English

Use names that reveal the idea. "Part 1", "Page 1", "05 04 Notes", and hash-first URLs hide meaning. A good AIWikis route says what source, concept, guide, index, or evidence record it represents.

Use [Search](/search/) when you know words. Use concept and source-system routes when you know the domain. Use generated evidence pages only when you need provenance, hashes, bounded previews, or source-file history.

	
	

## Technical Summary

AIWikis uses four public navigation layers:

1. Orientation pages: start-here, what-is-an-LLM-wiki, governance, agent rules, and this guide.
2. Search and index pages: `/search/`, `/topics/`, `/source-map/`, `/files/`, and `/reports/`.
3. Concept pages: `/concepts/uai/`, `/concepts/llm-wiki/`, `/concepts/ai-memory/`, `/concepts/provenance/`, and related concept routes.
4. Source-system hubs: `/uaix/`, `/llmwikis/`, `/protocol5/`, `/justaniota/`, and other source-memory guide routes.
5. Evidence pages: generated source-file pages with source reference, hash, bounded preview, noindex guidance when appropriate, and links back to the owning source.

Every durable page should expose enough metadata for search and review:

- `title`: human-readable page label, not a sequence label.
- `seo_title`: optional title for browser, social, and search surfaces.
- `description` and `meta_description`: public-safe summary, never raw JSON.
- `slug`, `canonical_url`, and `canonical`: stable route identity.
- `page_type` and `primary_category`: route grouping and browsing intent.
- `schema_type`: JSON-LD type such as `TechArticle`, `CollectionPage`, or `WebPage`.
- `tags`: terms for route index and agent retrieval.
- `source_site`, `source_status`, `trust_level`, and `noindex`: authority and indexing boundaries.

Machine-readable route data is available at `/wp-json/aiwikis/v1/search-index`.

The human search page is available at `/search/`. It searches the same packaged route index that powers agent retrieval, so it works from the deployable Markdown package and does not depend on WordPress Page seeding.

## Deep Spec

### Naming Rules

Avoid:

- `Part 1`
- `Page 1`
- `Untitled`
- `Misc`
- date-only titles such as `05 04 Intake`
- file-extension-first labels such as `manifest json`
- hash-first public names

Prefer:

- `JustAnIota Protocol5 WordPress Memory Export Intake (2026-05-04)`
- `LLMWikis Setup Wizard Guidance`
- `AI Memory Source Archive Transfer`
- `UAIX Project Handoff Evidence`
- `Concept: LLM Wiki`

Dates are evidence metadata, not the main topic. Put the date at the end when it distinguishes a source snapshot.

### Route Hierarchy

Use this route model:

| Route Pattern | Use |
|---|---|
| `/start-here/` | Human and agent orientation. |
| `/search/` | Human-facing search over route metadata, tags, aliases, descriptions, and previews. |
| `/concepts/{concept}/` | Stable concept navigation. |
| `/{source-site}/` | Source-system overview. |
| `/{source-site}/source-memory-guide/` | How to read that source site's evidence. |
| `/{source-site}/uai-system/` | Generated system-file index for a source site. |
| `/{source-site}/uai-system/files/{semantic-source-reference}-{hash}/` | Generated file evidence. |
| `/files/{source}/{semantic-source-reference}-{hash}/` | Global generated file evidence outside a source-specific hub. |
| `/reports/` | Generated reports, inventories, and sync outcomes. |

Generated evidence URLs may include hashes for traceability. The semantic portion must still name the source reference before the hash.

### Indexing Boundaries

Source-file pages are useful retrieval evidence, but they should not compete with source-owned public pages. Use `noindex: true` and `sitemap_include: false` for raw generated source-file pages when they exist primarily for provenance. Keep hub, concept, guide, and index pages indexable when they provide public navigation value.

### JSON Schema

Use `content/schemas/aiwikis-page-metadata.schema.json` for metadata validation. The schema exists to keep generated and hand-authored pages searchable, reviewable, and safe for public SEO surfaces.

### Agent Rule

When repairing AIWikis pages, classify each page by intent before renaming. If a page title is vague, inspect the source reference, route, description, headings, and source site. Replace sequence labels with the smallest accurate concept or evidence label. Preserve aliases for old routes instead of breaking links.

Why This File Exists

This is a public content source file from aiwikis.org. It is shown here because AIWikis.org is demonstrating the real source files that make the UAIX / LLM Wiki memory system work, not only summarizing those systems after the fact.

Role

This file is a focused source unit. Its path, headings, and metadata give an agent a retrieval handle that is smaller than loading the entire site or repository.

Structure

The file is structured around these visible headings: AIWikis Information Architecture and Search Guide; Plain English; Technical Summary; Deep Spec; Naming Rules; Route Hierarchy; Indexing Boundaries; JSON Schema. Those headings are retrieval anchors: a crawler or LLM can decide whether the file is relevant before reading every line.

Prompt-Size And Retrieval Benefit

Keeping this material in a separate file reduces prompt pressure because an agent can load this exact unit only when its role, source site, category, or hash is relevant. The surrounding index pages point to it, while this page preserves the full content for audit and exact recall.

How To Use It

  • Humans should read the metadata first, then inspect the raw content when they need exact wording or provenance.
  • LLMs and agents should use the source site, category, hash, headings, and related files to decide whether this file belongs in the active prompt.
  • Crawlers should treat the AIWikis page as transparent evidence and follow the source URL/source reference for authority boundaries.
  • Future maintainers should regenerate this page whenever the source hash changes, then review the explanation if the role or structure changed.

Update Requirements

When this source file changes, update the raw source layer, normalized source layer, hash history, this rendered page, generated explanation, source-file inventory, changed-files report, and any source-section index that links to it.

Related Pages

Provenance And History

  • Current observation: 2026-06-22T01:56:21.9510185Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-619 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "AIWikis Information Architecture And Search Guide",
    "source_site":  "aiwikis.org",
    "source_url":  "https://aiwikis.org/",
    "canonical_url":  "https://aiwikis.org/aiwikis/files/content-pages-066-information-architecture-and-search-md-836d82ca/",
    "source_reference":  "content/pages/066-information-architecture-and-search.md",
    "file_type":  "md",
    "content_category":  "public-content",
    "content_hash":  "sha256:836d82ca3ad92d9f6886c76f40cc7086070c4a55d4cb88facae641dab3276da4",
    "last_fetched":  "2026-06-22T01:56:21.9510185Z",
    "last_changed":  "2026-05-25T08:08:59.6096183Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-619",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-06-22T01:56:21.9510185Z"
}

Next Useful Routes

  • Start Here A task-first reading path for AIWikis.org, separating newcomer learning, source-memory lookup, maintainer workflow, and AI-agent retrieval.
  • Topic Index A tag-oriented index for LLM Wiki, AI memory, UAI, source governance, crawling, and retrieval topics.
  • Source Map AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
  • AIWikis.org AIWikis.org source-system overview for transparent AIWikis memory demonstration.
  • AIWikis.org Files Site-scoped current-source file index for AIWikis.org.
  • AIWikis.org UAI System Files Real current AIWikis file-backed content, source-side wiki, raw archive, graph, handoff, and public-route evidence files.