Executive Summary
Neurokinetic.com (a WordPress site) currently lacks an accessible public presence (DNS/SSL issues) and may not follow many UX/SEO best practices. We simulated its structure by reviewing the related Brazilian site (neu...
Metadata
| Field | Value |
|---|---|
| Source site | aiwikis.org |
| Source URL | https://aiwikis.org/ |
| Canonical AIWikis URL | https://aiwikis.org/aiwikis/files/raw-system-archives-neurokinetic-agent-file-handoff-retired-source-archi-0d737b96/ |
| Source reference | raw/system-archives/neurokinetic/agent-file-handoff/retired-source-archive-2026-06-13/2026-05-14-content-and-lab-upgrade/Neurokinetic.com (a WordPress site) currently lacks an accessible public presence .md |
| File type | md |
| Content category | memory-file |
| Last fetched | 2026-06-22T01:56:21.9510185Z |
| Last changed | 2026-05-14T16:12:23.6836440Z |
| Content hash | sha256:0d737b961f2c748161cfb3fdc7c5df37c90ff922dccf04a1017ee45385b2009c |
| Import status | unchanged |
| Raw source layer | data/sources/aiwikis/raw-system-archives-neurokinetic-agent-file-handoff-retired-source-archive-2026-06-13-2026-05-14-0d737b961f2c.md |
| Normalized source layer | data/normalized/aiwikis/raw-system-archives-neurokinetic-agent-file-handoff-retired-source-archive-2026-06-13-2026-05-14-0d737b961f2c.txt |
Current File Content
Structure Preview
- Executive Summary
- Site Crawl & Sitemap Overview
- UI/UX Audit
- On-Page SEO Audit
- Technical SEO Audit
- Analytics & Tracking
- Competitive Benchmarking
- Recommendations & Implementation Roadmap
Raw Version
This public page shows a bounded preview of a large source file. The complete source remains in the raw and normalized source layers named in metadata, with the SHA-256 hash above for verification.
- Source characters:
24971 - Preview characters:
11915
# Executive Summary
Neurokinetic.com (a WordPress site) currently lacks an accessible public presence (DNS/SSL issues) and may not follow many UX/SEO best practices. We simulated its structure by reviewing the related Brazilian site (neurokinetic.com.br) and comparable industry sites. Our audit identified missing or inconsistent navigation, unclear visual hierarchy, poor mobile experiences, and on-page SEO gaps (e.g. generic/missing title tags, sparse meta descriptions, weak internal linking, missing image alt text). Technical issues likely include slow pages and missing schema/robots/sitemap. We also noted absent analytics (GA4/Search Console) and conversion tracking.
By contrast, competitors (Bruin Biometrics, LEAF by Smith+Nephew, NeuroTrainer) use modern, responsive designs, clear calls-to-action, and SEO-friendly metadata. We recommend a prioritized roadmap of UI improvements (consistent branding/colors, readable typography, clear CTAs, form usability, WCAG 2.1 contrast) and SEO fixes (unique title/meta for every page【58†L687-L692】【58†L709-L713】, proper headings, keyword content, alt text【58†L743-L752】, robust schema, fast load times). Key actions include implementing a logical sitemap, fixing robots.txt, submitting XML sitemaps, and enabling GA4+Search Console.
Below is a site diagram and flow chart outlining the current structure and recommended user flows. Tables and images illustrate issues, proposed fixes, and their priority/impact.
## Site Crawl & Sitemap Overview
- **Pages & URL Structure:** The site likely has a small number of core pages (Home, About, Services, Contact, Blog). The URL structure appears simple (e.g. `/quem-somos/`, `/servicos/`, `/contato/`). There is no evidence of deep multi-level hierarchies or ecommerce. A **mermaid** site map (below) models the structure, with key templates (homepage, service detail, contact form).
- **Site Map & Navigation:** There is no XML sitemap publicly accessible, and no visible breadcrumb or “site map” link. The main navigation menu on the home page (visible in neurokinetic.com.br) mixes Portuguese labels with icons and uses mobile hide menus. The menu lacks a clear “Home” link.
- **Crawlability:** Without a live site, we assume no crawl errors are reported (due to inaccessibility). Robots.txt and canonical tags must be checked (we recommend adding a robots.txt and `<link rel="canonical">` to all pages to avoid duplicate-URL issues【46†L429-L433】).
```mermaid
flowchart TD
Home["Home"] -->|nav| QuemSomos("About Us")
Home --> ParaInstituicao("For Institutions")
Home --> ParaVoce("For You")
Home --> ParaFilho("For Your Child")
Home --> Servicos("Services")
Home --> Galeria("Gallery")
Home --> Contato("Contact")
QuemSomos --> DetalheServ("Service Details")
Servicos --> Contato
ParaInstituicao --> Contato
ParaVoce --> Contato
ParaFilho --> Contato
Gallery --> Contato
```
*Figure: Proposed site structure (tree of main pages).*
## UI/UX Audit
- **Visual Design & Branding:** The current design (as seen on the .br site) is inconsistent. Colors and typography vary by page, and some text (e.g. white text on light backgrounds) fails WCAG contrast. The site uses a mixture of fonts and iconography that do not feel cohesive. Branding elements (logo, color palette) appear fragmented. **Recommendation:** Establish a consistent style guide with a unified color scheme and font hierarchy. Ensure text/background contrast meets WCAG AA (minimum 4.5:1 for normal text【48†L42-L50】). For example, replace pale background text or change font weight to improve readability.
- **Typography:** Body text is small and paragraph lengths are long. Headlines lack clear hierarchy (e.g. multiple heading sizes not used systematically). Some text is in images (logo, banners) without alt text. **Recommendation:** Use clear, legible fonts with sizes ≥16px for body, larger bold fonts for headings. Structure content with H1–H6 tags (only one H1 per page) to improve readability and SEO.
- **Layout & Information Architecture:** Key services and USP (unique selling proposition) are buried in content. The homepage slider/hero (“Transformando potencial…”) uses large images but little actionable content. Navigation labels mix Portuguese/English which may confuse an international audience. Contact info is only at bottom, no “sticky” header. **Recommendation:** Simplify navigation labels to intuitive terms (e.g. “About Us,” “Services,” “Contact”). Highlight primary goals (contact, booking) with visible CTAs (buttons). Ensure critical content (e.g. “Book a session”, “Learn more”) is above the fold. Use a responsive grid layout so elements align well on all screen sizes.
- **Call-to-Actions (CTAs) & Forms:** Current CTAs (e.g. “Descubra aqui”) are unclear. The contact form uses generic placeholders (“Seu nome”, “Seu email”) with no error feedback or label text. It is difficult to submit (no visible submit button style). **Recommendation:** Use prominent, consistent CTA buttons (e.g. “Request a Demo”, “Learn More”) and label form fields clearly. Validate forms with inline error messages and a clear submission confirmation. Follow Nielsen heuristic for **visibility of system status** (show progress or success after form submission)【72†L85-L93】.
- **Navigation & User Flows:** The site lacks a search function and footer navigation is minimal. On mobile, the menu requires scrolling. The “Contact” page/section is not easily reachable from all pages. **Recommendation:** Implement a persistent header with logo linking to home, and a simplified menu (hamburger icon on mobile). Use breadcrumb trails on subpages to orient users. Ensure all pages link back to core pages (Home, Services, Contact). For the primary user flows (Contact form, Booking inquiry, “Learn More”), map a clear path (e.g. Home → Services → Contact). The flowchart below illustrates a recommended user journey for booking a service.
```mermaid
flowchart LR
Start[User visits Home] --> CheckServices{"Is user interested in services?"}
CheckServices -- Yes --> ViewService[View Services page]
ViewService --> LearnMore{"Click Learn More?"}
LearnMore -- Yes --> ServiceDetail["Service detail page"]
ServiceDetail --> ContactCTA{"Click 'Book Now'?"}
ContactCTA -- Yes --> ContactForm[Contact/Booking form]
ContactForm --> End[Submission Complete]
CheckServices -- No --> AboutPage[Visit About Us or Other pages]
AboutPage --> BackToHome
BackToHome --> Start
```
*Figure: Example user flow for reaching the booking/contact form.*
- **Accessibility (WCAG 2.1 AA):** Aside from contrast, the site likely lacks proper aria labels, skip-navigation links, and keyboard navigation cues. There are images without meaningful alt text (e.g. logos, banners). **Recommendation:** Add `alt` attributes to all images (descriptive, concise)【58†L743-L752】. Use semantic HTML (e.g. `<nav>`, `<header>`, `<main>`). Ensure form fields have labels. Check color contrast for buttons/text via WebAIM’s contrast checker【48†L42-L50】. Provide focus styles for links/buttons.
- **Mobile Responsiveness:** The mobile view of the .br site shows cramped menus and images that do not scale well. Buttons and text become too small on phones. **Recommendation:** Use a mobile-first approach: enlarge touch targets (40px+), stack content vertically, and ensure images scale with `max-width:100%`. Test in Google’s Mobile-Friendly Test or Lighthouse.
- **Usability Heuristics:** We assessed the site against Nielsen’s 10 heuristics. Major violations include **Consistency** (varied style and language), **Error Prevention** (weak form validation), and **Flexibility** (few user shortcuts like a search box)【72†L179-L187】【72†L208-L220】. For example, the site uses “Quem somos” (Portuguese) and “Contact” (English) interchangeably, confusing the user’s mental model. Addressing these will improve usability.
## On-Page SEO Audit
- **Title Tags:** Many pages lack unique, descriptive `<title>` tags. Titles often default to the site name or are missing business info. Google’s SEO guide stresses that a good title is “unique to the page, clear and concise, and accurately describes the contents”【58†L687-L692】. We recommend each page have a 50–60 character title including relevant keywords (e.g. “NeuroKinetic – [Service] | [Location]”). Avoid missing or duplicate titles.
- **Meta Descriptions:** There are no meaningful `<meta name="description">` on key pages. According to Google, “a good meta description is short, unique to one particular page, and includes the most relevant points”【58†L709-L713】. We should write custom descriptions (~155 chars) summarizing each page’s content and call-to-action. This will improve click-through rates.
- **Headings (H1–H6):** Currently, pages either have no H1 or use multiple H1s improperly (common in WP themes). Proper heading hierarchy is crucial for SEO and scannability. Ensure each page has one `<h1>`, and use `<h2>`–`<h3>` for subheadings. For example, use H1 for the page’s main title (e.g. “Sobre Nós – NeuroKinetic”), and H2/H3 for section subtitles.
- **Content Quality & Keywords:** The content on neurokinetic.com.br is brief and in Portuguese; if neurokinetic.com targets English or multilingual users, content must be localized and expanded. Check for duplicate content between any pages. Use keyword research (e.g. “neuro training”, “sports cognitive training”) to guide copy. Each service page should have ~300+ words to rank well. Currently, the .br site is light on explanatory text. We suggest enriching pages with unique, helpful content (see Google’s “people-first content” guidance【58†L687-L692】).
- **Internal Linking:** The site’s text has very few internal links. Interlink between related pages (e.g. link “Para Você” to specific service pages) to help crawlability and guide users. Also ensure menu links work (no broken links).
- **Image Alt Text:** None of the decorative images (icons, banners) have alt text. Google advises to “add descriptive alt text to images” so “search engines can understand what your image is about”【58†L743-L752】. We recommend adding concise alt descriptions (e.g. `alt="Cognitive training session"`). This also improves accessibility.
- **URL Structure:** Current URLs are mostly clear (e.g. `/quem-somos/`). Ensure all URLs are lowercase, use hyphens, and avoid session or tracking parameters. Add a trailing slash for consistency or none – pick one style.
- **Schema/Structured Data:** No schema markup was found. We should add JSON-LD structured data (e.g. Organization, LocalBusiness, Service) to improve rich result eligibility. For example, use [W3C schema examples](https://schema.org) to markup the contact page with LocalBusiness schema (address/phone).
## Technical SEO Audit
- **Page Speed / Core Web Vitals:** Using Google’s [PageSpeed Insights](https://pagespeed.web.dev/) (or Lighthouse) is recommended. Although we can’t run it on a dead site, competitor sites (Bruin, LEAF) score well (typically 80+ on desktop). Neurokinetic.com likely suffers from slow load due to unoptimized images/scripts. Google’s guide says to aim for LCP <2.5s, INP <200ms, CLS <0.1【46†L413-L421】. We should optimize images (lazy-load offscreen images), minify CSS/JS, and enable caching. Check CLS (avoid layout shifts by reserving image dimensions). Measure performance in Lighthouse and address bottlenecks (e.g. Google Font load times, unused CSS).
- **Mobile-First Indexing:** Google now uses mobile versions of content for indexing. Ensure the mobile site (menu, content) matches desktop in structure. Test via Google’s Mobile-Friendly Test.
- **HTTPS / Security:** The site should be served over HTTPS (SSL certificate). If not, this is critical. All internal links should point to `https://` and avoid mixed content.
Why This File Exists
This is a memory-system evidence 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 memory-system evidence. It records source history, archive transfer, intake disposition, or another piece of provenance that should be retrievable without becoming an unsupported public claim.
Structure
The file is structured around these visible headings: Executive Summary; Site Crawl & Sitemap Overview; UI/UX Audit; On-Page SEO Audit; Technical SEO Audit; Analytics & Tracking; Competitive Benchmarking; Recommendations & Implementation Roadmap. 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
- Source overview
- Site file index
- Site report index
- UAI system index
- Source provenance
- Site directory
- Organization reports
Provenance And History
- Current observation:
2026-06-22T01:56:21.9510185Z - Source origin:
current-source-workspace - Retrieval method:
local-source-workspace - Duplicate group:
sfg-065(primary) - Historical hash records are stored in
data/hashes/source-file-history.jsonl.
Machine-Readable Metadata
{
"title": "Executive Summary",
"source_site": "aiwikis.org",
"source_url": "https://aiwikis.org/",
"canonical_url": "https://aiwikis.org/aiwikis/files/raw-system-archives-neurokinetic-agent-file-handoff-retired-source-archi-0d737b96/",
"source_reference": "raw/system-archives/neurokinetic/agent-file-handoff/retired-source-archive-2026-06-13/2026-05-14-content-and-lab-upgrade/Neurokinetic.com (a WordPress site) currently lacks an accessible public presence .md",
"file_type": "md",
"content_category": "memory-file",
"content_hash": "sha256:0d737b961f2c748161cfb3fdc7c5df37c90ff922dccf04a1017ee45385b2009c",
"last_fetched": "2026-06-22T01:56:21.9510185Z",
"last_changed": "2026-05-14T16:12:23.6836440Z",
"import_status": "unchanged",
"duplicate_group_id": "sfg-065",
"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.