mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-13 00:25:04 +08:00
seo: fix non canonical page in sitemap (#707)
This commit is contained in:
@ -196,6 +196,20 @@ module.exports = {
|
||||
blog: {
|
||||
blogSidebarCount: 15,
|
||||
},
|
||||
sitemap: {
|
||||
ignorePatterns: [
|
||||
'/blog/',
|
||||
'/blog/a-glimpse-into-front-end-interviews/',
|
||||
'/blog/are-front-end-development-skills-enough-for-a-career/',
|
||||
'/blog/facebook-career-questions-and-answers/',
|
||||
'/blog/importance-of-communicating-effectively-as-engineers/',
|
||||
'/blog/front-end-career-questions/',
|
||||
'/blog/how-to-have-successful-software-engineering-internship/',
|
||||
'/blog/tags/career/',
|
||||
'/blog/tags/meta/',
|
||||
'/blog/tags/facebook/',
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user