Skip to content

Commit

Permalink
chore:new documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
dekhtiaronchik committed Nov 30, 2023
1 parent 53d8a86 commit b113922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/checks/img-alt.check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const check_img_alt: IChecker = ({ $, raw_html }: ICheckerContext) => {

recommendations.push({
description: 'Missing alt text on image(s)',
documentation: 'https://prerender.io/technical-seo-issues/',
documentation: 'https://docs.prerender.io/docs/picture-alt-text',
scoreDelta: penalty,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/checks/meta-desc.check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const check_meta_desc: IChecker = ({ $, raw_html }: ICheckerContext) => {
// Add recommendation
recommendations.push({
description: 'Truncated meta description in SERPS',
documentation: 'https://prerender.io/technical-seo-issues/',
documentation: 'https://docs.prerender.io/v1/docs/meta-description',
scoreDelta: penalty,
});
}
Expand Down

0 comments on commit b113922

Please sign in to comment.