Skip to content

Commit

Permalink
Update SEO component
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Sep 18, 2018
1 parent 68529dc commit 5c36e92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ module.exports = {
siteLogo: '/logos/logo-1024.png', // Used for SEO and manifest
siteDescription: 'Playful & Colorful One-Page website with Parallax effect',

siteFBAppID: '123456789', // Facebook App ID
// siteFBAppID: '123456789', // Facebook App ID - Optional
userTwitter: '@cara', // Twitter Username
ogSiteName: 'cara', // Facebook Site Name
ogLanguage: 'de_DE', // Facebook Language
ogLanguage: 'en_US', // Facebook Language

// Manifest and Progress color
themeColor: tailwind.colors.orange,
Expand Down
4 changes: 2 additions & 2 deletions config/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = {
siteLogo: '/logos/logo-1024.png', // Used for SEO and manifest
siteDescription: 'Playful & Colorful One-Page website with Parallax effect',

siteFBAppID: '123456789', // Facebook App ID
// siteFBAppID: '123456789', // Facebook App ID - Optional
userTwitter: '@cara', // Twitter Username
ogSiteName: 'cara', // Facebook Site Name
ogLanguage: 'de_DE', // Facebook Language
ogLanguage: 'en_US', // Facebook Language

// Manifest and Progress color
themeColor: tailwind.colors.orange,
Expand Down
5 changes: 1 addition & 4 deletions src/components/SEO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ const SEO = () => {
<Helmet>
<html lang={config.siteLanguage} />
<title>{title}</title>
<meta charSet="utf-8" />
<meta httpEquiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
Expand Down

0 comments on commit 5c36e92

Please sign in to comment.