[feih} seo: fix non canonical page in sitemap issue (#520)
This commit is contained in:
parent
3710fe8093
commit
f69bb0dc08
|
|
@ -210,6 +210,9 @@ module.exports = {
|
|||
gtag: {
|
||||
trackingID: 'G-D9B6CHX36V',
|
||||
},
|
||||
sitemap: {
|
||||
ignorePatterns: ['/blog/tags/javascript', 'blog/tags/career', 'blog/tags/map', 'blog/tags/object', 'blog/tags/interview', 'blog/tags/front-end', 'blog', 'blog/blog/javascript-object-vs-map', 'blog/a-glimpse-into-front-end-interviews', '/blog/front-end-career-questions', 'blog/are-front-end-development-skills-enough-for-a-career'],
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue