Skip to content

Commit

Permalink
fix: fetch siteId from queue message
Browse files Browse the repository at this point in the history
  • Loading branch information
dipratap committed Nov 25, 2024
1 parent 8561a06 commit 23d64ec
Show file tree
Hide file tree
Showing 120 changed files with 3,064 additions and 2 deletions.
67 changes: 67 additions & 0 deletions test/audit-scripts/csv-reader.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
/* eslint-disable */
import fs from 'fs';
const readFile = (tagName, brandName) => {
const data = fs.readFileSync(`/Users/dipratap/Documents/reports/audit-csvs/${brandName}/${tagName}.csv`, 'utf8');
return data;
}

let titleCsv, descriptionCsv, h1Csv;

const init = (brandName) => {
try {
titleCsv = readFile('Title', brandName);
descriptionCsv = readFile('Description', brandName);
h1Csv = readFile('H1', brandName);
} catch (err) {
console.error('Error while reading csv', err);
}
}

function getFirstNLines(inputString, count, isRandom) {
let lines = inputString.split('\n');
if (isRandom) {
const firstElement = lines[0];
const restOfArray = lines.slice(1);
const sortedArray = restOfArray.sort(() => Math.random() - 0.5);
lines = [firstElement, ...sortedArray];
}
const firstNLines = lines.slice(0, count+1);
return firstNLines.join('\n');
}

export const getH1Csv = (brandName, linesCount, isRandom) => {
init(brandName);
if (linesCount) {
return getFirstNLines(h1Csv, linesCount, isRandom);
}
return h1Csv;
}

export const getTitleCsv = (brandName, linesCount, isRandom) => {
init(brandName);
if (linesCount) {
return getFirstNLines(titleCsv, linesCount, isRandom);
}
return titleCsv;
}

export const getDescriptionCsv = (brandName, linesCount, isRandom) => {
init(brandName);
if (linesCount) {
return getFirstNLines(descriptionCsv, linesCount, isRandom);
}
return descriptionCsv;
}

export const getOneRow = (brandName, tagName, line) => {
init(brandName);
let rows;
if (tagName === 'title') {
rows = titleCsv.split('\n');
} else if (tagName === 'description') {
rows = descriptionCsv.split('\n');
} else {
rows = h1Csv.split('\n');
}
return `${rows[0]}\n${rows[line - 1]}`;
}
680 changes: 680 additions & 0 deletions test/audit-scripts/jsontocsv.js

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions test/audit-scripts/output/Description-with-suggestions.csv

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions test/audit-scripts/output/Description.csv

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions test/audit-scripts/output/H1-with-suggestions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"SEO Impact","Issue","Details","Tag Content","Page URL","SEO Recommendation","AI Suggestion","AI Rationale"
"Moderate","Multiple H1 on same page","2 H1 tags detected","Egg Protein,Egg Protein(6 of 6)","https://www.bulk.com/uk/protein/egg-protein","1 H1 on each page","Egg Protein: The Gold Standard for Muscle Development","The H1 tag is engaging and informative, positioning egg protein as a superior choice for muscle development, which aligns with the brand's focus on high-quality sports nutrition."
53 changes: 53 additions & 0 deletions test/audit-scripts/output/H1.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
SEO Impact,Issue,Details,Tag Content,Page URL,SEO Recommendation
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/bulk-boost/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/clothing-returns/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/products/collagen-vitamin-c/bpb-coll-vitc/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/products/complete-mass-gainer/bble-cmas/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/products/creatine-monohydrate/bpb-cmon-0000/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/products/electrolyte-powder/bpb-elec-0000/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/products/vegan-protein-powder/vser-vppo/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/referafriend/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/,Should be present
High,Missing H1 tag,H1 tag is missing,-,https://www.bulk.com/uk/student-discount/,Should be present
Moderate,Multiple H1 on same page,3 H1 tags detected,"THIS IS BULK™,BULK™ STORY,CHANGE NUTRITION, CHANGE THE GAME.CHANGE ATTITUDES, CHANGE LIVES.",https://www.bulk.com/uk/about/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Gym Bags & Backpacks,Gym Bags & Backpacks(3 of 3)",https://www.bulk.com/uk/accessories-clothing/bags-backpacks/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Empty Capsules,Empty Capsules(1 of 1)",https://www.bulk.com/uk/accessories-clothing/empty-capsules/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Protein Shakers & Bottles,Protein Shakers & Bottles(12 of 12)",https://www.bulk.com/uk/accessories-clothing/shaker-bottles/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"T-Shirts & Tops,T-Shirts & Tops(1 of 1)",https://www.bulk.com/uk/accessories-clothing/t-shirts-tops/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"BLACK FRIDAY SALE,BLACK FRIDAY SALE(0 of 0)",https://www.bulk.com/uk/black-friday-sale/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Breakfast,Breakfast(20 of 23)",https://www.bulk.com/uk/foods/breakfast/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Zero Calorie Foods,Zero Calorie Foods(9 of 9)",https://www.bulk.com/uk/foods/zero-calorie-foods/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Greens Supplements,Greens Supplements(8 of 8)",https://www.bulk.com/uk/health-wellbeing/greens-supplements/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"High Fibre Supplements,High Fibre Supplements(16 of 16)",https://www.bulk.com/uk/health-wellbeing/high-fibre-supplements/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Multivitamins,Multivitamins(9 of 9)",https://www.bulk.com/uk/health-wellbeing/multivitamins/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Millions®,Millions®(4 of 4)",https://www.bulk.com/uk/millions/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"1kg Protein Powders,1kg Protein Powders(20 of 58)",https://www.bulk.com/uk/protein/1kg-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"5kg Protein Powders,5kg Protein Powders(20 of 31)",https://www.bulk.com/uk/protein/5kg-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Chocolate Protein Powders & Shakes,Chocolate Protein Powders & Shakes(20 of 23)",https://www.bulk.com/uk/protein/chocolate-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Collagen Supplements,Collagen Supplements(7 of 7)",https://www.bulk.com/uk/protein/collagen/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Cookie Protein Powders & Shakes,Cookie Protein Powders & Shakes(6 of 6)",https://www.bulk.com/uk/protein/cookie-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Egg Protein,Egg Protein(6 of 6)",https://www.bulk.com/uk/protein/egg-protein/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Mass Gainer Protein,Mass Gainer Protein(12 of 12)",https://www.bulk.com/uk/protein/mass-gainers/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Natural Protein,Natural Protein(20 of 22)",https://www.bulk.com/uk/protein/natural-protein/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Peanut Protein Powders & Shakes,Peanut Protein Powders & Shakes(8 of 8)",https://www.bulk.com/uk/protein/peanut-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Protein Bars,Protein Bars(8 of 8)",https://www.bulk.com/uk/protein/protein-bars/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Protein Powder,Protein Powder(20 of 116)",https://www.bulk.com/uk/protein/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Strawberry Protein Powders & Shakes,Strawberry Protein Powders & Shakes(20 of 26)",https://www.bulk.com/uk/protein/strawberry-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Vanilla Protein Powders & Shakes,Vanilla Protein Powders & Shakes(20 of 21)",https://www.bulk.com/uk/protein/vanilla-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Vegan Protein,Vegan Protein(20 of 25)",https://www.bulk.com/uk/protein/vegan-protein/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"All in One Protein Supplements,All in One Protein Supplements(9 of 9)",https://www.bulk.com/uk/sports-nutrition/all-in-one-supplements/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"BCAA Supplements,BCAA Supplements(7 of 7)",https://www.bulk.com/uk/sports-nutrition/amino-acids/bcaa/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Carbohydrate Supplements,Carbohydrate Supplements(16 of 16)",https://www.bulk.com/uk/sports-nutrition/carbohydrates/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Creatine Supplements,Creatine Supplements(12 of 12)",https://www.bulk.com/uk/sports-nutrition/creatine/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Hydration Supplements,Hydration Supplements(13 of 13)",https://www.bulk.com/uk/sports-nutrition/endurance-hydration/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Protein Drinks,Protein Drinks(14 of 14)",https://www.bulk.com/uk/sports-nutrition/post-workout/protein-drinks/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Nitric Oxide & Pump,Nitric Oxide & Pump(13 of 13)",https://www.bulk.com/uk/sports-nutrition/pre-workout/nitric-oxide-pump/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Pre Workout,Pre Workout(20 of 47)",https://www.bulk.com/uk/sports-nutrition/pre-workout/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"How to Target the Teres Minor & Major,Teres Minor & Teres Major: How To Target These Muscles And Why",https://www.bulk.com/uk/the-core/target-teres-minor-major/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Offers,Offers",https://www.bulk.com/uk/todays-offers/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Vegan,Vegan(20 of 134)",https://www.bulk.com/uk/vegan/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Vegan Protein,Vegan Protein(11 of 11)",https://www.bulk.com/uk/vegan/vegan-protein-powders/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Magnesium Supplements,Magnesium Supplements",https://www.bulk.com/uk/vitamins/minerals/magnesium/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Vitamins and Minerals,Vitamins and Minerals(20 of 67)",https://www.bulk.com/uk/vitamins/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Diet Shakes,Diet Shakes(7 of 7)",https://www.bulk.com/uk/weight-loss/diet-shakes/,1 H1 on each page
Moderate,Multiple H1 on same page,2 H1 tags detected,"Weight Loss Supplements,Weight Loss Supplements(20 of 20)",https://www.bulk.com/uk/weight-loss/,1 H1 on each page
2 changes: 2 additions & 0 deletions test/audit-scripts/output/Title-with-suggestions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"SEO Impact","Issue","Details","Tag Content","Page URL","SEO Recommendation","AI Suggestion","AI Rationale"
"Moderate","Length deviation","26 chars below limit","Adverse Impact","https://www.bamboohr.com/resources/hr-glossary/adverse-impact","40-60 characters long","Navigating Adverse Impact in HR: Strategies for Compliance | BambooHR","The optimized title includes relevant keywords and provides a clear indication of the content's focus on strategies for HR compliance, which can improve search visibility while also hinting at the value proposition of BambooHR's expertise."
Expand Down
9 changes: 9 additions & 0 deletions test/audit-scripts/output/Title.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SEO Impact,Issue,Details,Tag Content,Page URL,SEO Recommendation
Moderate,Length deviation,22 chars below limit,Bulk™ | Affiliates,https://www.bulk.com/uk/affiliates/,40-60 characters long
Moderate,Length deviation,27 chars below limit,Bulk™ Reviews,https://www.bulk.com/uk/bulk-reviews/,40-60 characters long
Moderate,Length deviation,24 chars below limit,Bulk™️ | Returns,https://www.bulk.com/uk/clothing-returns/,40-60 characters long
Moderate,Length deviation,31 chars below limit,Millions®,https://www.bulk.com/uk/millions/,40-60 characters long
Moderate,Length deviation,17 chars below limit,Diet Noodles | Bulk™ UK,https://www.bulk.com/uk/products/diet-noodles/bpf-dnoo/,40-60 characters long
Moderate,Length deviation,26 chars below limit,Refer a friend,https://www.bulk.com/uk/referafriend/,40-60 characters long
Moderate,Length deviation,17 chars below limit,bulk first logo | Bulk™,https://www.bulk.com/uk/the-core/16-things-you-didnt-know-about-bulk/bulk-first-logo/,40-60 characters long
Moderate,Length deviation,18 chars below limit,Today’s Offers | Bulk™,https://www.bulk.com/uk/todays-offers/,40-60 characters long
Loading

0 comments on commit 23d64ec

Please sign in to comment.