Updated product constraints (confirmed in full)
- Pricing model: JobShinobi is a paid Pro subscription and the marketing site explicitly advertises a 7‑day free trial.
- Plans shown in code: $20.00/month and $199.99/year (
src/app/constants/plans.ts) - Pricing section copy: “All plans include a 7-day free trial.” (
src/components/PricingSectionComponent.tsx)
- Plans shown in code: $20.00/month and $199.99/year (
- Hard rule for the tool page title/description: do not say “Free Interview Notes Template Generator” (no free plan evidenced; trial exists). Use “Try Free” language if needed.
What the app actually supports (relevant to “interview notes”)
Interview-related tracking exists, but not a notes-template “generator.”
- Email ingestion AI can classify emails into statuses including “Interview” (
parseJobApplicationEmailinsrc/lib/emailParser.tsand status enum in constraints). - Settings UI includes Interview Reminders with copy: “Get reminded 1 day before interviews” (
src/app/dashboard/settings/page.tsx).
Important: We have UI + preference storage, but we have not confirmed any scheduling/notification sending logic for reminders—so don’t claim calendar invites, SMS, or guaranteed reminder delivery. - Email forwarding workflow explicitly mentions “interview invite” emails in “How It Works” (
settings/page.tsx), and SendGrid webhook will parse forwarded emails and create/update job applications (Pro-only).
Critical gap: the requested “tool” route still appears not to exist
From the earlier repo-wide greps (per your summary) there’s still no evidence of:
- a
/toolsrouting system, - the slug
/tools/interview-notes-template-generator-tool, - or any UI/API that generates an “interview notes template.”
So if we ship a page at that URL, it must be honest:
- it can be a copy/paste template resource page (static content),
- not a claim that JobShinobi “generates” a template in-app (unless product adds that feature).
Competitor landscape patterns (what ranks and why)
You now have coverage across multiple SERP “types”:
1) Template libraries (SEO-heavy, lots of internal links)
- Jotform (≈5.9k words; huge internal linking; schema; FAQ)
- 123FormBuilder (≈1.3k words; schema; FAQ; process steps)
- Smartsheet (≈3.1k words; templates + guidance; schema; FAQ)
2) Workspace template tools
- xTiles (≈900 words; heavy internal linking; FAQ; “FREE” positioning)
3) AI interview notes products (not templates; recruiting-focused)
- BrightHire (≈600 words; FAQ; high visual density)
4) “How to take notes” blog-with-template
- Looppanel (≈1.1k words; FAQ; notably broken/oversized meta description in our fetch—worth noting but not copying)
Common SEO elements to replicate (without copying claims):
- Clear H1 = template name
- A “what’s included” section listing template fields
- A How to Use step-by-step (often 3–5 steps)
- FAQ (especially “is it free?”, “who is it for?”, “what to include?”)
- Schema (HowTo + SoftwareApplication if relevant)
Implications for your eventual JobShinobi page (what we can safely write)
Given constraints + missing tool implementation, the safest positioning is:
- Page is an Interview Notes Template (copy/paste) designed for job seekers.
- Tie-in to JobShinobi should be framed as a workflow:
- Use JobShinobi to track interview status (via email forwarding or manual status updates in tracker)
- Turn on Interview Reminders (preference exists)
- Keep the notes template in your own docs (Google Docs/Notion/etc.) and optionally summarize outcomes in your tracker only if the UI clearly supports a notes field (not yet confirmed—so avoid promising that).
What I recommend doing next (before drafting final page copy)
- Decide the honest page type:
- “Template (copy/paste)” resource page (recommended), not “generator.”
- Confirm whether job tracker UI supports storing interview notes (a notes/additional info field) so the HowTo can mention saving notes inside JobShinobi.
- We’ve confirmed DB fields like
additional_infoexist in email ingestion inserts, but we haven’t confirmed an editable notes field in the dashboard UI.
- We’ve confirmed DB fields like
- Confirm whether reminders are actually delivered (email notifications/scheduler). Right now we can only safely say “toggle interview reminders in settings.”
If you want, I can now produce the full markdown tool page for /tools/interview-notes-template-generator-tool using trial-safe language (e.g., “Try free for 7 days”) and framing the “template generator” as a template you can copy, unless you confirm the generator UI exists.



