Skip to content

Commit

Permalink
Merge branch 'release/meta-tags-fix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Jul 5, 2023
2 parents 534fa7f + d0d7370 commit 375600e
Show file tree
Hide file tree
Showing 79 changed files with 775 additions and 1,125 deletions.
3 changes: 1 addition & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ module.exports = {
siteMetadata: {
title: `The first modular blockchain network`,
description: `Celestia is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead.`,
author: `Celestia Labs`,
author: `@CelestiaOrg`,
// siteUrl: `https://celestia.org`,
// siteUrl: `https://celestia.surge.sh`,
siteUrl: `https://dev.lazyledger.org`,
image: `/celestia-default-og-image.jpg`,
},
Expand Down
11 changes: 4 additions & 7 deletions src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ function SEO({ description, lang, meta, keywords, title, image }) {
}
}
`);


console.log(site.siteMetadata.image)

const metaTitle = title || site.siteMetadata.title;
const metaDescription = description || site.siteMetadata.description;
Expand Down Expand Up @@ -55,14 +52,14 @@ function SEO({ description, lang, meta, keywords, title, image }) {
name: `twitter:card`,
content: `summary_large_image`,
},
{
name: `twitter:creator`,
content: site.siteMetadata.author,
},
{
name: `twitter:title`,
content: metaTitle,
},
{
name: `twitter:site`,
content: site.siteMetadata.author,
},
{
name: `twitter:description`,
content: metaDescription,
Expand Down
6 changes: 3 additions & 3 deletions src/datas/careers/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Careers",
description: "Join our team of leading engineers, researchers and entrepreneurs in pioneering the first modular blockchain design.",
image: "",
title: "Careers | celestia.org",
description: "Join our team of leading engineers, researchers, and entrepreneurs in pioneering the first modular blockchain design.",
image: "/celestia-default-og-image.jpg",
};
4 changes: 2 additions & 2 deletions src/datas/community/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Community",
title: "Community | celestia.org",
description: "Discover community hubs, discussion forums, and resources that are used by the global Celestia community.",
image: "",
image: "/celestia-default-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/developer-portal/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Developer Portal",
title: "Developer Portal | celestia.org",
description: "The homepage for Celestia developers. Tutorials. Resources. Community.",
image: "",
};
image: "/developer-portal-og-image.jpg",
};
8 changes: 4 additions & 4 deletions src/datas/ecosystem/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Ecosystem",
description: "Celestia Ecosystem provides a wide range of apps and services built in the Celestia ecosystem. This page provides thematic focus to the diversity of services and apps developed on top of Celestia Tech.",
image: "/ecosystem-page.jpg",
};
title: "Ecosystem | celestia.org",
description: "Celestia Ecosystem provides a wide range of apps and services built in the Celestia ecosystem.",
image: "/ecosystem-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/faq/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - FAQ",
title: "FAQ | celestia.org",
description: "Find answers to frequently asked questions about Celestia.",
image: "",
};
image: "/celestia-default-og-image.jpg",
};
5 changes: 5 additions & 0 deletions src/datas/glossary/seoContent.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export const seoContent = {
title: "Glossary | celestia.org",
description: "Explore new terms about Celestia and modular blockchains.",
image: "/glossary-og-image.jpg",
};
4 changes: 2 additions & 2 deletions src/datas/home/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Home",
title: "Home | celestia.org",
description: "Celestia is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead.",
image: "/celestia-default-og-image.jpg",
};
};
6 changes: 3 additions & 3 deletions src/datas/press/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Press",
description: "Find Branding and Press Resources, Socilal Media channels, Enquiries and News about Celestia.",
image: "",
title: "Press | celestia.org",
description: "Find branding, news, social channels, and press contacts.",
image: "/celestia-default-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/resources/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Resources",
description: "Explore the Celestia network resources and documentation to learn more about the project.",
image: "",
title: "Resources | celestia.org",
description: "Explore blog posts, podcasts episodes, YouTube videos, and research papers about the Celestia network.",
image: "celestia-default-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/team/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Team",
description: "We're building the Celestia network",
image: "",
title: "Team | celestia.org",
description: "Meet the team building the Celestia network.",
image: "celestia-default-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/technology/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - Technology",
description: "Celestia is pioneering a new paradigm in blockchain design. A minimal, modular consensus layer for rollups.",
image: "",
title: "Technology | celestia.org",
description: "Learn about the core technology powering Celestia's new modular blockchain architecture.",
image: "celestia-default-og-image.jpg",
};
6 changes: 3 additions & 3 deletions src/datas/what-is-celestia/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Celestia - What is Celestia?",
description: "Celestia is pioneering a new paradigm in blockchain design. A minimal, modular consensus layer for rollups.",
title: "What is Celestia? | celestia.org",
description: "A complete beginner's guide to how Celestia works, its key benefits, and how anyone in the world will be able to create their own blockchain in minutes.",
image: "/what-is-celestia-og-image.jpg",
};
};
Binary file removed src/images/glossary-twitter-card.png
Binary file not shown.
Loading

0 comments on commit 375600e

Please sign in to comment.