/* Professor's Transport — shared blog post data (used by homepage News, blog index, and post pages) */

window.BLOG_POSTS = [
  {
    slug: "freight-quote-guide",
    tag: "Freight 101",
    img: "images/blog-quote.png",
    title: "Ultimate freight quote guide: how to get accurate freight quotes in Canada",
    excerpt: "Getting an accurate freight quote comes down to one thing: providing complete and correct shipment details from the start. A quote is only as reliable as the information behind it.",
    readTime: "6 min read",
    body: [
      { type: "p", text: "Getting an accurate freight quote comes down to one thing: providing complete and correct shipment details from the start. A quote is only as reliable as the information behind it — and the gap between a rough estimate and a firm rate is almost always missing information." },
      { type: "h", text: "Start with the five essentials" },
      { type: "p", text: "Before you call a carrier or fill out a quote form, have these ready. They are the difference between a number you can plan around and one that changes at pickup." },
      { type: "list", items: [
        "Origin and destination — full postal codes, not just city names. Rural and metro rates differ even within the same city.",
        "Commodity — what is actually moving, and whether it is stackable, fragile, or hazardous.",
        "Weight and dimensions — accurate gross weight and the footprint (pallet count, or L×W×H).",
        "Equipment needed — dry van, reefer, flatbed, or specialized. Temperature range if applicable.",
        "Ready date and delivery window — and whether either end requires an appointment.",
      ]},
      { type: "h", text: "Why estimates change" },
      { type: "p", text: "Most rate surprises trace back to one of three things: the freight weighed more than declared, it needed equipment the shipper didn't specify, or an accessorial — liftgate, inside delivery, residential, detention — wasn't mentioned up front. A good carrier asks about all of these before quoting. If they don't, expect the number to move." },
      { type: "h", text: "Get it right the first time" },
      { type: "p", text: "At Professor's, a real planner reviews every quote request — not an algorithm guessing at blanks. The more complete your details, the firmer the rate we can commit to, and the fewer surprises at the dock. When in doubt, over-share: it always produces a better quote." },
    ],
  },
  {
    slug: "choosing-a-freight-partner",
    tag: "Industry",
    img: "images/blog-routes.png",
    title: "Trucking companies in Toronto: how to choose the right freight partner in 2026",
    excerpt: "Toronto is one of Canada's largest freight hubs. Manufacturers, retailers, and distributors rely on a small set of carriers to move goods across Ontario, Canada, and the United States.",
    readTime: "7 min read",
    body: [
      { type: "p", text: "Toronto is one of Canada's largest freight hubs. Manufacturers, retailers, and distributors rely on a small set of carriers to move goods across Ontario, Canada, and the United States — and choosing the right one shapes everything from on-time performance to how you sleep at night during peak season." },
      { type: "h", text: "Asset-based vs. brokerage" },
      { type: "p", text: "The first question to ask any carrier: do you own your trucks? An asset-based carrier runs its own fleet and employs its own drivers, so the company you sign with is the company that shows up at your dock. A brokerage re-sells your freight to whoever has capacity that day. Both have a place, but for recurring lanes and sensitive freight, asset-based means accountability." },
      { type: "h", text: "Certifications that actually matter" },
      { type: "p", text: "For cross-border freight, look for C-TPAT, PIP, FAST, ACE and ACI. These aren't decorative — they determine how quickly your shipment clears customs and how often it gets pulled for inspection. For temperature-sensitive or hazardous goods, FSMA and HAZMAT/TDG credentials are non-negotiable." },
      { type: "h", text: "Questions worth asking" },
      { type: "list", items: [
        "What is your on-time delivery rate, and how do you measure it?",
        "Do you own your equipment, and what is the average age of the fleet?",
        "Who answers the phone at 3 a.m. when a load is running late?",
        "What's your safety rating, and can you share your certifications?",
        "How do you communicate exceptions — proactively, or only when asked?",
      ]},
      { type: "h", text: "The quiet differentiator" },
      { type: "p", text: "Most carriers can move a box from A to B. The ones worth keeping are the ones that tell you about a problem before it becomes your problem. A dispatch desk that picks up the phone, a planner who knows your account by name, and honest communication when something goes sideways — that's what separates a vendor from a partner." },
    ],
  },
  {
    slug: "dispatch-training",
    tag: "Careers",
    img: "images/blog-dispatch.png",
    title: "Truck dispatch training: why now is the time to get started",
    excerpt: "If you've been thinking about becoming a truck dispatcher, this might be the perfect time to make your move. The trucking industry is shifting creating real opportunity.",
    readTime: "5 min read",
    body: [
      { type: "p", text: "If you've been thinking about becoming a truck dispatcher, this might be the perfect time to make your move. The trucking industry is shifting toward leaner, more communicative operations — and that's creating real opportunity for people who can plan well and stay calm under pressure." },
      { type: "h", text: "What a dispatcher actually does" },
      { type: "p", text: "A dispatcher is the connective tissue of a carrier. You match loads to trucks, plan routes that respect hours-of-service rules, keep drivers informed, and act as the single point of contact when a shipment hits a snag. It's part logistics, part customer service, and part problem-solving under a clock." },
      { type: "h", text: "Skills that matter more than experience" },
      { type: "list", items: [
        "Clear communication — drivers and customers both need straight answers, fast.",
        "Geography and time sense — knowing that a lane that looks short on a map may not be.",
        "Composure — the job is mostly calm, occasionally not, and the difference is how you handle the 'not'.",
        "Attention to detail — appointment times, paperwork, and compliance leave no room for guessing.",
      ]},
      { type: "h", text: "Growing into the role" },
      { type: "p", text: "The best dispatchers we know didn't start with a logistics degree — they started with the willingness to learn the freight, the lanes, and the drivers. If that sounds like you, the path in is more open than most people assume. Roles in planning, safety, and customer service are how many careers in this industry begin." },
    ],
  },
];
