Skip to content

Commit

Permalink
seo (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregable authored Aug 11, 2024
1 parent 92688a3 commit 861d373
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions src/lib/components/DemoData.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@

<div class="demoPrompt">
<p>
To use the calculator, you must provide data from your Social Security
record. If you aren't ready for that yet, try the demo using sample data:
To use the social security calculator, you must provide data from your
Social Security record. If you aren't ready for that yet, try the demo using
sample data:

<button on:click={loadDemoData(0)}>&#x261b; Try the Demo</button>
</p>
Expand Down
16 changes: 7 additions & 9 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
</script>

<svelte:head>
<title>Social Security Calculator</title>
<title>SSA.tools: A Social Security Calculator</title>
<meta
name="description"
content="A social security calculator that makes
understanding social security benefits simple. Estimator runs entirely in your
browser making the entire process secure and private."
content="An online social security calculator that makes understanding social security retirement benefits quick and simple."
/>
<link rel="canonical" href="https://ssa.tools" />
<meta property="og:url" content="https://ssa.tools" />
Expand Down Expand Up @@ -53,8 +51,8 @@
<p>
Painless entry of your earnings records directly from the "<i>my</i> SocialSecurity"
section at ssa.gov. Copy and paste your entire record directly into the social
security tool in a single quick step. Run entirely from your browser making
the process secure and private.
security calculator in a single quick step. Run entirely from your browser
making the process secure and private.
</p>
</div>
<div>
Expand Down Expand Up @@ -111,7 +109,7 @@
<h1>PIA Calculation</h1>
<p>
Visually calculate how your Average Indexed Monthly Earnings (AIME)
affects your Primary Insurance Amount (PIA). Use the estimator to see
affects your Primary Insurance Amount (PIA). Use the calcluator to see
how you compare to the two Social Security breakpoints.
</p>
</div>
Expand Down Expand Up @@ -169,7 +167,7 @@
<div id="footer">
<div id="footer-container">
<h2>What next</h2>
<h1>Want to try the calculator now?</h1>
<h1>Want to try the social security calculator now?</h1>
<p>
Great, <a href="/calculator">get started here</a>.
</p>
Expand All @@ -180,7 +178,7 @@
<li>Bookmark this in your browser.</li>
<li>
<a
href="mailto:your-email?body=Here%27s%20that%20link%3A%20https%3A%2F%2Fssa.tools%2F%0ANote%20to%20self%3A%20The%20social%20security%20calculator.%0A%0A%20Greg%2C%20the%20creator%2C%20is%20CC%27d%20on%20this%20email.%20Maybe%20reply%20and%20let%20him%20know%20if%20you%20found%20it%20useful%20after%20you%20use%20it.%20He%27ll%20probably%20like%20that.&cc=ggrothau%40gmail.com&amp;subject=Read%20later%3A%20Social%20Security%20Calculator"
href="mailto:?subject=Read%20later%3A%20Social%20Security%20Calculator%20(ssa.tools)&body=Here's%20that%20link%3A%20https%3A%2F%2Fssa.tools%2F%0ANote%20to%20self%3A%20The%20social%20security%20calculator"
>Send yourself an email</a
>.
</li>
Expand Down
6 changes: 4 additions & 2 deletions src/routes/guides/guide-footer.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="footer">
<h1>Try SSA.tools to see your personalized benefit</h1>
<h1>Try SSA.tools to calculate your personalized benefit</h1>
<p>See your personal benefit data and ask 'What If?' Questions.</p>
<div class="bigbtn">
<a class="bigbtn" href="/calculator" role="button"
Expand Down Expand Up @@ -36,7 +36,9 @@
font-weight: 400;
text-decoration: none;
display: flex;
box-shadow: 0 0 0 1px #5cb85c, 0 1px 2px 0 rgba(31, 42, 55, 0.4);
box-shadow:
0 0 0 1px #5cb85c,
0 1px 2px 0 rgba(31, 42, 55, 0.4);
align-items: center;
justify-content: center;
transition: all 0.2s ease-out;
Expand Down

0 comments on commit 861d373

Please sign in to comment.