Skip to content

Commit 3b488ca

Browse files
committed
chore(blog-441): allow singapore pages to be indexed
1 parent 6bf1a77 commit 3b488ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gatsby-config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,26 @@ module.exports = {
7272
...pages("/asia/vietnam/southern-vietnam/"),
7373
...pages("/asia/philippines/"),
7474
...pages("/asia/japan/"),
75+
...pages("/asia/singapore/"),
7576
],
7677
disallow: [
7778
...pages("/asia/vietnam/northern-vietnam/"),
7879
...pages("/asia/vietnam/central-vietnam/"),
7980
...pages("/asia/cambodia/"),
8081
...pages("/asia/indonesia/"),
8182
...pages("/asia/malaysia/"),
82-
...pages("/asia/singapore/"),
8383
...pages("/asia/taiwan/"),
8484
...pages("/oceania/"),
8585
],
8686
},
87-
{
88-
userAgent: "twitterbot",
89-
allow: [...pages("/asia/singapore/")],
90-
},
91-
{
92-
userAgent: "facebookexternalhit",
93-
allow: [...pages("/asia/singapore/")],
94-
},
87+
// {
88+
// userAgent: "twitterbot",
89+
// allow: [...pages("/asia/singapore/")],
90+
// },
91+
// {
92+
// userAgent: "facebookexternalhit",
93+
// allow: [...pages("/asia/singapore/")],
94+
// },
9595
],
9696
},
9797
},

0 commit comments

Comments
 (0)