Skip to content

Commit ea9d14a

Browse files
authored
seo: fix non canonical page in sitemap (#707)
1 parent 983537a commit ea9d14a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

apps/website/docusaurus.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,20 @@ module.exports = {
196196
blog: {
197197
blogSidebarCount: 15,
198198
},
199+
sitemap: {
200+
ignorePatterns: [
201+
'/blog/',
202+
'/blog/a-glimpse-into-front-end-interviews/',
203+
'/blog/are-front-end-development-skills-enough-for-a-career/',
204+
'/blog/facebook-career-questions-and-answers/',
205+
'/blog/importance-of-communicating-effectively-as-engineers/',
206+
'/blog/front-end-career-questions/',
207+
'/blog/how-to-have-successful-software-engineering-internship/',
208+
'/blog/tags/career/',
209+
'/blog/tags/meta/',
210+
'/blog/tags/facebook/',
211+
],
212+
},
199213
},
200214
],
201215
],

0 commit comments

Comments
 (0)