Skip to content

Commit

Permalink
fix: move canonical after url
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Mar 6, 2020
1 parent 1b0a2c9 commit 3c74a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scrap-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const fields_presets = {
minimal: ['response.url'],
seo: [
'response.url',
'result.canonical',
'previousUrl',
'depth',
'response.status',
Expand All @@ -25,7 +26,6 @@ const fields_presets = {
'result.h1',
'result.description',
'result.keywords',
'result.canonical',
'result.og_title',
'result.og_image',
'result.h1_count',
Expand Down

0 comments on commit 3c74a10

Please sign in to comment.