43e1245306
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m57s
- Per-page title/description/canonical/OG tags: about, checkout (per-plan), terms, enterprise-terms, success all get unique SEO blocks - Homepage title updated to em-dash form; meta description adds CTA - og:site_name added to all pages - noindex/nofollow on checkout, success, account pages - Sitemap (/sitemap.xml) with all public pages; robots.txt updated with Sitemap directive and Disallow for private paths - Schema: WebSite type added, Organization gains logo ImageObject, SoftwareApplication gains url field, billingIncrement corrected to billingPeriod (ISO 8601 P1M), sameAs gains x.com/neurontechai alongside GitHub - marked.min.js given defer attribute (was render-blocking) - page_head refactored into page_head_base + page_seo_block + page_open_seo for clean inner-page overrides without duplicating the CSS/script block
124 lines
5.6 KiB
C
124 lines
5.6 KiB
C
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include "el_runtime.h"
|
|
|
|
el_val_t page_schema(void);
|
|
|
|
el_val_t page_schema(void) {
|
|
return EL_STR("<script type=\"application/ld+json\">\n"
|
|
" {\n"
|
|
" \"@context\": \"https://schema.org\",\n"
|
|
" \"@graph\": [\n"
|
|
" {\n"
|
|
" \"@type\": \"WebSite\",\n"
|
|
" \"name\": \"Neuron\",\n"
|
|
" \"url\": \"https://neurontechnologies.ai\"\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Organization\",\n"
|
|
" \"name\": \"Neuron, LLC\",\n"
|
|
" \"url\": \"https://neurontechnologies.ai\",\n"
|
|
" \"logo\": {\n"
|
|
" \"@type\": \"ImageObject\",\n"
|
|
" \"url\": \"https://neurontechnologies.ai/assets/brand/neuron-wordmark-on-light@2x.png\"\n"
|
|
" },\n"
|
|
" \"founder\": {\n"
|
|
" \"@type\": \"Person\",\n"
|
|
" \"name\": \"Will Anderson\",\n"
|
|
" \"jobTitle\": \"Founder\"\n"
|
|
" },\n"
|
|
" \"description\": \"Neuron builds AI that runs on your machine, builds a memory over time, and gets sharper the longer you use it. One builder. Built different.\",\n"
|
|
" \"foundingDate\": \"2026\",\n"
|
|
" \"sameAs\": [\n"
|
|
" \"https://github.com/neuron-technologies\",\n"
|
|
" \"https://x.com/neurontechai\"\n"
|
|
" ]\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"SoftwareApplication\",\n"
|
|
" \"name\": \"Neuron\",\n"
|
|
" \"url\": \"https://neurontechnologies.ai\",\n"
|
|
" \"applicationCategory\": \"AIApplication\",\n"
|
|
" \"operatingSystem\": \"macOS, Windows, Linux\",\n"
|
|
" \"offers\": [\n"
|
|
" {\n"
|
|
" \"@type\": \"Offer\",\n"
|
|
" \"name\": \"Free\",\n"
|
|
" \"price\": \"0\",\n"
|
|
" \"priceCurrency\": \"USD\"\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Offer\",\n"
|
|
" \"name\": \"Professional\",\n"
|
|
" \"price\": \"19\",\n"
|
|
" \"priceCurrency\": \"USD\",\n"
|
|
" \"billingPeriod\": \"P1M\"\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Offer\",\n"
|
|
" \"name\": \"Founding Member\",\n"
|
|
" \"description\": \"Lifetime access for the first 1,000 members.\",\n"
|
|
" \"price\": \"199\",\n"
|
|
" \"priceCurrency\": \"USD\"\n"
|
|
" }\n"
|
|
" ],\n"
|
|
" \"description\": \"The AI that remembers you. Runs locally on your machine. Builds a persistent memory over every conversation. Gets sharper the longer you use it. Your data never leaves your device.\",\n"
|
|
" \"featureList\": [\n"
|
|
" \"Persistent memory — runs locally, never resets\",\n"
|
|
" \"Bring your own API keys (OpenAI, Anthropic, Grok)\",\n"
|
|
" \"Local inference via Ollama — coming, offline, zero cloud\",\n"
|
|
" \"Neuron Inference coming soon — priced below major APIs\",\n"
|
|
" \"Two devices included per plan\",\n"
|
|
" \"Enterprise deployment — Q1 2027\"\n"
|
|
" ]\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"FAQPage\",\n"
|
|
" \"mainEntity\": [\n"
|
|
" {\n"
|
|
" \"@type\": \"Question\",\n"
|
|
" \"name\": \"What is Neuron?\",\n"
|
|
" \"acceptedAnswer\": {\n"
|
|
" \"@type\": \"Answer\",\n"
|
|
" \"text\": \"Neuron is an AI that runs on your machine and builds a persistent memory over time. Every other AI forgets you when you close the tab. Neuron doesn't. The longer you use it, the less you have to explain.\"\n"
|
|
" }\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Question\",\n"
|
|
" \"name\": \"Does Neuron send my data to the cloud?\",\n"
|
|
" \"acceptedAnswer\": {\n"
|
|
" \"@type\": \"Answer\",\n"
|
|
" \"text\": \"No. Your memory lives on your machine and never leaves it. Neuron does not collect your data, train on your conversations, or require cloud storage. For inference you choose: local via Ollama, your own API keys, or Neuron Inference (coming soon).\"\n"
|
|
" }\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Question\",\n"
|
|
" \"name\": \"How much does Neuron cost?\",\n"
|
|
" \"acceptedAnswer\": {\n"
|
|
" \"@type\": \"Answer\",\n"
|
|
" \"text\": \"Neuron has a free tier that never expires. Professional is $19/month. Founding Member is $199 lifetime — available to the first 1,000 members only. All plans include two devices.\"\n"
|
|
" }\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Question\",\n"
|
|
" \"name\": \"Who built Neuron?\",\n"
|
|
" \"acceptedAnswer\": {\n"
|
|
" \"@type\": \"Answer\",\n"
|
|
" \"text\": \"Will Anderson. On April 22nd, 2026 he had a meeting with one of the largest technology companies in the world. Within two days their lawyers were engaged. He decided to build it himself. On April 25th he published the proof.\"\n"
|
|
" }\n"
|
|
" },\n"
|
|
" {\n"
|
|
" \"@type\": \"Question\",\n"
|
|
" \"name\": \"When does Neuron launch?\",\n"
|
|
" \"acceptedAnswer\": {\n"
|
|
" \"@type\": \"Answer\",\n"
|
|
" \"text\": \"Neuron is available for preorder now. Enterprise deployment launches Q1 2027.\"\n"
|
|
" }\n"
|
|
" }\n"
|
|
" ]\n"
|
|
" }\n"
|
|
" ]\n"
|
|
" }\n"
|
|
" </script>");
|
|
}
|