UNPKG

yoastseo-dep

Version:

Yoast clientside page analysis

185 lines (178 loc) 6.26 kB
import Paper from "../../../../src/values/Paper.js"; import content from "./hebrewPaper.html"; const name = "hebrewPaper"; const paper = new Paper( content, { keyword: "נאפולי", synonyms: "", description: "העיר היא עיר הבירה של פרובינציית נאפולי ובירת מחוז קמפניה. בנאפולי מתגוררים " + "כ-959,000 תושבים ובאזור המטרופוליטני, הכולל גם חלקים מנפות קזרטה, אבלינו וסלרנו מתגוררים כ-4,000,000 תושבים.", title: "נאפולי", textTitle: "נאפולי", titleWidth: 450, locale: "he_IL", permalink: "https://he.wikipedia.org/wiki/%D7%A0%D7%90%D7%A4%D7%95%D7%9C%D7%99", slug: "%D7%A0%D7%90%D7%A4%D7%95%D7%9C%D7%99", writingDirection: "RTL", } ); const expectedResults = { introductionKeyword: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33e' target='_blank'>Keyphrase in introduction</a>: Well done!", }, keyphraseLength: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33i' target='_blank'>Keyphrase length</a>: Good job!", }, keywordDensity: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33v' target='_blank'>Keyphrase density</a>: The keyphrase was found 6 times. This is great!", }, metaDescriptionKeyword: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33k' target='_blank'>Keyphrase in meta description</a>: " + "Keyphrase or synonym appear in the meta description. Well done!", }, metaDescriptionLength: { isApplicable: true, score: 6, resultText: "<a href='https://yoa.st/34d' target='_blank'>Meta description length</a>: " + "The meta description is over 156 characters. To ensure the entire description will be visible," + " <a href='https://yoa.st/34e' target='_blank'>you should reduce the length</a>!", }, subheadingsKeyword: { isApplicable: false, }, textCompetingLinks: { isApplicable: true, score: 0, resultText: "", }, textLength: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/34n' target='_blank'>Text length</a>: The text contains 388 words. Good job!", }, externalLinks: { isApplicable: true, score: 3, resultText: "<a href='https://yoa.st/34f' target='_blank'>Outbound links</a>:" + " No outbound links appear in this page. <a href='https://yoa.st/34g' target='_blank'>Add some</a>!", }, internalLinks: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33z' target='_blank'>Internal links</a>: You have enough internal links. Good job!", }, keyphraseInSEOTitle: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/33g' target='_blank'>Keyphrase in SEO title</a>: The exact match of the focus keyphrase " + "appears at the beginning of the SEO title. Good job!", }, titleWidth: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/34h' target='_blank'>SEO title width</a>: Good job!", }, slugKeyword: { isApplicable: true, score: 6, resultText: "<a href='https://yoa.st/33o' target='_blank'>Keyphrase in slug</a>: (Part of) your keyphrase does not appear " + "in the slug. <a href='https://yoa.st/33p' target='_blank'>Change that</a>!", }, urlLength: { isApplicable: true, score: 0, resultText: "", }, urlStopWords: { isApplicable: false, }, keyphraseDistribution: { isApplicable: true, score: 6, resultText: "<a href='https://yoa.st/33q' target='_blank'>Keyphrase distribution</a>: " + "Uneven. Some parts of your text do not contain the keyphrase or its synonyms." + " <a href='https://yoa.st/33u' target='_blank'>Distribute them more evenly</a>.", }, subheadingsTooLong: { isApplicable: true, score: 2, resultText: "<a href='https://yoa.st/34x' target='_blank'>Subheading distribution</a>:" + " You are not using any subheadings, although your text is rather long." + " <a href='https://yoa.st/34y' target='_blank'>Try and add some subheadings</a>.", }, textParagraphTooLong: { isApplicable: true, score: 3, resultText: "<a href='https://yoa.st/35d' target='_blank'>Paragraph length</a>: " + "1 of the paragraphs contains more than the recommended maximum of 150 words." + " <a href='https://yoa.st/35e' target='_blank'>Shorten your paragraphs</a>!", }, textSentenceLength: { isApplicable: true, score: 3, resultText: "<a href='https://yoa.st/34v' target='_blank'>Sentence length</a>: 66.7% of the sentences contain more than 15 words," + " which is more than the recommended maximum of 25%. <a href='https://yoa.st/34w' target='_blank'>Try to shorten the sentences</a>.", }, textTransitionWords: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/34z' target='_blank'>Transition words</a>: Well done!", }, passiveVoice: { isApplicable: true, score: 6, resultText: "<a href='https://yoa.st/34t' target='_blank'>Passive voice</a>: 14.3% of the sentences contain passive voice, " + "which is more than the recommended maximum of 10%. <a href='https://yoa.st/34u' target='_blank'>" + "Try to use their active counterparts</a>.", }, textPresence: { isApplicable: true, score: 0, resultText: "", }, sentenceBeginnings: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/35f' target='_blank'>Consecutive sentences</a>:" + " There is enough variety in your sentences. That's great!", }, imageKeyphrase: { // This is not applicable to this paper since the text doesn't have any image in it. isApplicable: false, }, imageCount: { isApplicable: true, score: 3, resultText: "<a href='https://yoa.st/4f4' target='_blank'>Images</a>: No images appear on this page." + " <a href='https://yoa.st/4f5' target='_blank'>Add some</a>!", }, wordComplexity: { isApplicable: false, }, textAlignment: { isApplicable: true, score: 0, resultText: "", }, textTitleAssessment: { isApplicable: true, score: 9, resultText: "<a href='https://yoa.st/4nh' target='_blank'>Title</a>: Your page has a title. Well done!", }, }; export { name, paper, expectedResults, }; export default { name: name, paper: paper, expectedResults: expectedResults, };