scholar9.com

Evaluation du site scholar9.com

Home | Scholar9 - Elevating Academic Excellence Online

 Généré le 05 Avril 2026 18:25

Vieilles statistiques? UPDATE !

Le score est de 57/100

Optimisation du contenu

Titre

Home | Scholar9 - Elevating Academic Excellence Online

Longueur : 54

Parfait, votre titre contient entre 10 et 70 caractères.

Description

A free website for scholars, researchers, teachers, and journal publishers. Makes it easy to find experts, reviewers, editors, and journals.

Longueur : 140

Génial, votre balise META description contient entre 70 et 160 caractères.

Mots-clefs

Research Network , Scholar Network, Reviewer Network, Research Review, Reviewer System, Research Community, Peer reviewed, Peer-reviewed network, University Network, College Network, Institute Network, Professor Profile, Teacher Profile, Institute Detail, Institute Profile, University Profile, University Detail

Bien, votre page contient une balise META keywords.

Propriétés Open Graph

Bien, cette page profite des balises META Open Graph.

Propriété Contenu
title Home | Scholar9 - Elevating Academic Excellence Online
description A free website for scholars, researchers, teachers, and journal publishers. Makes it easy to find experts, reviewers, editors, and journals.
image https://scholar9.com/assets/images/favicon.png
url https://scholar9.com
type website
site_name Scholar9

Niveaux de titre

H1 H2 H3 H4 H5 H6
1 20 10 17 0 2
  • [H1] Your Scholarly Networking Platform
  • [H2] Everything You Need to Excel
  • [H2] What PlatformWe Have
  • [H2] How It Works
  • [H2] Built for Everyone
  • [H2] Trusted by Leading Researchers
  • [H2] Trending Research Papers
  • [H2] The Scholar9 Architecture
  • [H2] Top Researchers This Month
  • [H2] Featured Journals
  • [H2] Featured Journals From It
  • [H2] Hot Discussions
  • [H2] Host your free paper publication conference with scholarmeet platform
  • [H2] Empower Your Research Community
  • [H2] Start Your Own Journal
  • [H2] Manage SubmissionsLike Never Before
  • [H2] Past Events & Conferences
  • [H2] Ready to Accelerate Your Research?
  • [H2] Subscribe us to get updated
  • [H2] QUICKLINKS
  • [H2] CONTACT US
  • [H3] Academic Social Networking
  • [H3] Journal Indexing and Discovery
  • [H3] Conference Management
  • [H3] Institutional Analytics
  • [H3] Scholar9 Core
  • [H3] Scholar9 Core Nexus
  • [H3] Smart ManuscriptSubmission Manager
  • [H3] ${s.title}
  • [H3] ${d.title}
  • [H3] ${j.name}
  • [H4]
  • [H4] Publisher Portal
  • [H4] Scholar Network
  • [H4] Institution Hub
  • [H4] Indexed Database
  • [H4] Publisher Portal Peer Review Flow
  • [H4] Scholar Network Academic Social Hub
  • [H4] Institution Hub Admin Console
  • [H4] Indexed Database Global Repository
  • [H4] Platform
  • [H4] Resources
  • [H4] Company
  • [H4] ${p.title}
  • [H4] ${r.name}
  • [H4] ${j.name}
  • [H4] ${q.question}
  • [H4] ${e.title}
  • [H6] // ${user.name} // // ${hasRating ? ` // Rating // // ${reviewerParameters.map((param, index) => { // if (ratingValues[index] !== undefined) { // return ` // // ${param.name} // // `; // } else { // return ''; // } // }).join('')} // ` : ''} // ${hasRating ? ` // Comment` // : ''} // ${commentText} // ${imageHTML} // ${documentHTML} // //
  • [H6] ") // .addClass("white-text") // .css({ // "text-decoration": "none", // "font-size": "14px", // "margin": "0px 20px 0px 0px", // "border": "1px solid transparent", // "width": "auto", // "padding": "10px", // "border-radius": "15px 15px 0px 15px", // "background": "#092A45", // "color": "#FFFFFF", // "max-width": "80%", // "text-align": "right", // }) // .text('You ' + selectedTexts.join(' and ')); // // Check if there's comment text to add // if (commentHtml !== '') { // var comment_Text = $("") // .css({ // "margin": "10px 0px", // "font-size": "14px", // // "display": "flex", // // "align-items": "center", // // "justify-content": "flex-end", // "white-space": "pre-wrap", // }) // .html(commentHtml); // h6Element.append(comment_Text); // } // commentTextContainer.append(h6Element); // // Create the commentDatePlaceholder element // var commentDate = $("") // .addClass("commentDatePlaceholder") // .attr("data-time", response.created_at) // Assuming the time comes from your response // .css({ // "text-align": "right", // "margin": "10px 30px", // "font-size": "12px", // "display": "none", // "align-items": "center", // "justify-content": "flex-end", // }) // .text(timestampDate); // Update this with the actual time data from your response // var Date = $("") // .addClass("formattedTimeAgo") // .css({ // "text-align": "right", // "margin": "10px 30px", // "font-size": "12px", // "display": "flex", // "align-items": "center", // "justify-content": "flex-end", // }) // .text(timestampDate); // // Append the new comment container to the specified container // $(".publish-blog-section-container").append(commentTextContainer); // $(".publish-blog-section-container").append(commentDate); // $(".publish-blog-section-container").append(Date); // // Extract and display images and files // var commentHtml = commentHtml; // imageMatches.forEach(function (imageMatch) { // var imageUrl = imageMatch.match(/src="(data:image[^"]+)"/)[1]; // var imageContainer = $("").css({ "margin-top": "10px" }); // var imageElement = $("").attr("src", imageUrl).css({ "max-width": "500px", "height": "auto" }); // var downloadLink = $("").attr("href", imageUrl).attr("download", "image").text("Download") // .css({ // "text-decoration": "none", // "color": "#fff", // "background-color": "#2B7EBA", // "border": "none", // "padding": "10px 15px", // "border-radius": "4px", // "display": "inline-block", // "margin-top": "10px" // }); // imageContainer.append(imageElement).append("").append(downloadLink); // h6Element.append(imageContainer); // }); // fileMatches.forEach(function (fileMatch) { // var fileUrl = fileMatch.match(/src="(data:application[^"]+)"/)[1]; // var fileContainer = $("").css({ "margin-top": "10px" }); // var fileIcon = $("").attr("src", "https://scholar9.com/assets/images/document-w.png").css({ "max-width": "50px", "height": "auto" }); // var downloadLink = $("").attr("href", fileUrl).attr("download", "file").text("Download") // .css({ // "text-decoration": "none", // "color": "#fff", // "background-color": "#2B7EBA", // "border": "none", // "padding": "10px 15px", // "border-radius": "4px", // "display": "inline-block", // "margin-top": "10px" // }); // fileContainer.append(fileIcon).append("").append(downloadLink); // h6Element.append(fileContainer); // }); // // Clear the reply textarea // $editor.html(''); // if (selectedActions == 3 || selectedActions == 4) { // $(".actionsection, input[name='actions[]']").prop("disabled", selectedActions); // $(".comment_text").prop("disabled", selectedActions); // $(".post_comment").prop("disabled", selectedActions); // $(".authorSection").css('display', 'flex'); // $(".rateYo").on("rateyo.set", function (e, data) { // var hasAnyRating = $(".rateYo").toArray().some(function (element) { // return $(element).rateYo("rating") > 0; // }); // $("#sendButton, input[name='actions[]']").prop("disabled", selectedActions); // }); // if (selectedActions == 3) { // Swal.fire({ // icon: 'success', // title: 'Paper Rejected', // text: 'Paper rejected successfully.', // timer: 1500, // showConfirmButton: false // }).then(() => { // localStorage.setItem('scrollToBottom', 'true'); // location.reload(); // }); // } else if (selectedActions == 4) { // Swal.fire({ // icon: 'success', // title: 'Paper Accepted', // text: 'Review paper accepted successfully.', // timer: 1500, // showConfirmButton: false // }).then(() => { // localStorage.setItem('scrollToBottom', 'true'); // location.reload(); // }); // } // } // } else { // $('#loader').hide(); // alert("Error posting comment"); // } // }, // error: function () { // $('#loader').hide(); // // Handle AJAX error if needed // alert("Error posting comment"); // }, // }); // } // } else { // $('#loader').hide(); // Swal.fire({ // icon: 'warning', // title: 'Oops...', // text: 'Please enter a comment before sending!', // showConfirmButton: true, // }); // } // }); // new reviewer chat code $(document).ready(function () { // Call the function to refresh messages fetchNewMessages(); }); // Call fetchNewMessages function every X seconds (e.g., every 10 seconds) setInterval(fetchNewMessages, 10000); function fetchNewMessages(lastMessageTimestamp) { $(".commentDatePlaceholder").each(function (index) { var timestamp = $(this).data("time"); var formattedTimeAgo = formatTimeAgo(timestamp); $(this).next(".formattedTimeAgo").text(formattedTimeAgo); }); var url = window.location.pathname; var parts = url.split('/'); var paper_id = parts[3]; // Access the paper ID from the 5th part of the URL if (window.location.pathname.indexOf("/reviewerpaper/details") !== -1) { $.ajax({ url: "https://scholar9.com/fetch-new-messages", method: 'GET', data: { paper_id: paper_id, last_message_timestamp: lastMessageTimestamp, }, success: function (response) { const messages = response.messages; const user = response.user; const reviewerParameters = response.reviewerParameters; messages.forEach(function (message) { const { ratingValues, commentText, images, files } = extractRatingsAndComment(message.comment_text); const formattedTimeAgo = formatTimeAgo(message.created_at); const hasRating = ratingValues.some(value => value !== undefined); let mmHtml = ''; let mmImageHTML = ''; let mmDocumentHTML = ''; // Build HTML for images if (images) { mmImageHTML = images.map(imageUrl => ` Download `).join(''); } mmHtml += ''; // mmHtml += '' + user.publisher_name + ' (Publisher)'; mmHtml += ` S9 ${user.publisher_name} (Publisher) ${formattedTimeAgo} `; // ' + formattedTimeAgo + ''; // mmHtml += ''; // mmHtml += '' + formattedTimeAgo + ''; // if (hasRating) { // mmHtml += 'Rating'; // mmHtml += ''; // mmHtml += reviewerParameters.map((param, index) => { // if (ratingValues[index] !== undefined) { // return ` // // // ${param.name} // // // // `; // } // return ''; // }).join(''); // mmHtml += ''; // } if (hasRating) { mmHtml += ` Rating `; reviewerParameters.forEach((param, index) => { if (ratingValues[index] !== undefined) { mmHtml += ` ${param.name} `; } }); mmHtml += ``; } // if (hasRating) { // mmHtml += 'Comment'; // } // mmHtml += '' + commentText + ''; mmHtml += ` ${commentText} `; if (images.length > 0) { mmHtml += mmImageHTML; } if (files.length > 0) { mmHtml += mmDocumentHTML; } // mmHtml += ''; // mmHtml += '' + formattedTimeAgo + ''; mmHtml += ''; // $('.chat-container').append(mmHtml); $('#chatBody').append(mmHtml); // Initialize rateYo for the appended star rating $('.rateYo').each(function () { $(this).rateYo({ fullStar: true, rating: $(this).data("rating"), readOnly: $(this).data("read-only") }); }); scrollToBottom(); }); }, error: function (xhr, status, error) { } }); } } // $(document).on('click', ".post_comment", function () { $(document).on('click', ".post_comment", function (e, source) { var $editor; if (source === 'modal') { $editor = $('#modalOverlay .reviewereditor .ql-editor'); } else { var user_id = $(this).data('user'); var $userContainer = $('.user-container[data-id="' + user_id + '"]'); $editor = $userContainer.find('.reviewereditor .ql-editor'); } var user_photo = $(this).data('photo'); var scholarSlug = $(this).data('slug'); var timestamp = new Date(); const timestampDate = formatTimeAgo(timestamp); var user_id = $(this).data('user'); var selectedActions = []; var selectedTexts = []; $('.checkbox-custom[name="actions[]"]:checked').each(function () { selectedActions.push($(this).attr('id')); selectedTexts.push($(this).data("text")); }); if (Array.isArray(selectedActions) && selectedActions.length === 1) { selectedActions = selectedActions[0]; } var paper_id = $(this).data('paper'); // var $userContainer = $('.user-container[data-id="' + user_id + '"]'); // var $editor = $userContainer.find('.reviewereditor .ql-editor'); // Detect if modal is visible var isModalOpen = $('#modalOverlay').is(':visible'); var $editor; if (isModalOpen) { // ✅ Get modal editor $editor = $('#modalOverlay .reviewereditor .ql-editor'); } else { // ✅ Get timeline editor var $userContainer = $('.user-container[data-id="' + user_id + '"]'); $editor = $userContainer.find('.reviewereditor .ql-editor'); } var commentText = $editor.text().replace(/(]+)>)/gi, '').trim(); var commentHtml = $editor.html().trim(); var revision_status = $('#revision_status').val(); // Detect if editor has meaningful content var hasContent = commentText !== "" || commentHtml.includes("/g) || []; var fileMatches = commentHtml.match(/]*>/g, ''); commentHtml = commentHtml.replace(/]*src="data:application[^"]+"[^>]*>/g, ''); if (response.success) { // const formattedTimeAgo = formatTimeAgo(response.created_at); let mmHtml = ''; let mmImageHTML = ''; let mmDocumentHTML = ''; let $matchedReviewerDetail = ''; const formattedTimeAgo = formatTimeAgo(response.created_at); let revisionBadgeHTML = ''; // =============================== // BUILD IMAGE HTML // =============================== imageMatches.forEach(function (imageMatch) { var imageUrl = imageMatch.match(/src="(data:image[^"]+)"/)[1]; mmImageHTML += ` Download `; }); // =============================== // BUILD FILE HTML // =============================== fileMatches.forEach(function (fileMatch) { var fileUrl = fileMatch.match(/src="(data:application[^"]+)"/)[1]; mmDocumentHTML += ` Download `; }); if (revision_status) { if (revision_status === "Major Revision") { revisionBadgeHTML = `${revision_status}`; } else if (revision_status === "Minor Revision") { revisionBadgeHTML = `${revision_status}`; } else { revisionBadgeHTML = `${revision_status}`; } } let avatarHTML = ` `; mmHtml = ` ${avatarHTML} You (Reviewer) ${formattedTimeAgo} ${revisionBadgeHTML ? revisionBadgeHTML + ` "" ` : ''} ${commentHtml} ${mmImageHTML} ${mmDocumentHTML} `; // imageMatches.forEach(function (imageMatch) { // var imageUrl = imageMatch.match(/src="(data:image[^"]+)"/)[1]; // mmImageHTML += ``; // mmImageHTML += ``; // mmImageHTML += `/g; // Regular expression to match document links with data:application const docRegex = /

Images

Nous avons trouvé 35 image(s) sur cette page Web.

20 attribut(s) alt sont vides ou manquants. Ajouter un texte alternatif permet aux moteurs de recherche de mieux comprendre le contenu de vos images.

Ratio texte/HTML

Ratio : 3%

le ratio de cette page texte/HTML est au-dessous de 15 pour cent, ce qui signifie que votre site manque de contenu textuel.

Flash

Parfait, aucun contenu FLASH n'a été détecté sur cette page.

Iframe

Dommage, vous avez des Iframes sur vos pages Web, cela signifie que son contenu ne peut pas être indexé par les moteurs de recherche.

Réécriture d'URLs

Bien. Vos liens sont optimisés!

Tiret bas dans les URLs

Parfait! Aucuns soulignements détectés dans vos URLs.

Liens dans la page

Nous avons trouvé un total de 19 lien(s) dont 2 lien(s) vers des fichiers

Texte d'ancre Type Juice
Skip to main content Interne Passing Juice
Login/Sign up Interne Passing Juice
scholarmeet.com Externe Passing Juice
scholarjms.com Externe Passing Juice
Features Interne Passing Juice
What is Scholar9? Interne Passing Juice
About Us Interne Passing Juice
Mission Vision Interne Passing Juice
Contact Us Interne Passing Juice
Privacy Policy Interne Passing Juice
Terms of Use Interne Passing Juice
Blogs Interne Passing Juice
FAQ Interne Passing Juice
Download Externe Passing Juice
Download Externe Passing Juice
Download Interne Passing Juice
Download Interne Passing Juice
${p.title} Interne Passing Juice
${j.name} Interne Passing Juice

Mots-clefs

Nuage de mots-clefs

journals research global researchers institutions platform free academic scholar9 community

Cohérence des mots-clefs

Mot-clef Contenu Titre Mots-clefs Description Niveaux de titre
research 7
scholar9 6
researchers 6
journals 6
academic 5

Ergonomie

Url

Domaine : scholar9.com

Longueur : 12

Favicon

Génial, votre site web dispose d'un favicon.

Imprimabilité

Aucun style CSS pour optimiser l'impression n'a pu être trouvé.

Langue

Bien. Votre langue est : en.

Dublin Core

Cette page ne profite pas des métadonnées Dublin Core.

Document

Doctype

HTML 5

Encodage

Parfait. Votre charset est UTF-8.

Validité W3C

Erreurs : 0

Avertissements : 0

E-mail confidentialité

Attention! Au moins une adresse e-mail a été trouvée en texte clair. Utilisez une protection anti-spam gratuite pour cacher vos e-mails aux spammeurs.

HTML obsolètes

Génial! Nous n'avons pas trouvé de balises HTML obsolètes dans votre code.

Astuces vitesse

Excellent, votre site n'utilise pas de tableaux imbriqués.
Mauvais, votre site web utilise des styles css inline.
Mauvais, votre site web contient trop de fichiers CSS (plus de 4).
Mauvais, votre site web contient trop de fichiers javascript (plus de 6).
Parfait : votre site tire parti de gzip.

Mobile

Optimisation mobile

Icône Apple
Méta tags viewport
Contenu FLASH

Optimisation

Sitemap XML

Votre site web dispose d’une sitemap XML, ce qui est optimal.

https://scholar9.com/sitemap.xml

Robots.txt

https://scholar9.com/robots.txt

Votre site dispose d’un fichier robots.txt, ce qui est optimal.

Mesures d'audience

Manquant

Nous n'avons trouvé aucun outil d'analytics sur ce site.

Un outil de mesure d'audience vous permet d'analyser l’activité des visiteurs sur votre site. Vous devriez installer au moins un outil Analytics. Il est souvent utile d’en rajouter un second, afin de confirmer les résultats du premier.

PageSpeed Insights


Dispositif
Les catégories

Free SEO Testing Tool

Free SEO Testing Tool est un outil gratuit de référencement qui vous aidera à analyser vos pages web