
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@answerable-kit/templates
Advanced tools
Page templates (About, Privacy, Terms, FAQ, Contact) for the Answerable SEO toolkit. Installed into user projects by the CLI.
Page templates installed into user projects by the Answerable CLI. Each template is a Next.js App Router page (.tsx) wired up with defineSeo() from @answerable-kit/metadata and the matching JSON-LD generator from @answerable-kit/schemas — drop one in and you have a working, audit-ready page.
v0.1.0. Five templates ship today — About, Privacy, Terms, FAQ, Contact — each wired up with
defineSeo()and the matching JSON-LD generator.
import { listTemplates, getTemplate, renderTemplate } from '@answerable-kit/templates';
// Enumerate every available template:
for (const t of listTemplates()) {
console.log(t.name, t.filename, t.requiredTokens);
}
// Render a template with substituted token values:
const source = renderTemplate('about', {
PROJECT_NAME: 'Acme',
DOMAIN: 'acme.com',
URL: 'https://acme.com',
DESCRIPTION: 'The friendliest widget shop on the internet.',
});
// `source` is now a string of TSX, ready to write to app/about/page.tsx.
| Template | Filename | Drives audit checks |
|---|---|---|
about | app/about/page.tsx | D1 (About page), D5 (chrome link), C2 (Organization schema) |
privacy | app/privacy/page.tsx | D2 (Privacy policy), D6 (footer link) |
terms | app/terms/page.tsx | D3 (Terms of use), D6 (footer link) |
faq | app/faq/page.tsx | B5 (FAQ section), C4 (FAQPage schema) |
contact | app/contact/page.tsx | D4 (Contact info), D6 (footer link) |
renderTemplate() rejects:
{{TOKEN}} referenced in the template must have a valuevalues object must correspond to a {{TOKEN}} referenced in the template (catches typos at install time)Both errors include the full list of offending tokens so the CLI can surface them all in one prompt.
MIT © 2026 Anuj Ojha
FAQs
Page templates (About, Privacy, Terms, FAQ, Contact) for the Answerable SEO toolkit. Installed into user projects by the CLI.
We found that @answerable-kit/templates demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.