Web Analytics
site-checker logo
SiteChecker è uno strumento SEO gratuito che fornisce consigli per una migliore visibilità sui motori di ricerca.

haleymarketing.com screenshot
haleymarketing.com home screenshot

Recensione del sito web Haleymarketing.com

 Generato il Marzo 24 2024 22:08 PM

Vecchi dati? AGGIORNA questo rapporto !

Il punteggio è 53/100

contenuto SEO

Titolo sito web

Haley Marketing | Marketing for Staffing Companies

Lunghezza : 50

Boa! Seu título é perfeito porque tem entre 10 e 70 caracteres.

Sito Web Descrizione Parole

At Haley Marketing, we're staffing industry specialists. Websites. Social media. Programmatic job advertising. Blogging. Email. PPC. Corporate identity. Strategy.

Lunghezza : 162

Ei !, Sua meta descrição deve idealmente ter entre 70 e 160 caracteres (espaços incluídos).

Parole chiave

Ei! Você deve considerar colocar palavras-chave meta em sua página.

Og Meta Proprietà

Ótimo !, Propriedades OG são usadas em sua página.

Proprietà Contenuto
locale en_US
type website
title Haley Marketing | Marketing for Staffing Companies
description At Haley Marketing, we're staffing industry specialists. Websites. Social media. Programmatic job advertising. Blogging. Email. PPC. Corporate identity. Strategy.
url https://www.haleymarketing.com/
site_name Haley Marketing Group
image https://www.haleymarketing.com/wp-content/uploads/2021/03/home-feature.jpg
image:width 1080
image:height 608
image:type image/jpeg

Intestazioni

H1 H2 H3 H4 H5 H6
2 15 18 8 0 0
  • [H1] " I Need More Candidates More Clients Better Marketing "
  • [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] Our mission is to make world-class marketingFAST...EASY…and AFFORDABLE!
  • [H2] Marketing for the staffing industry is ALL we do!
  • [H2] We Make it Easy to...
  • [H2] Sell
  • [H2] Lead Generation Services
  • [H2] Recruit
  • [H2] Recruitment Marketing Services
  • [H2] Build an Irresistable Brand
  • [H2] Brand Building Services
  • [H2] Let Us Create a FREE Plan For You
  • [H2] We Wrote the Book on Marketing for the Staffing Industry
  • [H2] We're Having a Big Impact on the Staffing Industry
  • [H2] Want to see what we can do for you?
  • [H2] 70+ Awards. 12 Best in Show.
  • [H2] Looking to improve your recruiting… and sales?
  • [H3] Staffing Websites
  • [H3] Digital Marketing
  • [H3] Branded Content
  • [H3] Recruitment Marketing
  • [H3] Marketing Technology
  • [H3] NOT SURE WHERE TO START?
  • [H3] Top 18 Marketing Strategies and Tactics for 2023
  • [H3] Level Up eBook
  • [H3] Is Differentiation Bullsh!t?
  • [H3] Social Media: A Game Plan for Staffing and Recruiting Firms
  • [H3] Staffing Websites: Strategies for 2020 and Beyond
  • [H3] SEO Strategies for 2021: Welcome to the New School
  • [H3] Marketing Best Practices
  • [H3] Using Facebook for Recruiting
  • [H3] Haley Marketing clients have consistently been recognized by the American Staffing Association for having the best marketing in the staffing industry.
  • [H3] As a subscriber, you’ll get: 
  • [H3] Weekly inspiration for the staffing industry eBooks. Whitepapers.How-to-Articles. Webinars.
  • [H3] Special Bonus!
  • [H4] Tim Bleich
  • [H4] Neil Whitman
  • [H4] Tom Porter
  • [H4] Debra Hill
  • [H4] Silas Peterson
  • [H4] Sue Strong-Gossage
  • [H4] Tim Bleich
  • [H4] Casey Lamb

Immagini

Abbiamo trovato 36 immagini su questa pagina web.

Precisa de atenção! Adicione texto alternativo às suas imagens para que os mecanismos de pesquisa possam entender melhor do que se trata. Existem 20 atributos alt que estão vazios ou ausentes.

Testo / Rapporto HTML

Rapporto : 3%

Como a proporção de texto para código HTML nesta página é menor que 15, seu site provavelmente precisa de conteúdo de texto adicional.

Flash

Ótimo !, você não está usando conteúdo em Flash.

Iframe

Ruim !, encontramos Iframe (s) em sua página. O conteúdo desse Iframe não pode ser indexado pelos motores de busca.

SEO URL SEO Riscrivi

Excelente! Seu url parece compatível com SEO.

URL Sottolinea il

Nada de bom. Em seus URLs, encontramos sublinhados. Para melhorar seu SEO, você deve considerar o uso de hífens ??.

In-page link

Abbiamo trovato un totale di 79 link che includono 1 link ai file I

Anchor Tipo succo
Skip to content interno succo Passando
Skip to main content interno succo Passando
Our Work interno succo Passando
Staffing Websites interno succo Passando
Digital Marketing interno succo Passando
Branded Content interno succo Passando
Why Haley? interno succo Passando
Our Philosophy interno succo Passando
Our Innovations interno succo Passando
Our Team interno succo Passando
Partners interno succo Passando
Giving Back interno succo Passando
Resources interno succo Passando
eBooks & Guides interno succo Passando
Secrets of Staffing Success Podcast interno succo Passando
Ask Haley Blog interno succo Passando
Smart Ideas Newsletter interno succo Passando
Get a Quote interno succo Passando
Services We Offer interno succo Passando
Staffing Websites interno succo Passando
SEO interno succo Passando
Career Portal Software interno succo Passando
Talent Showcase Software interno succo Passando
Chatbot interno succo Passando
IP Tracking interno succo Passando
Digital Marketing interno succo Passando
Blog Writing interno succo Passando
PPC interno succo Passando
Social Pro (Managed Social Media) interno succo Passando
Reputation Management interno succo Passando
Branded Content interno succo Passando
Insights Prints & Digital Magazines interno succo Passando
HaleyMail Email & Content Marketing interno succo Passando
Staffing Helps Sponsored Webinars interno succo Passando
Door Openers 13-Weeks Direct Mail interno succo Passando
Custom Integrated Direct Marketing interno succo Passando
Identity & Design Services interno succo Passando
Recruitment Marketing interno succo Passando
Career Sites interno succo Passando
Programmatic Job Advertising Management interno succo Passando
Social Recruiting interno succo Passando
Employment Branding interno succo Passando
Sense & Bullhorn Automation interno succo Passando
Marketing Technology interno succo Passando
Talent Showcase Template interno succo Passando
NetSocial interno succo Passando
Video NOW interno succo Passando
Results We Deliver interno succo Passando
Case Studies interno succo Passando
Testimonials interno succo Passando
Awards interno succo Passando
Recruitment Marketing interno succo Passando
Marketing Technology interno succo Passando
Lunch with Haley Webinars esterni succo Passando
Snack Time Videos esterni succo Passando
Jobs at Haley Marketing interno succo Passando
MyHaley interno succo Passando
Help Center esterni succo Passando
Contact Us interno succo Passando
Learn More esterni succo Passando
Top 18 Marketing Strategies and Tactics for 2023 interno succo Passando
Level Up eBook interno succo Passando
Is Differentiation Bullsh!t? interno succo Passando
Social Media: A Game Plan for Staffing and Recruiting Firms interno succo Passando
Staffing Websites: Strategies for 2020 and Beyond interno succo Passando
SEO Strategies for 2021: Welcome to the New School interno succo Passando
Marketing Best Practices interno succo Passando
Using Facebook for Recruiting interno succo Passando
Vector Technical esterni succo Passando
Dunhill Staffing esterni succo Passando
Marquee Staffing esterni succo Passando
CornerStone Staffing esterni succo Passando
The Hire Firm esterni succo Passando
Encadria Staffing Solutions esterni succo Passando
American StaffCorp esterni succo Passando
BARQAR esterni succo Passando
Site Credits interno succo Passando
Staffing Websites interno succo Passando
Haley Marketing interno succo Passando
Related: halo.com, hamyarnazer.ir and hangerproject.com

SEO Parole

Parole nube

social marketing digital content staffing now haley get websites services

Parole Coerenza

chiave Contenuto Titolo sito web Parole chiave Sito Web Descrizione Parole Intestazioni
marketing 67
staffing 33
haley 31
content 19
services 15

Usabilità

URL

Domain : haleymarketing.com

Lunghezza : 18

Favicon

Legal, você está usando o Favicon no seu site.

Printability

Opa. CSS para impressão recomendado para o seu site.

Lingua

Boa. Para declarar en como o idioma do seu site.

Dublin Core

Opa. Dublin Core não está sendo usado nesta página.

Documento Codifica

Doctype

HTML 5

Encoding

Boa!. Para especificar UTF-8 como seu conjunto de caracteres da página.

Validita W3C

Errori : 84

Avvisi : 39

Email Privacy

Ei! Você deve converter seus endereços de e-mail em imagens. Isso evita que o software de coleta de e-mail pegue seu endereço de e-mail.

Deprecated HTML

Excelente! Sem tags HTML obsoletas ou obsoletas em seu site. Isso é recomendado para melhorar a experiência do usuário do visitante.

Suggerimenti per velocizzare

Ótimo, sua página não está usando tabelas aninhadas.
Não é bom., Encontramos estilos embutidos em seu site. Tente evitar isso tanto quanto possível.
Que pena, existem muitos arquivos CSS em sua página. (mais de 4).
Requer atenção !, Detectamos muitos arquivos JS em sua página. (mais de 6). Nosso conselho: tente reduzir ou consolidar esses arquivos JS. Isso afeta a velocidade da sua página.
Perfeito, seu site usa compressão Gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Ottimizzazione

XML Sitemap

Perfeitamente incrível !, Encontramos um Sitemap XML em seu site. Isso ajuda o mecanismo de pesquisa a indexar a maioria, senão todas as suas páginas.

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

Robots.txt

http://haleymarketing.com/robots.txt

Incrível, existe um arquivo robots.txt no seu site.

Analytics

Incrível !, Uma ferramenta de análise está em uso no seu site. Isso é obrigatório em todos os sites, para verificar a atividade dos visitantes e saber quantos visitantes um site recebe por dia.

   Google Analytics

PageSpeed Insights


Dispositivo
Categorie

More: hapakenya.com, hata.by, health-line.me, healthservicediscounts.com, heavengifts.com, hee.nhs.uk