Quickfix typo
This commit is contained in:
@@ -4,7 +4,13 @@ import ImgIntro from '../images/web-development-company.svg'
|
|||||||
|
|
||||||
class SEO extends Component {
|
class SEO extends Component {
|
||||||
render() {
|
render() {
|
||||||
const { siteTitle, siteDescription, siteImage, siteUrl, postSEO } = this.props
|
const {
|
||||||
|
siteTitle,
|
||||||
|
siteDescription,
|
||||||
|
siteImage,
|
||||||
|
siteUrl,
|
||||||
|
postSEO,
|
||||||
|
} = this.props
|
||||||
|
|
||||||
let title = siteTitle
|
let title = siteTitle
|
||||||
? siteTitle
|
? siteTitle
|
||||||
@@ -39,7 +45,7 @@ class SEO extends Component {
|
|||||||
item: {
|
item: {
|
||||||
'@id': pageUrl,
|
'@id': pageUrl,
|
||||||
name: title,
|
name: title,
|
||||||
image,
|
img,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -47,7 +53,7 @@ class SEO extends Component {
|
|||||||
{
|
{
|
||||||
'@context': 'http://schema.org',
|
'@context': 'http://schema.org',
|
||||||
'@type': 'BlogPosting',
|
'@type': 'BlogPosting',
|
||||||
url: blogURL,
|
url: blogUrl,
|
||||||
name: title,
|
name: title,
|
||||||
alternateName:
|
alternateName:
|
||||||
'Saburly - App Development & Mobile Design agency that makes you stand out',
|
'Saburly - App Development & Mobile Design agency that makes you stand out',
|
||||||
|
|||||||
Reference in New Issue
Block a user