Skip to content

Commit

Permalink
add sitemap
Browse files Browse the repository at this point in the history
add google seo verification
  • Loading branch information
prevwong committed Jan 4, 2020
1 parent 0fd8d41 commit b7c7e1b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/examples/landing/seo/googlee6ec608adf0c9ed0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googlee6ec608adf0c9ed0.html
16 changes: 16 additions & 0 deletions packages/examples/landing/seo/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://craft.js.org/</loc>
<lastmod>2020-01-04T06:39:23+00:00</lastmod>
</url>

<url>
<loc>https://craft.js.org/r/</loc>
<lastmod>2020-01-04T06:39:23+00:00</lastmod>
</url>
</urlset>
1 change: 1 addition & 0 deletions packages/examples/landing/seo/urllist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://craft.js.org/
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ yarn build:all
lerna run export --stream
mkdir site
cp -r ./packages/examples/landing/out/* site/
cp -r ./packages/examples/landing/seo/* site/
cp -r ./packages/docs/build site/r
mkdir site/examples
cp -r ./packages/examples/basic/out/ site/examples/basic
Expand Down

0 comments on commit b7c7e1b

Please sign in to comment.