scholar9.com

Revisión web de scholar9.com

Home | Scholar9 - Elevating Academic Excellence Online

 Generado el 05 Abril 2026 18:25 PM

Resultados antiguos? ACTUALIZAR !

La puntuación es 57/100

Contenido SEO

Título

Home | Scholar9 - Elevating Academic Excellence Online

Longitud : 54

Perfecto, tu título contiene entre 10 y 70 caracteres.

Descripción

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

Longitud : 140

Genial, tu descripción meta contiene entre 70 y 160 caracteres.

Palabras Claves (Keywords)

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, tu página contiene palabras clave (meta keywords).

Propiedades Meta Og

Bien. Tu página usa propiedades Og (etiquetas og).

Propiedad Contenido
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

Titulos

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 = /

Imagenes

Hemos encontrado 35 imágenes en esta web.

20 atributos alt están vacios o no existen. Agrega texto alternativo para que los motores de búsqueda puedan entender las imágenes.

Ratio Texto/HTML

Ratio : 3%

El ratio entre texto y código HTML de esta página es menor que el 15 por ciento, esto significa que tu web posiblemente necesite más contenido en texto.

Flash

Perfecto, no se ha detectado contenido Flash en la página.

Iframe

Muy mal, tienes Iframes en la página, esto significa que el contenido no podrá ser indexado.

Reescritura URL

Bien. Tus enlaces parecen amigables

Guiones bajos en las URLs

Perfecto! No hemos detectado guiones bajos en tus URLs

Enlaces en página

Hemos encontrado un total de 19 enlaces incluyendo 2 enlace(s) a ficheros

Ancla Tipo Jugo
Skip to main content Interna Pasando Jugo
Login/Sign up Interna Pasando Jugo
scholarmeet.com Externo Pasando Jugo
scholarjms.com Externo Pasando Jugo
Features Interna Pasando Jugo
What is Scholar9? Interna Pasando Jugo
About Us Interna Pasando Jugo
Mission Vision Interna Pasando Jugo
Contact Us Interna Pasando Jugo
Privacy Policy Interna Pasando Jugo
Terms of Use Interna Pasando Jugo
Blogs Interna Pasando Jugo
FAQ Interna Pasando Jugo
Download Externo Pasando Jugo
Download Externo Pasando Jugo
Download Interna Pasando Jugo
Download Interna Pasando Jugo
${p.title} Interna Pasando Jugo
${j.name} Interna Pasando Jugo

Palabras Clave SEO

Nube de Palabras Clave

institutions free academic scholar9 research journals researchers platform community global

Consistencia de las Palabras Clave

Palabra Clave (Keyword) Contenido Título Palabras Claves (Keywords) Descripción Titulos
research 7
scholar9 6
researchers 6
journals 6
academic 5

Usabilidad

Url

Dominio : scholar9.com

Longitud : 12

Favicon

Genial, tu web tiene un favicon.

Imprimibilidad

No hemos encontrado una hoja de estilos CSS para impresión.

Idioma

Genial. Has declarado el idioma en.

Dublin Core

Esta página no usa Dublin Core.

Documento

Tipo de documento (Doctype)

HTML 5

Codificación

Perfecto. Has declarado como codificación UTF-8.

Validez W3C

Errores : 0

Avisos : 0

Privacidad de los Emails

Atención! Hemos encontrado por lo menos una dirección de correo electrónico en texto plano. Usa este protector antispam gratuito para ocultarla de los spammers.

HTML obsoleto

Genial, no hemos detectado ninguna etiqueta HTML obsoleta.

Consejos de Velocidad

Excelente, esta web no usa tablas.
Muy mal, tu web está usando estilos embenidos (inline CSS).
Muy mal, tu página web usa demasiados ficheros CSS (más de 4).
Muy mal, tu sitio usa demasiados ficheros JavaScript (más de 6).
Su sitio web se beneficia del tipo de compresión gzip. ¡Perfecto!

Movil

Optimización Móvil

Icono para Apple
Etiqueta Meta Viewport
Contenido Flash

Optimización

Mapa del sitio XML

¡Perfecto! Su sitio tiene un mapa del sitio en XML.

https://scholar9.com/sitemap.xml

Robots.txt

https://scholar9.com/robots.txt

¡Estupendo! Su sitio web tiene un archivo robots.txt.

Herramientas de Analítica

No disponible

No hemos encontrado ninguna herramienta de analítica en esta web.

La analítica Web le permite medir la actividad de los visitantes de su sitio web. Debería tener instalada al menos una herramienta de analítica y se recomienda instalar otra más para obtener una confirmación de los resultados.

PageSpeed Insights


Dispositivo
Categorias

Free SEO Testing Tool

Free SEO Testing Tool es una herramienta seo gratuita que te ayuda a analizar tu web