Skip to content

Commit

Permalink
Merge pull request #210 from varya/seo/main-descriptions
Browse files Browse the repository at this point in the history
feat: seo descriptions for main pages
  • Loading branch information
varya authored Aug 26, 2024
2 parents 359bcbb + 6a30e05 commit 28a327b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions src/pages/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ const Contact = () => (
<Page
hero={{ props: { background: "light-8" }, content: HeroContent }}
seo={{
title: "Contact - Varya Stepanova, design systems expert",
description: `Get in touch to discuss our next project`,
title:
"Contact Varya Stepanova: Expert in Design Systems, Frontend Development, and Engineering Management",
description: `Get in touch with Varya Stepanova for expert consultation on design systems, frontend development, and engineering management. Whether you need advice, collaboration, or custom solutions, Varya is ready to assist with your project needs.`,
cover: "/preview/contact.jpg",
}}
>
Expand Down
5 changes: 3 additions & 2 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ const Projects = ({ data }) => {
content: HeroContent,
}}
seo={{
title: "Projects",
description: `My recent works`,
title:
"Portfolio of Design Systems Projects: Tailored Solutions by Varya Stepanova",
description: `Explore Varya Stepanova's portfolio of design systems projects, showcasing her expertise in creating, enhancing, and managing scalable systems across various industries. See how Varya's tailored solutions drive innovation, efficiency, and seamless collaboration.`,
cover: "/preview/projects.jpg",
}}
>
Expand Down
6 changes: 2 additions & 4 deletions src/pages/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ const Services = ({ location }) => {
}}
seo={{
title:
"Varya Stepanova — design systems architect and engineering manager",
description: `Independent consultant open for new projects.
My roles include team leading of the design systems projects, technical
leadership in frontend and building development.`,
"Design Systems Services: Expert Architecture, Management, and Consultation by Varya Stepanova",
description: `Varya Stepanova elevates your design system with expert services, including audits, streamlined processes, team management, and scalable architecture development. Whether you need to start or enhance your design system, Varya guides you every step of the way.`,
cover: "/preview/services.jpg",
}}
location={location}
Expand Down
5 changes: 3 additions & 2 deletions src/templates/BlogIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ const Blog = ({ data, pageContext }) => {
content: HeroContent,
}}
seo={{
title: "Blog - Varya Stepanova, design systems expert",
description: `Read my articles and notes on design systems and development`,
title:
"Design Systems, Frontend Development, and Team Collaboration Blog by Varya Stepanova",
description: `Explore Varya Stepanova's blog for expert insights on design systems, frontend development, engineering, and team collaboration. Stay updated on best practices, emerging trends, and strategies to optimize workflows, enhance system architecture, and drive team success.`,
cover: "/preview/blog.jpg",
}}
>
Expand Down

0 comments on commit 28a327b

Please sign in to comment.