hepcoinc.com

Avaliação do site hepcoinc.com

Homepage - HEPCO, Inc.

 Gerado a 05 de Fevereiro de 2026 21:23 PM

Estatísticas desatualizadas? ATUALIZE !

O resultado é de 42/100

Conteúdo SEO

Título

Homepage - HEPCO, Inc.

Cumprimento : 22

Perfeito, o Título contém entre 10 e 70 caracteres.

Descrição

Cumprimento : 0

Mau. Não encontrámos nenhuma Descrição META na sua página.

Palavras-chave

Mau. Não detetámos palavras-chave META na sua página.

Propriedades Og Meta

Boa! Esta página tira vantagens das propriedades Og.

Propriedade Conteúdo
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

Cabeçalhos

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

Imagens

Encontrámos 22 imagens nesta página.

8 atributos ALT estão vazios ou em falta. É recomendado adicionar texto alternativo de modo a que os motores de busca identifiquem melhor o conteúdo das suas imagens.

Rácio Texto/HTML

Rácio : 0%

O rácio de texto para código HTML desta página é menor que 15 porcento, o que significa que provavelmente é necessário de adicionar mais conteúdos em forma de texto.

Flash

Perfeito, não foi encontrado conteúdo Flash nesta página.

Iframe

Oh, não, esta página tem Iframes na página, o que significa que o conteúdo destas não pode ser indexado.

Reescrita de URL

Perfeito. As ligações aparentam ser limpas!

Underscores (traços inferiores) nas URLs

Detetámos 'underscores' (traços inferiores) nas suas URLs. O uso hífens é mais eficiente em termos de otimização SEO.

Ligações para a própria página

Encontrámos um total de 34 ligações incluindo 1 ligações a ficheiros

Âncoras Tipo Sumo
Skip to main content Internas Passa sumo
Home Internas Passa sumo
Services Internas Passa sumo
Government Internas Passa sumo
Job Seekers Internas Passa sumo
Search Jobs Internas Passa sumo
Why HEPCO? Internas Passa sumo
Specializations Internas Passa sumo
Engineering Internas Passa sumo
IT Internas Passa sumo
Office Professional Internas Passa sumo
Telecom Internas Passa sumo
Transportation/Power/Energy Internas Passa sumo
Aerospace/Defense Internas Passa sumo
About Us Internas Passa sumo
Our Team Internas Passa sumo
Testimonials Internas Passa sumo
Documents Internas Passa sumo
Frequently Asked Questions Internas Passa sumo
Blog Internas Passa sumo
Contact Us Internas Passa sumo
Request an Employee Internas Passa sumo
Employee Review Internas Passa sumo
Refer a Friend Internas Passa sumo
Assignment Feedback Internas Passa sumo
SMS Terms and Conditions Internas Passa sumo
Advanced Search >> Externas Passa sumo
- Internas Passa sumo
- Internas Passa sumo
- Internas Passa sumo
Privacy Internas Passa sumo
Site Credits Internas Passa sumo
Staffing Websites Externas Passa sumo
Haley Marketing Externas Passa sumo

Palavras-chave SEO

Núvem de palavras-chave

Consistência das Palavras-chave

Palavra-chave Conteúdo Título Palavras-chave Descrição Cabeçalhos

Usabilidade

Url

Domínio : hepcoinc.com

Cumprimento : 12

Favicon

Ótimo, o site tem um favicon.

Facilidade de Impressão

Não encontrámos CSS apropriado para impressão.

Língua

Otimo! A língua declarada deste site é en.

Dublin Core

Esta página não tira vantagens do Dublin Core.

Documento

Tipo de Documento

HTML 5

Codificação

Perfeito. O conjunto de caracteres UTF-8 está declarado.

Validação W3C

Erros : 0

Avisos : 0

Privacidade do Email

Boa! Nenhum endereço de email está declarado sob a forma de texto!

HTML obsoleto

Fantástico! Não detetámos etiquetas HTML obsoletas.

Dicas de Velocidade

Excelente, este site não usa tablelas dentro de tabelas.
Oh não, o site usa estilos CSS nas etiquetas HTML.
Oh, não! O site utiliza demasiados ficheiros CSS (mais que 4).
Oh, não! O site utiliza demasiados ficheiros JavaScript (mais que 6).
Perfeito, o site tira vantagens da compressão gzip.

Dispositivos Móveis

Otimização para dispositivos móveis

Icon Apple
Meta Viewport Tag
Conteúdo Flash

Otimização

XML Sitemap

Perfeito, o site tem um mapa XML do site (sitemap).

https://www.hepcoinc.com/sitemap_index.xml

Robots.txt

https://hepcoinc.com/robots.txt

Perfeito, o seu site tem um ficheiro robots.txt.

Analytics

Perfeito, o site tem uma ferramenta analítica para a análise de atividade.

   Google Analytics

PageSpeed Insights


Dispositivo
Categorias

Free SEO Testing Tool

Free SEO Testing Tool é uma ferramenta gratuita que o ajuda a avaliar o seu site