Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions landing-astro/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const jsonLd = {
'@context': 'https://schema.org',
'@type': 'SoftwareApplication',
name: 'RolePatch',
alternateName: ['Role Patch', 'rolepatch.com'],
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web',
url: SITE_URL,
Expand Down
1 change: 1 addition & 0 deletions landing-astro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const softwareAppJsonLd = {
'@context': 'https://schema.org',
'@type': 'SoftwareApplication',
name: 'RolePatch',
alternateName: ['Role Patch', 'rolepatch.com'],
applicationCategory: 'BusinessApplication',
operatingSystem: 'Web Browser',
url: 'https://rolepatch.com',
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function RootLayout({
<script
type="application/ld+json"
dangerouslySetInnerHTML={{
__html: `{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://sassmaker.com/#org","name":"SaaS Maker (Foundry)","url":"https://sassmaker.com","sameAs":["https://sassmaker.com","https://github.com/sass-maker/rolepatch"]},{"@type":"SoftwareApplication","@id":"https://rolepatch.com/#app","name":"RolePatch","url":"https://rolepatch.com","description":"AI-powered resume tailoring. Score fit against a job description, rewrite bullets for the role, and prep interviews.","publisher":{"@id":"https://sassmaker.com/#org"}}]}`,
__html: `{"@context":"https://schema.org","@graph":[{"@type":"Person","@id":"https://sarthakagrawal.dev/#person","name":"Sarthak Agrawal","jobTitle":"AI Infrastructure & Product Engineer","url":"https://sarthakagrawal.dev","image":"https://avatars.githubusercontent.com/u/43884471?v=4","sameAs":["https://sarthakagrawal.dev","https://www.linkedin.com/in/sarthakagrawal927","https://github.com/sarthakagrawal927","https://x.com/sarthakcodes","https://huggingface.co/sarthakagrawal927"]},{"@type":"SoftwareApplication","@id":"https://rolepatch.com/#app","name":"RolePatch","alternateName":["Role Patch","rolepatch.com"],"url":"https://rolepatch.com","description":"AI-powered resume tailoring. Score fit against a job description, rewrite bullets for the role, and prep interviews.","publisher":{"@id":"https://sarthakagrawal.dev/#person"},"sameAs":["https://github.com/Significant-Hobbies/rolepatch"]}]}`,
}}
/>
{/* fleet-jsonld:end */}
Expand Down