Skip to content

Commit

Permalink
Merge pull request #129 from GSA-TTS/080-seo
Browse files Browse the repository at this point in the history
SEO Social Media preview stuff
  • Loading branch information
wesley-dean-gsa authored Aug 21, 2024
2 parents a34aac9 + f8570b2 commit 7b1b87b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@
{% else %}
<title>{{site.title}}</title>
{% endif %}

<!-- tell robots to follow links in the content and index all the things -->
<meta name="robots" content="index, follow" />

<meta property="og:title" content="{{page.title}}" />
<meta name="description" content="{{page.description}}" />
<meta property="og:description" content="{{page.description}}" />

<!-- use GSA's og:image as the social media preview image -->
<meta property="og:image" content="https://www.gsa.gov/sites/gsa.gov/themes/custom/gsa/custom_assets/images/open_graph_image.jpeg" />
<meta property="og:image:width" content="1500" />
<meta property="og:image:height" content="1000" />

<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@{{site.twitter}}" />
<meta name="twitter:title" content="{{page.title}}" />
Expand Down
2 changes: 2 additions & 0 deletions pages/jointts/compensation-and-benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Understanding compensation and benefits
layout: layouts/page
permalink: join/compensation-and-benefits/
description: Explore TTS employee compensation, including pay grades, raises, bonuses, benefits, and professional growth opportunities.
summary: Explore TTS employee compensation, including pay grades, raises, bonuses, benefits, and professional growth opportunities.

sidenav:
- text: Hiring process
Expand Down
2 changes: 2 additions & 0 deletions pages/jointts/federal-job-posting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Reading a federal job posting
layout: layouts/page
permalink: join/federal-job-posting/
description: Find out more about how to read federal job postings, including eligibility, travel, qualifications, and application tips to enhance your resume for TTS roles.
summary: Find out more about how to read federal job postings, including eligibility, travel, qualifications, and application tips to enhance your resume for TTS roles.

sidenav:
- text: Hiring process
Expand Down
2 changes: 2 additions & 0 deletions pages/jointts/hiring-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Navigating the hiring process
layout: layouts/page
permalink: join/hiring-process/
description: Learn more about the TTS hiring process, including security clearances, onboarding, and hiring authorities.
summary: Learn more about the TTS hiring process, including security clearances, onboarding, and hiring authorities.

sidenav:
- text: Hiring process
Expand Down
2 changes: 2 additions & 0 deletions pages/jointts/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Preparing your resume
layout: layouts/page
permalink: join/resume/
description: This guide will help you to create an effective resume for positions when applying for positions at Technology Transformation Services.
summary: This guide will help you to create an effective resume for positions when applying for positions at Technology Transformation Services.

sidenav:
- text: Hiring process
Expand Down

0 comments on commit 7b1b87b

Please sign in to comment.