{"id":14,"date":"2026-02-16T22:55:35","date_gmt":"2026-02-16T22:55:35","guid":{"rendered":"https:\/\/honesthr.blog\/?page_id=14"},"modified":"2026-04-14T11:13:31","modified_gmt":"2026-04-14T11:13:31","slug":"start-here","status":"publish","type":"page","link":"https:\/\/honesthr.blog\/start-here\/","title":{"rendered":"New here? Start here"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>New Here? Start Here | The People Team Pro<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&#038;family=DM+Sans:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n\n  <style>\n    :root {\n      --ink:        #1a1a18;\n      --cream:      #f7f4ef;\n      --warm-white: #fdfcfa;\n      --forest:     #2a4a3e;\n      --sage:       #5a8070;\n      --amber:      #d4893a;\n      --amber-lt:   #f5dfc0;\n      --rule:       #d6d0c8;\n      --muted:      #6b6560;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--warm-white);\n      color: var(--ink);\n      font-size: 17px;\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* \u2500\u2500 NAV STRIP \u2500\u2500 *\/\n    .nav-strip {\n      background: var(--forest);\n      color: #fff;\n      text-align: center;\n      padding: 11px 24px;\n      font-size: 13px;\n      letter-spacing: 0.08em;\n      font-weight: 500;\n      text-transform: uppercase;\n    }\n    .nav-strip a { color: var(--amber); text-decoration: none; }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      background: var(--forest);\n      color: var(--cream);\n      padding: 80px 24px 72px;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 60% 80% at 90% 10%, rgba(212,137,58,.18) 0%, transparent 60%),\n        radial-gradient(ellipse 40% 50% at 5% 90%, rgba(90,128,112,.3) 0%, transparent 55%);\n      pointer-events: none;\n    }\n    .hero-inner {\n      max-width: 780px;\n      margin: 0 auto;\n      position: relative;\n    }\n    .eyebrow {\n      display: inline-block;\n      background: var(--amber);\n      color: var(--forest);\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 5px 14px;\n      border-radius: 2px;\n      margin-bottom: 28px;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.4rem, 6vw, 3.8rem);\n      line-height: 1.12;\n      font-weight: 900;\n      margin-bottom: 28px;\n      color: #fff;\n    }\n    .hero h1 em {\n      font-style: italic;\n      color: var(--amber);\n    }\n    .hero-intro {\n      font-size: 18px;\n      line-height: 1.75;\n      color: rgba(247,244,239,.85);\n      max-width: 640px;\n      font-weight: 300;\n      margin-bottom: 32px;\n    }\n\n    \/* \u2500\u2500 WHAT'S NEW STRIP \u2500\u2500 *\/\n    .whats-new {\n      display: inline-flex;\n      align-items: center;\n      gap: 12px;\n      background: rgba(255,255,255,.08);\n      border: 1px solid rgba(255,255,255,.15);\n      border-radius: 4px;\n      padding: 12px 20px;\n      font-size: 14px;\n      color: rgba(247,244,239,.75);\n    }\n    .whats-new strong {\n      color: var(--amber);\n      font-weight: 600;\n    }\n    .whats-new a {\n      color: rgba(247,244,239,.9);\n      text-decoration: underline;\n      text-underline-offset: 3px;\n    }\n\n    \/* \u2500\u2500 MAIN LAYOUT \u2500\u2500 *\/\n    .page-wrap {\n      max-width: 820px;\n      margin: 0 auto;\n      padding: 0 24px 100px;\n    }\n\n    \/* \u2500\u2500 SECTION LABELS \u2500\u2500 *\/\n    .section-label {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 28px;\n      margin-top: 72px;\n    }\n    .section-label span {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.13em;\n      text-transform: uppercase;\n      color: var(--muted);\n      white-space: nowrap;\n    }\n    .section-label::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: var(--rule);\n    }\n\n    \/* \u2500\u2500 HUB CARDS \u2500\u2500 *\/\n    .hub-grid {\n      display: grid;\n      gap: 20px;\n    }\n    .hub-card {\n      display: block;\n      background: var(--cream);\n      border: 1.5px solid var(--rule);\n      border-radius: 6px;\n      padding: 28px 30px;\n      text-decoration: none;\n      color: var(--ink);\n      transition: border-color .2s, box-shadow .2s, transform .2s;\n      position: relative;\n    }\n    .hub-card:hover {\n      border-color: var(--sage);\n      box-shadow: 0 4px 24px rgba(42,74,62,.1);\n      transform: translateY(-2px);\n    }\n    .hub-card-header {\n      display: flex;\n      align-items: flex-start;\n      gap: 18px;\n      margin-bottom: 12px;\n    }\n    .hub-num {\n      width: 36px;\n      height: 36px;\n      border-radius: 50%;\n      background: var(--forest);\n      color: var(--amber);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: 'Playfair Display', serif;\n      font-size: 16px;\n      font-weight: 700;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n    .hub-card-title {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.2rem;\n      font-weight: 700;\n      line-height: 1.25;\n      color: var(--forest);\n    }\n    .hub-card-for {\n      font-size: 13px;\n      font-weight: 600;\n      letter-spacing: 0.04em;\n      color: var(--amber);\n      text-transform: uppercase;\n      margin-bottom: 6px;\n    }\n    .hub-card p {\n      font-size: 15px;\n      color: var(--muted);\n      line-height: 1.65;\n      margin-bottom: 18px;\n    }\n    .hub-card-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--forest);\n      border-bottom: 2px solid var(--amber);\n      padding-bottom: 2px;\n      transition: color .18s;\n    }\n    .hub-card:hover .hub-card-link {\n      color: var(--amber);\n    }\n\n    \/* \u2500\u2500 SHORTCUT BAND \u2500\u2500 *\/\n    .shortcut-band {\n      margin-top: 72px;\n      background: var(--forest);\n      border-radius: 8px;\n      padding: 44px 48px;\n      position: relative;\n      overflow: hidden;\n    }\n    .shortcut-band::before {\n      content: '';\n      position: absolute;\n      right: -30px;\n      top: -30px;\n      width: 180px;\n      height: 180px;\n      border-radius: 50%;\n      background: rgba(212,137,58,.15);\n    }\n    .shortcut-band h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.5rem;\n      color: #fff;\n      margin-bottom: 8px;\n      font-weight: 700;\n      position: relative;\n    }\n    .shortcut-band > p {\n      color: rgba(247,244,239,.75);\n      font-size: 15px;\n      margin-bottom: 32px;\n      position: relative;\n    }\n    .shortcut-items {\n      display: grid;\n      gap: 16px;\n      position: relative;\n    }\n    .shortcut-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 20px;\n      background: rgba(255,255,255,.07);\n      border: 1px solid rgba(255,255,255,.12);\n      border-radius: 6px;\n      padding: 22px 26px;\n      text-decoration: none;\n      transition: background .2s, border-color .2s;\n    }\n    .shortcut-item:hover {\n      background: rgba(255,255,255,.12);\n      border-color: rgba(212,137,58,.4);\n    }\n    .shortcut-item-icon {\n      font-size: 26px;\n      flex-shrink: 0;\n      margin-top: 2px;\n    }\n    .shortcut-item-text strong {\n      display: block;\n      font-size: 15px;\n      font-weight: 600;\n      color: #fff;\n      margin-bottom: 4px;\n    }\n    .shortcut-item-text p {\n      font-size: 14px;\n      color: rgba(247,244,239,.7);\n      margin-bottom: 12px;\n      line-height: 1.55;\n    }\n    .shortcut-btn {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      font-size: 13px;\n      font-weight: 600;\n      padding: 8px 18px;\n      border-radius: 4px;\n      text-decoration: none;\n      letter-spacing: 0.02em;\n      transition: background .2s, transform .2s;\n    }\n    .shortcut-btn.active {\n      background: var(--amber);\n      color: #fff;\n    }\n    .shortcut-btn.active:hover {\n      background: #c07a2f;\n      transform: translateY(-1px);\n    }\n    .shortcut-btn.soon {\n      background: rgba(255,255,255,.1);\n      color: rgba(247,244,239,.5);\n      cursor: default;\n      pointer-events: none;\n    }\n    .soon-tag {\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: var(--amber);\n      background: rgba(212,137,58,.15);\n      border-radius: 2px;\n      padding: 2px 8px;\n      margin-left: 4px;\n    }\n\n    \/* \u2500\u2500 BLOG \/ TOPICS \u2500\u2500 *\/\n    .topics-section {\n      margin-top: 72px;\n    }\n    .topics-intro {\n      font-size: 16px;\n      color: var(--muted);\n      margin-bottom: 28px;\n      max-width: 580px;\n    }\n    .topic-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 32px;\n    }\n    .topic-pill {\n      display: inline-block;\n      background: var(--cream);\n      border: 1.5px solid var(--rule);\n      border-radius: 30px;\n      padding: 8px 18px;\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--ink);\n      text-decoration: none;\n      transition: border-color .18s, background .18s, color .18s;\n    }\n    .topic-pill:hover {\n      border-color: var(--sage);\n      background: var(--forest);\n      color: #fff;\n    }\n    .blog-link {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      color: var(--forest);\n      font-weight: 600;\n      font-size: 15px;\n      text-decoration: none;\n      border-bottom: 2px solid var(--amber);\n      padding-bottom: 2px;\n      transition: color .18s;\n    }\n    .blog-link:hover { color: var(--amber); }\n\n    \/* \u2500\u2500 FOOTER NOTE \u2500\u2500 *\/\n    .footer-note {\n      margin-top: 80px;\n      padding-top: 32px;\n      border-top: 1px solid var(--rule);\n      text-align: center;\n      font-size: 13px;\n      color: var(--muted);\n    }\n\n    \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n    .hero-inner > * {\n      animation: fadeUp .6s ease both;\n    }\n    .eyebrow       { animation-delay: .05s; }\n    .hero h1       { animation-delay: .15s; }\n    .hero-intro    { animation-delay: .25s; }\n    .whats-new     { animation-delay: .32s; }\n\n    @media (max-width: 600px) {\n      .hero { padding: 56px 20px 52px; }\n      .shortcut-band { padding: 32px 24px; }\n      .hub-card { padding: 24px 22px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- NAV STRIP -->\n  <div class=\"nav-strip\">\n    Honest HR &nbsp;\u00b7&nbsp; <a href=\"https:\/\/honesthr.blog\/start-here\/\">All Hubs<\/a> &nbsp;\u00b7&nbsp; <a href=\"http:\/\/www.honesthr.blog\">Blog<\/a>\n  <\/div>\n\n  <!-- HERO -->\n  <header class=\"hero\">\n    <div class=\"hero-inner\">\n      <div class=\"eyebrow\">Welcome<\/div>\n      <h1>New here?<br \/><em>Start here.<\/em><\/h1>\n      <p class=\"hero-intro\">\n        If you&#8217;re building or rebuilding your business and you want it to feel clearer, calmer, and more scalable, you&#8217;re in the right place. \n<p>Honest HR helps solopreneurs and small business owners grow with more clarity, stronger foundations, and a better people setup as the business evolves; from CEO mindset and capacity, to hiring, onboarding, leadership, and sustainable growth.\n      <\/p>\n      <div class=\"whats-new\">\n        <strong>Already been here?<\/strong>\n        <span>Here&#8217;s <a href=\"https:\/\/honesthr.blog\">what&#8217;s new \u2192<\/a><\/span>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- MAIN CONTENT -->\n  <main class=\"page-wrap\">\n\n    <!-- CHOOSE YOUR STARTING POINT -->\n    <div class=\"section-label\"><span>Choose your starting point<\/span><\/div>\n    <p style=\"color:var(--muted); font-size:15px; margin-bottom:28px;\">Pick the option that best fits where you are right now. Each one will take you to a hub page with the most useful guidance in the right order.<\/p>\n\n    <div class=\"hub-grid\">\n\n      <!-- HUB 1 -->\n      <a href=\"https:\/\/honesthr.blog\/business-strategy-ceo-clarity\/\" class=\"hub-card\">\n        <div class=\"hub-card-header\">\n          <div class=\"hub-num\">1<\/div>\n          <div class=\"hub-card-title\">Business Strategy &amp; CEO Clarity<\/div>\n        <\/div>\n        <div class=\"hub-card-for\">For founders who feel stretched, stuck, or like they&#8217;re doing everything themselves<\/div>\n        <p>This hub is for the stage before hiring; where the real work is building clarity, capacity, confidence, and stronger foundations. Inside, you&#8217;ll find support around the CEO mindset, bottlenecks, business structure, boundaries, sustainability, and creating a business that can grow without relying on you 24\/7.<\/p>\n        <span class=\"hub-card-link\">Go to: Business Strategy &amp; CEO Clarity \u2192<\/span>\n      <\/a>\n\n      <!-- HUB 2 -->\n      <a href=\"https:\/\/honesthr.blog\/hiring-your-first-employee\/\" class=\"hub-card\">\n        <div class=\"hub-card-header\">\n          <div class=\"hub-num\">2<\/div>\n          <div class=\"hub-card-title\">Hiring Your First Employee<\/div>\n        <\/div>\n        <div class=\"hub-card-for\">For founders who are thinking &#8220;I need help,&#8221; or know hiring is getting close<\/div>\n        <p>This hub covers whether you actually need to hire yet, what kind of support makes sense, what role to hire first, and how to make the leap from solo to employer without expensive mistakes. It also covers job descriptions, recruitment, onboarding, and early people foundations.<\/p>\n        <span class=\"hub-card-link\">Go to: Hiring Your First Employee \u2192<\/span>\n      <\/a>\n\n      <!-- HUB 3 -->\n      <a href=\"https:\/\/honesthr.blog\/leading-growing-a-small-team\/\" class=\"hub-card\">\n        <div class=\"hub-card-header\">\n          <div class=\"hub-num\">3<\/div>\n          <div class=\"hub-card-title\">Leading &amp; Growing a Small Team<\/div>\n        <\/div>\n        <div class=\"hub-card-for\">For founders who already have support around them and want to lead with more confidence<\/div>\n        <p>This hub covers the shift from founder to leader, including communication, delegation, feedback, people management, performance, development, and building stronger team foundations without becoming overly corporate.<\/p>\n        <span class=\"hub-card-link\">Go to: Leading &amp; Growing a Small Team \u2192<\/span>\n      <\/a>\n\n      <!-- HUB 4 -->\n      <a href=\"https:\/\/honesthr.blog\/building-a-healthy-sustainable-workplace\/\" class=\"hub-card\">\n        <div class=\"hub-card-header\">\n          <div class=\"hub-num\">4<\/div>\n          <div class=\"hub-card-title\">Building a Healthy, Sustainable Workplace<\/div>\n        <\/div>\n        <div class=\"hub-card-for\">For founders who want to build a business where people can actually thrive<\/div>\n        <p>This hub covers culture, wellbeing, trust, sustainable ways of working, healthy leadership, and the human side of growth, so you can build something that works for both the business and the people in it.<\/p>\n        <span class=\"hub-card-link\">Go to: Building a Healthy, Sustainable Workplace \u2192<\/span>\n      <\/a>\n\n    <\/div>\n\n    <!-- SHORTCUT BAND -->\n    <div class=\"shortcut-band\">\n      <h2>Want the shortcut?<\/h2>\n      <p>Practical support, templates, and clear next steps \u2014 ready when you are.<\/p>\n      <div class=\"shortcut-items\">\n\n        <div class=\"shortcut-item\">\n          <div class=\"shortcut-item-icon\"><\/div>\n          <div class=\"shortcut-item-text\">\n            <strong>Access The Vault<\/strong>\n            <p>Browse the growing collection of practical resources, bite-sized tools, and templates designed to help you move forward with more clarity and confidence.<\/p>\n            <a href=\"https:\/\/honesthr.gumroad.com\/\" class=\"shortcut-btn active\">View The Vault \u2192<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"shortcut-item\">\n          <div class=\"shortcut-item-icon\"><\/div>\n          <div class=\"shortcut-item-text\">\n            <strong>The People Team <span class=\"soon-tag\">Coming soon<\/span><\/strong>\n            <p>Join the membership for ongoing support, practical training, and access to a growing library of resources to help you build and lead well.<\/p>\n            <a href=\"http:\/\/www.thepeople.team\" class=\"shortcut-btn active\">Join The People Team \u2192<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- LOOKING FOR SOMETHING SPECIFIC -->\n    <div class=\"topics-section\">\n      <div class=\"section-label\"><span>Looking for something more specific?<\/span><\/div>\n      <p class=\"topics-intro\">Alongside the main hub pages, you&#8217;ll also find deeper articles across topics like:<\/p>\n\n      <div class=\"topic-pills\">\n        <a href=\"https:\/\/honesthr.blog\/category\/onboarding-probation\/\" class=\"topic-pill\">Onboarding &amp; Probation<\/a>\n        <a href=\"https:\/\/honesthr.blog\/category\/performance-skills\/\" class=\"topic-pill\">Performance &amp; Skills<\/a>\n        <a href=\"https:\/\/honesthr.blog\/category\/outsourcing\/\" class=\"topic-pill\">Outsourcing &amp; Workforce Types<\/a>\n        <a href=\"https:\/\/honesthr.blog\/category\/wellbeing-culture\/\" class=\"topic-pill\">Wellbeing &amp; Culture<\/a>\n        <a href=\"https:\/\/honesthr.blog\/category\/workplace-change\/\" class=\"topic-pill\">Workplace Relations &amp; Change<\/a>\n        <a href=\"https:\/\/honesthr.blog\/category\/hr-foundations\/\" class=\"topic-pill\">Practical HR Foundations<\/a>\n      <\/div>\n\n      <a href=\"https:\/\/honesthr.blog\" class=\"blog-link\">Visit the Blog \u2192<\/a>\n    <\/div>\n\n    <!-- FOOTER NOTE -->\n    <div class=\"footer-note\">\n      More resources at <a href=\"http:\/\/www.honesthr.co.uk\" style=\"color:var(--forest); font-weight:600;\">honesthr.co.uk<\/a>\n    <\/div>\n\n  <\/main>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>New Here? Start Here | The People Team Pro Honest HR &nbsp;\u00b7&nbsp; All Hubs &nbsp;\u00b7&nbsp; Blog Welcome New here?Start here. If you&#8217;re building or rebuilding your business and you want it to feel clearer, calmer, and more scalable, you&#8217;re in the right place. Honest HR helps solopreneurs and small business owners grow with more clarity, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>New here? Start here - Honest HR<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/honesthr.blog\/start-here\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New here? Start here - Honest HR\" \/>\n<meta property=\"og:description\" content=\"New Here? Start Here | The People Team Pro Honest HR &nbsp;\u00b7&nbsp; All Hubs &nbsp;\u00b7&nbsp; Blog Welcome New here?Start here. If you&#8217;re building or rebuilding your business and you want it to feel clearer, calmer, and more scalable, you&#8217;re in the right place. Honest HR helps solopreneurs and small business owners grow with more clarity, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/honesthr.blog\/start-here\/\" \/>\n<meta property=\"og:site_name\" content=\"Honest HR\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-14T11:13:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/honesthr.blog\/start-here\/\",\"url\":\"https:\/\/honesthr.blog\/start-here\/\",\"name\":\"New here? Start here - Honest HR\",\"isPartOf\":{\"@id\":\"http:\/\/honesthr.blog\/#website\"},\"datePublished\":\"2026-02-16T22:55:35+00:00\",\"dateModified\":\"2026-04-14T11:13:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/honesthr.blog\/start-here\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/honesthr.blog\/start-here\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/honesthr.blog\/start-here\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/honesthr.blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New here? Start here\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/honesthr.blog\/#website\",\"url\":\"http:\/\/honesthr.blog\/\",\"name\":\"Honest HR\",\"description\":\"www.honesthr.co.uk\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/honesthr.blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New here? Start here - Honest HR","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/honesthr.blog\/start-here\/","og_locale":"en_US","og_type":"article","og_title":"New here? Start here - Honest HR","og_description":"New Here? Start Here | The People Team Pro Honest HR &nbsp;\u00b7&nbsp; All Hubs &nbsp;\u00b7&nbsp; Blog Welcome New here?Start here. If you&#8217;re building or rebuilding your business and you want it to feel clearer, calmer, and more scalable, you&#8217;re in the right place. Honest HR helps solopreneurs and small business owners grow with more clarity, [&hellip;]","og_url":"https:\/\/honesthr.blog\/start-here\/","og_site_name":"Honest HR","article_modified_time":"2026-04-14T11:13:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/honesthr.blog\/start-here\/","url":"https:\/\/honesthr.blog\/start-here\/","name":"New here? Start here - Honest HR","isPartOf":{"@id":"http:\/\/honesthr.blog\/#website"},"datePublished":"2026-02-16T22:55:35+00:00","dateModified":"2026-04-14T11:13:31+00:00","breadcrumb":{"@id":"https:\/\/honesthr.blog\/start-here\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/honesthr.blog\/start-here\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/honesthr.blog\/start-here\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/honesthr.blog\/"},{"@type":"ListItem","position":2,"name":"New here? Start here"}]},{"@type":"WebSite","@id":"http:\/\/honesthr.blog\/#website","url":"http:\/\/honesthr.blog\/","name":"Honest HR","description":"www.honesthr.co.uk","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/honesthr.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":5,"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":99,"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/pages\/14\/revisions\/99"}],"wp:attachment":[{"href":"https:\/\/honesthr.blog\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}