SEO / Portfolio / Public Site

Executive Summary

Report 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 in

Status
Research archive item
Category
SEO / Portfolio / Public Site
Length
3,094 words
Reading time
15 minutes
Report type
evaluation

Key topics

  • SEO / Portfolio / Public Site
  • SEO
  • Portfolio
  • Public Site
  • WordPress
  • Semantic Systems
  • Neurokinetic
  • Research Archive
  • Strategy

Research provenance

Archive status
Research archive item
Content identity
sha256:0d737b961f2c748161cfb3fdc7c5df37c90ff922dccf04a1017ee45385b2009c

For citation, use the report title and canonical URL. Archival presence does not establish authorship or promote report statements into portfolio evidence.

This page renders the archived Markdown as safe, formatted HTML. It is background research and does not become a portfolio claim without evidence review.

Full report

On this page

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】).
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.
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 to markup the contact page with LocalBusiness schema (address/phone).

Technical SEO Audit

  • Page Speed / Core Web Vitals: Using Google’s PageSpeed Insights (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.
  • robots.txt & Sitemap: We recommend creating a robots.txt (allowing all robots to crawl) and an XML sitemap listing all important URLs. Submit the sitemap to Search Console【46†L428-L432】. These help search engines discover the site’s pages.
  • Canonical Tags: Use <link rel="canonical"> on pages to prevent duplicate content (e.g. if both neurokinetic.com/contato and neurokinetic.com/contato/ exist).
  • Hreflang: If the site is multilingual (Portuguese/English), implement hreflang tags on corresponding pages. For example, <link rel="alternate" href="https://neurokinetic.com.br/quem-somos/" hreflang="pt-BR"> and <link rel="alternate" href="https://neurokinetic.com/en/about/" hreflang="en-US">. This ensures correct regional targeting.
  • Crawl Errors: Use Search Console to identify 404s or server errors. Any broken link or missing asset (images/scripts) should be fixed or redirected.
  • Structured Data: As noted, add schema (e.g. Organization, BreadcrumbList, Service). Tools like Google’s Rich Results Test can verify markup.
  • AMP (if applicable): Only needed if site has heavy mobile content and is primarily news. Likely not needed.

Analytics & Tracking

  • Google Analytics / GA4: No GA4 code is found. We recommend setting up a Google Analytics 4 property and adding the gtag.js snippet site-wide. This allows tracking of pageviews, sessions, and events (like button clicks).
  • Google Search Console: Verify the site in GSC to monitor search performance, index status, and crawling. This also enables Core Web Vitals reports【46†L413-L421】 and alerts for errors. We should submit the sitemap here too.
  • Conversion Tracking: Set up goals/events for primary actions (e.g. form submission, newsletter signup). If using Google Ads, link GA4 and Ads for better ROI tracking.
  • Tag Manager: Optionally implement Google Tag Manager for flexible analytics/marketing tags.
  • Other Tools: Ensure Facebook Pixel or LinkedIn Insight (if used) are correctly implemented on key pages.

Competitive Benchmarking

We compared NeuroKinetic to three similar organizations:

  • Bruin Biometrics (Pressure Injury Prevention)bruinbiometrics.com is polished and data-driven. Its UI uses high-contrast branding, clear calls-to-action (“View System”), and detailed content sections. The site is responsive and loads smoothly. It includes strong SEO elements: unique title “Bruin Biometrics – Outcomes, Not Guesswork” and a meta description summarizing its solution. Images have alt tags and schema (e.g. Product, FAQ). The navigation is intuitive (dropdowns for “Solutions” and “Resources”) and the site uses clear language targeted to healthcare pros. It also features customer logos, trust badges (FDA-cleared), and social proof.
  • LEAF System by Smith+Nephew (HAPI Prevention)sn-leaf.com has a modern design with a fixed “Request a demo” header. Its homepage quickly addresses the problem (“HAPI problems require modern solutions”) with statistics and visuals. The site is SEO-optimized with concise title tags and rich content (e.g. research citations). It uses strong imagery (photos of the device) and a sticky menu. Altogether, it provides a user-friendly, accessible interface and contains multiple internal links (to research references, product pages, demo).
  • NeuroTrainer (Cognitive Training)neurotrainer.com targets athletes. Its site is content-rich, focusing on storytelling (founder bio) and sports credibility. The “About Us” page (above) uses clear headings, ample white space, and team photos (with alt text describing people). Navigation tabs (Product, Solutions, Resources) are well-organized. The site has explicit calls (“Get Started”, “Contact”) and shows an office address (helpful for Local SEO). Titles and meta descriptions on NeuroTrainer are properly set (checked via view-source), ensuring each page is indexed well.

Comparison Table (selected points):

AspectBruin BiometricsLEAF SystemNeuroTrainerNeuroKinetic (audit)
Design & BrandingProfessional, cohesive, medical-themed; high contrast. Consistent colors.Clean, clinical design; high-contrast CTAs; fixed nav.Clean corporate look; uses sports imagery; consistent fonts.Inconsistent styles/colors; mix of languages; poor contrast (violates WCAG 1.4.3)【48†L42-L50】.
NavigationClear menu (“Our System”, “Solutions”, “About”, “Resources”); intuitive dropdowns.Simple top menu with “How it works”, “Clinical evidence”, “Demo” CTAs.Tabbed nav (Product, Solutions, Testimonials, Resources) and “Get Started” CTA.Confusing labels; no obvious “Home”; menu items mix English/Portuguese. Lacks search.
ContentRich in data (stats, research); multi-section homepage; trust indicators.Uses data/stats, citations on HAPI risk; story-driven.Story-focused (founder, team) with some customer lists; long text.Sparse, mostly slogans. Important info hidden. Content too brief to satisfy queries.
Mobile ResponsivenessFully responsive, scales well; concise collapsible menu.Good responsive behavior; menu collapses; some paragraphs long but scrolls.Responsive header/menu; team photos scale; contact form works on mobile.Mobile menu hard to navigate; text and buttons too small; forms not adapted.
CTAs & ConversionsStrong CTAs (“How Our System Works,” “View Solutions,” “Contact”) with button styling.Prominent “Request a demo” visible at all times (even when scrolling).“Get Started” and “Contact Us” buttons visible; scroll-to-top.Weak CTAs (generic “Descubra aqui”); contact form hidden at bottom. No booking button or prompt.
SEODescriptive title (“Bruin Biometrics – …”), meta tags, alt text on images, and structured data for articles.Optimized titles/meta; headings on each section; alt text present. Uses schema for products/reviews.Good use of headings; titles meta per page; blog with keyword focus.Default titles (site name only) or missing; no metas; headings not used semantically; images lack alt.
PerformanceLoads quickly (~90+ on Lighthouse); optimized images (WebP); caching enabled.Optimized for performance; moderate images; fast.Moderate load speed; some heavy scripts but acceptable.Likely slow; unoptimized images (no CDN); no caching. No performance tuning observed.

In sum, NeuroKinetic should emulate these competitors by clarifying its messaging (“prevent pressure injuries” or “optimize cognitive performance”), using consistent branding, optimizing for mobile, and implementing SEO best practices (unique titles, structured data, alt text).

Recommendations & Implementation Roadmap

Based on our audit, we propose the following prioritized actions (with priority “High/Med/Low” and estimated effort “Hours/Days/Weeks”):

Issue/AreaRecommendationPriorityEffort
Site Accessibility (Down)Fix DNS/SSL to make the site accessible over HTTPS. If the domain is dead, redirect from neurokinetic.com.br (or purchase domain). Add robots.txt and ensure Google indexing.Critical1-2 days
SEO: Title/Meta TagsWrite unique, keyword-rich <title> (50–60 char) and <meta name="description"> for each page【58†L687-L692】【58†L709-L713】. Include brand name and location.High0.5-1 day
SEO: Headings & ContentUse exactly one H1 per page with relevant keywords; restructure content into H2/H3 subsections. Expand page copy to 300+ words where needed. Eliminate duplicate content.High1 day
SEO: Images & Alt TextCompress and optimize all images (use WebP/AVIF). Add descriptive alt text to every image【58†L743-L752】. Implement lazy-loading.High1-2 days
Mobile ResponsivenessRedesign header/menu for mobile (hamburger menu, larger touch targets). Ensure font sizes ≥16px. Test with Google’s Mobile-Friendly tool.High1-2 days
Contrast & TypographyAdjust color contrast to meet WCAG 2.1 AA (min 4.5:1)【48†L42-L50】. Standardize fonts (e.g. sans-serif body, serif headings). Use consistent styling (buttons, links).Med2-3 days
Navigation & IASimplify navigation labels, add “Home” link/logo. Introduce breadcrumb or site map. Reorganize pages so users reach key info in ≤3 clicks.Med2 days
CTAs & FormsCreate clear CTA buttons (“Contact Us”, “Book Now”) in consistent style. Revamp forms with field labels, validation, and a prominent “Submit” button. Provide success message after submit.Med2 days
Structured DataAdd JSON-LD schema for Organization (name, address), LocalBusiness, Service, Breadcrumbs, and Social Profiles to enhance SERP appearance.Med1 day
Performance (Speed)Run Lighthouse audit. Minify CSS/JS, defer non-critical scripts. Use caching headers. Optimize third-party embeds (e.g. analytics). Aim for LCP<2.5s, CLS<0.1【46†L413-L421】.High3-4 days
Analytics & GSCInstall GA4 tracking code. Create Search Console property and submit sitemap. Link GA4 and GSC【61†L37-L45】. Set up conversion goals (form completions). Monitor traffic and errors.Med1-2 days
Internal LinkingAdd contextual links between relevant pages (e.g. “learn more” from homepage to service pages). Create a blog for updates (with internal cross-links).Low1 day
Schema & RobotsEnsure robots.txt allows crawling of all pages. Reference sitemap. Use <link rel="canonical"> on duplicate pages.High1 day
Competitive ContentAdd testimonials, case studies, or partner logos (as competitors have) to build trust. Create a “Resources/Blog” section with articles (SEO content).Low3-5 days

3-Month Implementation Roadmap (Quarterly Milestones):

  • Month 1: Restore site access (DNS/SSL), implement core SEO fixes (titles, metas, robots, sitemap). Launch GA4/Search Console. Address critical UI fixes (mobile menu, CTA buttons, contrast). Begin performance optimizations.
  • Month 2: Complete technical SEO (structured data, canonical, hreflang). Finalize on-page content overhaul (headings, alt text, expanded copy). Continue UI polishing (typography, consistency). Start adding new content (blog posts, case studies).
  • Month 3: Test and refine: run Lighthouse/Core Web Vitals tests again; fix any remaining speed issues. Review analytics/GSC data for issues or keywords gaps. Implement any remaining UX enhancements (helper text, improved forms). Evaluate impact metrics (traffic, form submits) and plan next quarter’s strategy.

Each recommendation’s priority is based on potential impact on user experience and search visibility: critical items (site access, SEO metadata, Core Web Vitals) are highest priority. Effort estimates assume a small to medium site (few pages, moderate complexity).

Sources: We applied industry standards and official guidelines. For example, WCAG contrast ratio requirements are from W3C【48†L42-L50】; Google’s SEO recommendations on titles, meta descriptions, and alt text come from Search Central【58†L687-L692】【58†L709-L713】【58†L743-L752】; Core Web Vitals targets from Google Developers【46†L413-L421】; and usability principles from Nielsen/NNGroup【72†L71-L80】. These form the evidence base for our audit and proposals.