hepcoinc.com

Evaluation du site hepcoinc.com

Homepage - HEPCO, Inc.

 Généré le 05 Février 2026 21:23

Vieilles statistiques? UPDATE !

Le score est de 42/100

Optimisation du contenu

Titre

Homepage - HEPCO, Inc.

Longueur : 22

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

Description

Longueur : 0

Très mauvais. Nous n'avons pas trouvé de balise META description sur votre page. Utilisez ce générateur gratuit de balises META en ligne pour créer une description.

Mots-clefs

Très mauvais. Nous n'avons pas trouvé de balise META keywords sur votre page. Utilisez ce générateur gratuit de balises META en ligne pour créer des mots-clés.

Propriétés Open Graph

Bien, cette page profite des balises META Open Graph.

Propriété Contenu
locale en_US
type website
title Homepage - HEPCO, Inc.
description Personalized Service., Cost-Effective Solutions., Transparent Communication. Personalized Service.  Cost-Effective Solutions. Transparent Communication.  Technical recruitment solutions for the private and public sector. Find Talent Find Work Discover your next career opportunity with HEPCO. Add flexibility to your career with contract jobs or grab the next rung on the career ladder. Our specialized recruiters can help you make connections with […]
url https://www.hepcoinc.com/
site_name HEPCO, Inc.
image https://www.hepcoinc.com/wp-content/uploads/2020/09/technology-professionals-working-together.jpeg
image:width 1920
image:height 1331
image:type image/jpeg

Niveaux de titre

H1 H2 H3 H4 H5 H6
2 7 10 2 0 0
  • [H1] Personalized Service.  Cost-Effective Solutions. Transparent Communication. 
  • [H1] ').insertBefore($this); $this.remove(); } }); */ // Fix toggle button with no text jQuery(".toggle-button").append('toggle'); // remove no script tags jQuery("noscript").each(function() { jQuery(this).remove(); }); jQuery(function() { setTimeout(function () { // Skip Main Content Link Fix var $skipMainContent = jQuery(".skip-maincontent"); if($skipMainContent.length > 0) { jQuery(' 0) { var placeholder = $elem.attr("placeholder"); if(typeof placeholder != "undefined") { jQuery('' + placeholder + '').appendTo($this); } else { jQuery('' + fr + '').appendTo($this); } } } } idx++; }); // Fix form elements without labels jQuery("input, select, textarea").each(function() { var $this = jQuery(this); if($this.attr("type") != "hidden" && $this.attr("type") != "submit") { var id = $this.attr("id"); if(typeof id == "undefined") { id = $this.attr("name"); if(typeof id == "undefined") { id = $this.val().replace(/ /g, ""); } $this.attr("id", id); } var $form = $this.parents("form"); if($form.find("label[for=" + id + "]").length == 0) { //jQuery('' + id + '').insertBefore($this); } if(typeof $this.attr("aria-label") == "undefined") { $this.attr("aria-label", id); } } }); jQuery(".jbForm #keywords, .jbForm #location, .jbForm #category").each(function() { var $this = jQuery(this); var id = $this.attr("id"); jQuery('' + id + '').insertBefore($this); }); // fix duplicate title with text by removing redundant title attribute jQuery("*[title]").each(function() { var $this = jQuery(this); if(jQuery.trim($this.attr("title")) == jQuery.trim($this.text())) { $this.removeAttr("title"); } }); // Fix duplicate links (redundant) var aArr = {} // Fix anchor tags where the text is empty var atags = document.getElementsByTagName("a"); for(var aIdx = 0; aIdx < atags.length; aIdx++) { var tag = atags[aIdx]; var $this = jQuery(tag); var text = jQuery.trim(tag.innerText); var href = jQuery.trim($this.attr("href")); if(text == "") { var html = jQuery.trim(tag.innerHTML); if(html == "" && tag.title) { tag.innerText = tag.title; } else { var text = ""; var hrefArr = href.split("/"); if(hrefArr.length > 3) { if(hrefArr.length == 4){ text = hrefArr[3]; } else { text = hrefArr[hrefArr.length - 1]; if(text == "") { text = hrefArr[hrefArr.length - 2]; } } } } text = jQuery.trim(text.replace(/-/g, " ")); if(text == "" || text.indexOf("#") > -1) { text = "Home" + aIdx; } if(text != "") { jQuery('' + text + '').appendTo(jQuery(tag)); } } // Looks for redundant links and appends a # sign with an index /* 4/22/2020 - REMOVED THIS AS IT WAS CAUSING OTHER PROBLEMS var anIdx = 0; while(typeof aArr[href] !== "undefined") { if(anIdx == 0 && href.indexOf("#") == -1) { href += "#"; } else { href += anIdx; } anIdx++; } */ aArr[href] = "1"; if(href.indexOf("#") == 0) { if(jQuery(href).length == 0) { href = "#"; } } $this.attr("href", href); $this.css("cursor", "pointer"); /* if(text.indexOf("MORE") > -1 || text.indexOf("More") > -1 || text.indexOf("more") > -1) { text = text.replace(" MORE", "").replace(" More", "").replace(" more", ""); $this.text(text); } */ // Fix more links with ARIA LABELs if($this.hasClass("more-link") || $this.hasClass("excerpt-more") || text.indexOf("MORE") > -1 || text.indexOf("More") > -1 || text.indexOf("more") > -1) { if($this.parent().find(".elementor-post__title").length > 0) { title = $this.parent().find(".elementor-post__title").text(); } else if($this.parent().hasClass("rpwe-summary")) { title = $this.parent().prev().find("a").text(); } else { title = $this.parents(".entry-content").prev().find(".entry-title a").text(); } $this.attr("aria-label", "Read about " + title); // Remove more as it shows as suspicious link //$this.text($this.text().replace(" MORE", "").replace(" More", "").replace(" more", "")); } } // Get rid of empty h tags jQuery("h1,h2,h3,h4").each(function() { var $this = jQuery(this); if($this.text() == "") { $this.remove(); } }); // Fix img tags with duplicate alt info or missing alt attribute var idx = 0; var altArr = {}; jQuery("img").each(function() { var $this = jQuery(this); var alt = jQuery.trim($this.attr("alt")); var oldalt = alt; var title = $this.attr("title"); var src = $this.attr("src"); var text = $this.text().toLowerCase(); // fix missing alt tags if(typeof alt == "undefined" || alt == "") { var srcArr = src.split("."); var srcArr = srcArr[srcArr.length-2].split("/"); $this.attr("alt", "This is " + srcArr[srcArr.length - 1].replace(/-/g, " ")); } // Fix img tags where the alt tags are the same var alt1 = alt.toLowerCase().replace(/ /g, "-"); if(src.toLowerCase().indexOf(alt1) > -1) { alt = "This is " + alt; } if(title == alt) { $this.removeAttr("title"); } if(alt1.indexOf(text) > -1 || text.indexOf(alt1) > -1) { alt = alt + " 1" } if(typeof altArr[alt] !== "undefined") { alt = alt + idx; } altArr[alt] = "1"; if(alt != oldalt) { $this.attr("alt", alt); } idx++; }); // Replace underline content jQuery("u").each(function() { var $this = jQuery(this); jQuery($this[0].outerHTML.replace('
  • [H2] Technical recruitment solutions for the private and public sector.
  • [H2] Discover your next career opportunity with HEPCO.
  • [H2] Our Specializations
  • [H2] Streamline your technical talent search.
  • [H2] People Who Love HEPCO ...
  • [H2] HEPCO Newsflash
  • [H2] Our Services
  • [H3] Search Jobs
  • [H3] ENGINEERING
  • [H3] IT
  • [H3] Office ProS
  • [H3] TELECOM
  • [H3] TRANSPORTATION
  • [H3] AEROSPACE/DEFENSE
  • [H3] GET STARTED TODAY!
  • [H3] Find Qualified Professionals
  • [H3] Find Your Next Opportunities
  • [H4] AWARDS
  • [H4] ASSOCIATIONS

Images

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

8 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 : 0%

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

Nous avons détectés des soulignements dans vos URLs. Vous devriez plutôt utiliser des tirets pour optimiser votre référencement.

Liens dans la page

Nous avons trouvé un total de 34 lien(s) dont 1 lien(s) vers des fichiers

Texte d'ancre Type Juice
Skip to main content Interne Passing Juice
Home Interne Passing Juice
Services Interne Passing Juice
Government Interne Passing Juice
Job Seekers Interne Passing Juice
Search Jobs Interne Passing Juice
Why HEPCO? Interne Passing Juice
Specializations Interne Passing Juice
Engineering Interne Passing Juice
IT Interne Passing Juice
Office Professional Interne Passing Juice
Telecom Interne Passing Juice
Transportation/Power/Energy Interne Passing Juice
Aerospace/Defense Interne Passing Juice
About Us Interne Passing Juice
Our Team Interne Passing Juice
Testimonials Interne Passing Juice
Documents Interne Passing Juice
Frequently Asked Questions Interne Passing Juice
Blog Interne Passing Juice
Contact Us Interne Passing Juice
Request an Employee Interne Passing Juice
Employee Review Interne Passing Juice
Refer a Friend Interne Passing Juice
Assignment Feedback Interne Passing Juice
SMS Terms and Conditions Interne Passing Juice
Advanced Search >> Externe Passing Juice
- Interne Passing Juice
- Interne Passing Juice
- Interne Passing Juice
Privacy Interne Passing Juice
Site Credits Interne Passing Juice
Staffing Websites Externe Passing Juice
Haley Marketing Externe Passing Juice

Mots-clefs

Nuage de mots-clefs

Cohérence des mots-clefs

Mot-clef Contenu Titre Mots-clefs Description Niveaux de titre

Ergonomie

Url

Domaine : hepcoinc.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é

Génial, aucune adresse e-mail n'a été trouvé sous forme de texte!

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://www.hepcoinc.com/sitemap_index.xml

Robots.txt

https://hepcoinc.com/robots.txt

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

Mesures d'audience

Votre site web dispose d’une outil d'analytics, ce qui est optimal.

   Google Analytics

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