Skip to content

Commit b35c445

Browse files
updates
1 parent 5529480 commit b35c445

72 files changed

Lines changed: 4998 additions & 182 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/get-interview-scheduled/page.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,22 @@ export default function GetInterviewScheduledPage() {
11141114
{/* ═══════════════════════════════════════════════════════════════════
11151115
RELATED LINKS
11161116
═══════════════════════════════════════════════════════════════════ */}
1117+
{/* Candidate Marketing CTA */}
1118+
<section style={{ background: 'var(--pts-section-alt)', borderTop: '1px solid var(--pts-border)', padding: 'clamp(2rem,4vw,3rem) 1rem' }}>
1119+
<div style={{ width: '100%', maxWidth: 'var(--pts-content-max)', margin: '0 auto' }}>
1120+
<p style={{ fontSize: '.72rem', fontWeight: 700, letterSpacing: '.18em', textTransform: 'uppercase', color: 'var(--pts-accent)', marginBottom: '.6rem' }}>Also Available</p>
1121+
<h2 style={{ fontFamily: "Georgia,'Times New Roman',serif", fontSize: 'clamp(1.2rem,2.2vw,1.6rem)', fontWeight: 700, color: 'var(--pts-text)', lineHeight: 1.3, marginBottom: '.75rem', maxWidth: 580 }}>
1122+
Profile Ready but Not Getting Enough Market Movement?
1123+
</h2>
1124+
<p style={{ fontSize: '.93rem', color: 'var(--pts-text-muted)', lineHeight: 1.75, marginBottom: '1.25rem', maxWidth: 560 }}>
1125+
Our Job Application &amp; Candidate Marketing service can help apply to relevant jobs, reach recruiters, follow up, and track opportunities — keeping your profile active in the market after profile readiness work.
1126+
</p>
1127+
<a href="/job-application-candidate-marketing/" style={{ display: 'inline-flex', alignItems: 'center', gap: '.45rem', background: 'var(--pts-forest)', color: '#fff', fontWeight: 700, fontSize: '.92rem', padding: '.75rem 1.5rem', borderRadius: '50px', textDecoration: 'none', transition: 'background .2s' }}>
1128+
Add Candidate Marketing →
1129+
</a>
1130+
</div>
1131+
</section>
1132+
11171133
<nav className="gis-related" aria-label="Related pages">
11181134
<div className="gis-inner">
11191135
<p className="gis-related-label">Related Services &amp; Pages</p>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['abu-dhabi'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Abu Dhabi UAE | Proxy Tech Support',
10+
description: 'Abu Dhabi government tech and enterprise IT roles require targeted marketing. We apply to relevant Abu Dhabi IT jobs, reach local recruiters, follow up professionally, and keep your profile active.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['atlanta'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Atlanta GA | Proxy Tech Support',
10+
description: 'Atlanta tech roles are moving fast. We apply to relevant Atlanta IT jobs on your behalf, reach local recruiters, follow up professionally, and keep your profile active in the growing Atlanta tech market.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['austin'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Austin TX | Proxy Tech Support',
10+
description: 'Austin tech market is competitive. We apply to relevant Austin IT jobs on your behalf, reach local recruiters, follow up professionally, and keep your profile active in the Austin tech market.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['australia'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Services Australia | Proxy Tech Support',
10+
description: 'Not getting IT interview calls from Australian employers? We apply to relevant Australia jobs on Seek and LinkedIn, reach Sydney and Melbourne recruiters, follow up professionally, and keep your profile active.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['berlin'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Berlin Germany | Proxy Tech Support',
10+
description: 'Berlin startup and scale-up tech roles attract EU-wide competition. We apply to relevant Berlin IT jobs, reach local recruiters, follow up professionally, and keep your profile active in the Berlin tech market.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['birmingham'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Birmingham UK | Proxy Tech Support',
10+
description: 'Birmingham tech and digital roles require active marketing. We apply to relevant Birmingham IT jobs on your behalf, reach local recruiters, follow up professionally, and keep your profile active.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['boston'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Boston MA | Proxy Tech Support',
10+
description: 'Boston BioTech, FinTech, and enterprise tech roles are competitive. We apply to relevant Boston IT jobs, reach Kendall Square and Route 128 recruiters, follow up professionally, and keep your profile active.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['brisbane'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Brisbane Australia | Proxy Tech Support',
10+
description: 'Brisbane tech roles move fast. We apply to relevant Brisbane IT jobs on your behalf, reach local recruiters, follow up professionally, and keep your profile active in the growing Brisbane tech market.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import type { Metadata } from 'next';
2+
import CandidateMarketingGeoTemplate from '@/components/CandidateMarketingGeoTemplate';
3+
import { candidateMarketingGeoConfigs } from '@/data/candidate-marketing-geo';
4+
import { landingPageMetadata } from '@/lib/site-seo';
5+
6+
const config = candidateMarketingGeoConfigs['calgary'];
7+
8+
export const metadata: Metadata = landingPageMetadata({
9+
title: 'Job Application & Candidate Marketing Calgary | Proxy Tech Support',
10+
description: 'Calgary energy tech and enterprise IT roles require targeted marketing. We apply to relevant Calgary jobs, reach local recruiters, follow up professionally, and keep your profile active in the Calgary market.',
11+
canonical: config.canonical,
12+
keywords: config.localKeywords,
13+
});
14+
15+
export default function Page() {
16+
return <CandidateMarketingGeoTemplate config={config} />;
17+
}

0 commit comments

Comments
 (0)