Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO Social Media preview stuff #129

Merged
merged 10 commits into from
Aug 21, 2024
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the copy for the DHA page, but this should be the copy for the compensation-and-benefits page (my fault, I could have made this clearer in the doc!):

Explore TTS employee compensation, including pay grades, raises, bonuses, benefits, and professional growth opportunities.

Copy link
Contributor

@narumigsa narumigsa Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated with correct copy.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks!

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
Loading