Created
April 24, 2022 23:29
-
-
Save MahdiKarimipour/1caad9461cf364dfe8e9da284581b1ef to your computer and use it in GitHub Desktop.
SEO Components used in Rekenix Foundation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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