Skip to content

Commit

Permalink
add facebook id
Browse files Browse the repository at this point in the history
  • Loading branch information
01lexandre committed Jun 9, 2022
1 parent 245892d commit ff82015
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 3 deletions.
3 changes: 3 additions & 0 deletions next-seo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ export default {
site: '@naweby',
cardType: 'summary_large_image',
},
facebook:{
appId: '872647112866921',
},
robotsProps: {
nosnippet: true,
notranslate: true,
Expand Down
9 changes: 9 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# *
User-agent: *
Allow: /

# Host
Host: http://www.naweby.com.br

# Sitemaps
Sitemap: http://www.naweby.com.br/sitemap.xml
7 changes: 7 additions & 0 deletions public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>http://www.naweby.com.br</loc><lastmod>2022-06-09T18:56:22.580Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://www.naweby.com.br/cadastre-se-gratis</loc><lastmod>2022-06-09T18:56:22.580Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://www.naweby.com.br/termos-de-uso</loc><lastmod>2022-06-09T18:56:22.580Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>http://www.naweby.com.br/tudo-pronto</loc><lastmod>2022-06-09T18:56:22.580Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
4 changes: 4 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>http://www.naweby.com.br/sitemap-0.xml</loc></sitemap>
</sitemapindex>
15 changes: 12 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,22 @@ export default function Home() {
images: [
{
url: process.env.APP_IMAGE_DESTAQUE,
width: 3333,
height: 3333,
width: 1920,
height: 1080,
alt: process.env.APP_SLOGAN
},
],
}}
twitter={{
images: [
{
url: process.env.APP_IMAGE_DESTAQUE,
width: 1920,
height: 1080,
alt: process.env.APP_SLOGAN
},
],
}}
twitter={{}}
/>
<WebPageJsonLd
description={process.env.APP_DESCRIPTION}
Expand Down

0 comments on commit ff82015

Please sign in to comment.