Skip to content

Instantly share code, notes, and snippets.

@MahdiKarimipour
Created April 24, 2022 23:29
Show Gist options
  • Save MahdiKarimipour/1caad9461cf364dfe8e9da284581b1ef to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/1caad9461cf364dfe8e9da284581b1ef to your computer and use it in GitHub Desktop.
SEO Components used in Rekenix Foundation
<SEO
title={props.title}
location={props.location}
type={SeoConstants.Types.Article}
author={props.author}
authorTwitterUserName={props.authTwitterUserName}
description={props.description}
datePublished={props.datePublished}
dateModified={props.dateModified}
readTime={props.readTime}
covers={props.covers}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment