Conversation
assessment/excludeSidekick.js
Outdated
|
|
||
| async function checkNoIndexMetaTag(url) { | ||
| try { | ||
| const response = await fetch(url); |
There was a problem hiding this comment.
do we only need to check the root url?
There was a problem hiding this comment.
@dzehnder This is the library page, that being said that was the only page I found, if you know of any other let me know
There was a problem hiding this comment.
As we have seen the other ones to check are the ones in library.json, I'll check that
|
Some additional comments from meeting with Alvaro: Some additional questions that came up: |
…uplicated -export function and added to all-assessments -use of HttpClient instead of fetch
|
Maybe for the library page we could use also nofollow, to be sure that the block pages are not indexed, but that would mean that this is the only way for those pages to be discovered (which we are not sure) |
Added excludeSidekick assessment