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