{"id":930,"date":"2025-04-02T16:30:33","date_gmt":"2025-04-02T20:30:33","guid":{"rendered":"https:\/\/viralbuzz.today\/new-novaledgers\/?p=930"},"modified":"2026-09-18T16:54:10","modified_gmt":"2026-09-18T20:54:10","slug":"bookkeeping-101-for-small-business-owners","status":"publish","type":"post","link":"https:\/\/viralbuzz.today\/new-novaledgers\/bookkeeping-101-for-small-business-owners\/","title":{"rendered":"Bookkeeping 101 for Small Business Owners"},"content":{"rendered":"\n<style>\n  .nova-bk101-post {\n    --nova-navy: #12304a;\n    --nova-dark-navy: #0b2235;\n    --nova-blue: #2c6d9e;\n    --nova-teal: #1f7a78;\n    --nova-light-blue: #edf6fb;\n    --nova-white: #ffffff;\n    --nova-text: #263238;\n    --nova-muted: #61707a;\n    --nova-border: #dce5ea;\n    --nova-shadow: 0 8px 24px rgba(18, 48, 74, 0.10);\n\n    width: 100%;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--nova-text);\n    line-height: 1.7;\n  }\n\n  .nova-bk101-post * {\n    box-sizing: border-box;\n  }\n\n  .nova-bk101-post .nova-bk101-wrap {\n    width: min(920px, 92%);\n    margin: 0 auto;\n  }\n\n  .nova-bk101-post .nova-bk101-hero {\n    margin-bottom: 3rem;\n    padding: 3.75rem 0;\n    background:\n      linear-gradient(115deg, rgba(11, 34, 53, 0.97), rgba(18, 48, 74, 0.90)),\n      linear-gradient(135deg, #173f5f, #0d2f47);\n    text-align: center;\n  }\n\n  .nova-bk101-post .nova-bk101-eyebrow {\n    display: inline-block;\n    margin-bottom: 0.9rem;\n    color: #78d4cd;\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  .nova-bk101-post .nova-bk101-hero h2 {\n    max-width: 860px;\n    margin: 0 auto 1rem;\n    color: var(--nova-white);\n    font-size: clamp(2rem, 4vw, 3.25rem);\n    line-height: 1.15;\n    letter-spacing: -0.025em;\n  }\n\n  .nova-bk101-post .nova-bk101-hero p {\n    max-width: 735px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.86);\n    font-size: 1.06rem;\n    line-height: 1.65;\n  }\n\n  .nova-bk101-post .nova-bk101-content {\n    padding-bottom: 4rem;\n  }\n\n  .nova-bk101-post .nova-bk101-content h2 {\n    margin: 3rem 0 1rem;\n    color: var(--nova-navy);\n    font-size: clamp(1.55rem, 3vw, 2.2rem);\n    line-height: 1.25;\n  }\n\n  .nova-bk101-post .nova-bk101-content h3 {\n    margin: 0;\n    color: var(--nova-navy);\n    font-size: 1.2rem;\n    line-height: 1.35;\n  }\n\n  .nova-bk101-post .nova-bk101-content p {\n    margin: 0 0 1.2rem;\n    color: var(--nova-muted);\n    font-size: 1rem;\n  }\n\n  .nova-bk101-post .nova-bk101-content ul {\n    margin: 0 0 1.4rem;\n    padding: 0;\n    list-style: none;\n  }\n\n  .nova-bk101-post .nova-bk101-content li {\n    position: relative;\n    margin: 0.7rem 0;\n    padding-left: 1.75rem;\n    color: var(--nova-text);\n  }\n\n  .nova-bk101-post .nova-bk101-content li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--nova-teal);\n    content: \"\u2713\";\n    font-weight: 700;\n  }\n\n  .nova-bk101-post .nova-bk101-intro {\n    margin-bottom: 2.25rem;\n    padding: 2rem;\n    border-left: 5px solid var(--nova-teal);\n    border-radius: 10px;\n    background: var(--nova-light-blue);\n    box-shadow: var(--nova-shadow);\n  }\n\n  .nova-bk101-post .nova-bk101-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  .nova-bk101-post .nova-bk101-step {\n    margin: 2.25rem 0;\n    overflow: hidden;\n    border: 1px solid var(--nova-border);\n    border-radius: 12px;\n    background: var(--nova-white);\n    box-shadow: 0 4px 15px rgba(18, 48, 74, 0.06);\n  }\n\n  .nova-bk101-post .nova-bk101-step-head {\n    display: flex;\n    gap: 1rem;\n    align-items: center;\n    padding: 1.35rem 1.5rem;\n    background: var(--nova-light-blue);\n  }\n\n  .nova-bk101-post .nova-bk101-number {\n    display: flex;\n    width: 42px;\n    height: 42px;\n    flex: 0 0 auto;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--nova-navy);\n    color: var(--nova-white);\n    font-size: 1rem;\n    font-weight: 700;\n  }\n\n  .nova-bk101-post .nova-bk101-step-head h2 {\n    margin: 0;\n    color: var(--nova-navy);\n    font-size: clamp(1.28rem, 2.5vw, 1.65rem);\n  }\n\n  .nova-bk101-post .nova-bk101-step-body {\n    padding: 1.65rem 1.5rem 1.8rem;\n  }\n\n  .nova-bk101-post .nova-bk101-step-body p:last-child {\n    margin-bottom: 0;\n  }\n\n  .nova-bk101-post .nova-bk101-action {\n    margin-top: 1.4rem;\n    padding: 1.15rem 1.25rem;\n    border-left: 5px solid var(--nova-teal);\n    border-radius: 7px;\n    background: var(--nova-light-blue);\n    color: var(--nova-muted);\n  }\n\n  .nova-bk101-post .nova-bk101-action strong {\n    color: var(--nova-navy);\n  }\n\n  .nova-bk101-post .nova-bk101-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 1.25rem;\n    margin: 2rem 0;\n  }\n\n  .nova-bk101-post .nova-bk101-grid-card {\n    padding: 1.6rem;\n    border: 1px solid var(--nova-border);\n    border-radius: 10px;\n    background: var(--nova-light-blue);\n  }\n\n  .nova-bk101-post .nova-bk101-grid-card h3 {\n    margin-top: 0;\n  }\n\n  .nova-bk101-post .nova-bk101-grid-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .nova-bk101-post .nova-bk101-note {\n    margin: 2rem 0;\n    padding: 1.25rem 1.4rem;\n    border-left: 5px solid var(--nova-teal);\n    border-radius: 8px;\n    background: var(--nova-light-blue);\n    color: var(--nova-muted);\n    font-size: 0.95rem;\n  }\n\n  .nova-bk101-post .nova-bk101-note strong {\n    color: var(--nova-navy);\n  }\n\n  .nova-bk101-post .nova-bk101-checklist {\n    margin: 2.2rem 0;\n    padding: 2rem;\n    border: 1px solid var(--nova-border);\n    border-radius: 12px;\n    background: var(--nova-white);\n    box-shadow: 0 4px 15px rgba(18, 48, 74, 0.06);\n  }\n\n  .nova-bk101-post .nova-bk101-checklist h3 {\n    margin-bottom: 1rem;\n  }\n\n  .nova-bk101-post .nova-bk101-cta {\n    margin-top: 3rem;\n    padding: 3rem 2rem;\n    border-radius: 12px;\n    background: linear-gradient(135deg, var(--nova-navy), #1b587b);\n    text-align: center;\n  }\n\n  .nova-bk101-post .nova-bk101-cta h2 {\n    margin: 0 0 1rem;\n    color: var(--nova-white);\n    font-size: clamp(1.7rem, 3vw, 2.3rem);\n  }\n\n  .nova-bk101-post .nova-bk101-cta p {\n    max-width: 680px;\n    margin: 0 auto 1.5rem;\n    color: rgba(255, 255, 255, 0.86);\n  }\n\n  .nova-bk101-post .nova-bk101-button {\n    display: inline-block;\n    padding: 0.9rem 1.35rem;\n    border-radius: 6px;\n    background: var(--nova-white);\n    color: var(--nova-navy) !important;\n    font-size: 0.96rem;\n    font-weight: 700;\n    text-decoration: none;\n    transition: background 0.2s ease, transform 0.2s ease;\n  }\n\n  .nova-bk101-post .nova-bk101-button:hover {\n    background: #eaf4f8;\n    transform: translateY(-1px);\n  }\n\n  .nova-bk101-post .nova-bk101-disclaimer {\n    margin-top: 2rem;\n    color: var(--nova-muted);\n    font-size: 0.83rem;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 700px) {\n    .nova-bk101-post .nova-bk101-hero {\n      margin-bottom: 2rem;\n      padding: 3rem 0;\n    }\n\n    .nova-bk101-post .nova-bk101-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nova-bk101-post .nova-bk101-intro,\n    .nova-bk101-post .nova-bk101-step-body,\n    .nova-bk101-post .nova-bk101-checklist {\n      padding: 1.5rem;\n    }\n\n    .nova-bk101-post .nova-bk101-step-head {\n      padding: 1.15rem 1.25rem;\n    }\n  }\n<\/style>\n\n<article class=\"nova-bk101-post\">\n\n  <header class=\"nova-bk101-hero\">\n    <div class=\"nova-bk101-wrap\">\n      <span class=\"nova-bk101-eyebrow\">Nova Ledgers insights<\/span>\n\n      <h2>Bookkeeping 101 for Small Business Owners<\/h2>\n\n      <p>\n        A beginner-friendly guide to creating organized financial records, understanding your\n        numbers, and developing stronger bookkeeping habits for your small business.\n      <\/p>\n    <\/div>\n  <\/header>\n\n  <div class=\"nova-bk101-wrap nova-bk101-content\">\n\n    <div class=\"nova-bk101-intro\">\n      <p>\n        Bookkeeping is the process of recording, organizing, and reviewing your business\u2019s financial\n        activity. It may not be the most exciting part of running a business, but it is one of the\n        most important. Accurate books help you understand what you earn, what you spend, what\n        customers owe you, and how much cash is available.\n      <\/p>\n\n      <p>\n        Strong bookkeeping also supports better decisions, smoother tax preparation, more reliable\n        financial reporting, and less stress when you need information quickly. Whether you are a\n        new entrepreneur, freelancer, consultant, retailer, or growing small business, the following\n        basics can help you get started.\n      <\/p>\n    <\/div>\n\n    <h2>What bookkeeping helps you do<\/h2>\n\n    <div class=\"nova-bk101-grid\">\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Track business activity<\/h3>\n        <p>\n          Record sales, client payments, bills, expenses, refunds, loan activity, and other\n          transactions that affect your business.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Understand profitability<\/h3>\n        <p>\n          Review income and expenses to see whether your business is generating a profit and which\n          parts of the business are performing well.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Manage cash flow<\/h3>\n        <p>\n          Monitor money coming in and going out so you can plan for payroll, rent, suppliers,\n          taxes, inventory, and other obligations.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Prepare for tax time<\/h3>\n        <p>\n          Maintain organized records that make it easier to prepare information for your accountant,\n          tax professional, or CRA filings.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <h2>Seven bookkeeping basics to follow<\/h2>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">1<\/div>\n        <h2>Separate business and personal finances<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          One of the first and most important bookkeeping habits is separating business activity\n          from personal activity. Mixing personal purchases, household bills, and business expenses\n          in the same bank account makes it difficult to understand your true business performance.\n        <\/p>\n\n        <p>\n          A dedicated business bank account and business credit card can make income and expenses\n          easier to track, reconcile, and review. This is useful whether you operate as a sole\n          proprietor, partnership, or corporation.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Use a dedicated account for customer payments and\n          business purchases. If you pay a business expense personally, record it clearly so it is\n          not confused with normal operating expenses.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">2<\/div>\n        <h2>Choose a bookkeeping method and system<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Your bookkeeping method determines when transactions are recorded. The two most common\n          methods are cash basis and accrual basis. Cash basis records income when payment is\n          received and expenses when paid. Accrual basis records revenue when earned and expenses\n          when incurred, even if cash moves at a different time.\n        <\/p>\n\n        <p>\n          You also need a practical system for organizing your books. This could be bookkeeping\n          software, a well-designed spreadsheet, or a combination of digital tools supported by a\n          professional bookkeeper.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Choose a system that fits your transaction volume and\n          business needs. For growing businesses, cloud-based software such as QuickBooks Online\n          can help automate bank feeds, invoicing, receipt capture, reconciliation, and reporting.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">3<\/div>\n        <h2>Track all income and expenses<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Record every business transaction\u2014not only large purchases or major customer payments.\n          Small software subscriptions, bank fees, delivery charges, refunds, and other minor\n          transactions can add up and affect your financial reports.\n        <\/p>\n\n        <p>\n          Categorize income and expenses consistently. For example, you may use categories for\n          sales, advertising, office supplies, rent, professional fees, travel, payroll, and\n          technology. Clear categories help you understand where your money is coming from and\n          where it is going.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Record transactions weekly or monthly rather than\n          waiting until year-end. Save related receipts, invoices, and proof of payment at the time\n          of the transaction.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">4<\/div>\n        <h2>Reconcile your bank and credit-card accounts<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Reconciliation means comparing your bookkeeping records to your bank and credit-card\n          statements. The purpose is to confirm that every transaction has been recorded correctly,\n          identify missing items, and catch duplicate or unusual entries.\n        <\/p>\n\n        <p>\n          Reconciliation is one of the best ways to maintain accurate books. Without it, a bank\n          balance in your accounting software may look correct while the transaction details behind\n          it are incomplete or inaccurate.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Reconcile all business bank accounts, credit cards, and\n          relevant payment platforms at least once each month. Investigate any difference before\n          closing the period.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">5<\/div>\n        <h2>Manage accounts receivable and payable<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Accounts receivable is money customers owe your business. Accounts payable is money your\n          business owes to suppliers, vendors, or service providers. Tracking both helps you\n          understand your expected cash inflows and upcoming payment obligations.\n        <\/p>\n\n        <p>\n          A business can be profitable on paper but still have cash flow problems if customer\n          invoices are overdue or major supplier bills are approaching. Regular review helps you\n          stay ahead of these issues.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Send invoices promptly, include clear payment terms, and\n          follow up consistently on overdue balances. Review bills due each week so payments can be\n          planned around available cash.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">6<\/div>\n        <h2>Review your key financial reports<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Financial reports turn day-to-day transactions into useful business information. Three\n          reports are particularly important for most small business owners: the Profit and Loss\n          statement, Balance Sheet, and cash flow report.\n        <\/p>\n\n        <p>\n          Your Profit and Loss statement shows revenue, expenses, and profit or loss for a period.\n          Your Balance Sheet shows what the business owns and owes at a point in time. A cash flow\n          report helps explain how money moved through the business.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Review these reports monthly. Compare the current month\n          with prior months and your budget, then investigate meaningful changes in sales, expenses,\n          outstanding invoices, debt, or cash.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"nova-bk101-step\">\n      <div class=\"nova-bk101-step-head\">\n        <div class=\"nova-bk101-number\">7<\/div>\n        <h2>Keep records organized and securely backed up<\/h2>\n      <\/div>\n\n      <div class=\"nova-bk101-step-body\">\n        <p>\n          Good bookkeeping depends on good documentation. Keep receipts, invoices, bank statements,\n          contracts, payroll records, expense approvals, and other documents that support your\n          financial transactions.\n        <\/p>\n\n        <p>\n          Digital tools can make this easier by attaching receipts directly to transactions and\n          storing documents securely in the cloud. However, you should still maintain backup copies\n          and protect access to your business\u2019s financial accounts.\n        <\/p>\n\n        <div class=\"nova-bk101-action\">\n          <strong>Practical step:<\/strong> Create a simple digital filing structure by year and\n          document type. Back up important records regularly, use strong passwords, and limit\n          access to authorized people.\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <h2>Common reports every owner should understand<\/h2>\n\n    <div class=\"nova-bk101-grid\">\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Profit and Loss Statement<\/h3>\n        <p>\n          Also called an income statement, it summarizes revenue, cost of sales, expenses, and\n          profit or loss over a defined period.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Balance Sheet<\/h3>\n        <p>\n          It shows your assets, liabilities, and owner\u2019s or shareholders\u2019 equity at a specific\n          date, providing a snapshot of financial position.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Accounts Receivable Aging<\/h3>\n        <p>\n          It lists unpaid customer invoices by how long they have been outstanding, helping you\n          focus collection efforts and protect cash flow.\n        <\/p>\n      <\/div>\n\n      <div class=\"nova-bk101-grid-card\">\n        <h3>Accounts Payable Aging<\/h3>\n        <p>\n          It lists bills owed to suppliers and vendors, organized by due date or age, helping you\n          plan payments and avoid late fees.\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"nova-bk101-note\">\n      <strong>Recordkeeping reminder:<\/strong> The CRA generally expects businesses to keep complete\n      and reliable books and records, including the supporting documents behind income, expenses,\n      bank activity, and other transactions. Relevant records are generally retained for six years\n      from the end of the last tax year they relate to. Requirements can vary depending on your\n      business structure and circumstances.\n    <\/div>\n\n    <h2>A simple monthly bookkeeping routine<\/h2>\n\n    <div class=\"nova-bk101-checklist\">\n      <h3>Use this checklist to keep your books current<\/h3>\n\n      <ul>\n        <li>Record and categorize income, expenses, customer payments, and supplier bills<\/li>\n        <li>Upload and organize receipts, invoices, and supporting documents<\/li>\n        <li>Reconcile bank accounts, credit cards, and payment platforms<\/li>\n        <li>Review unpaid customer invoices and follow up on overdue balances<\/li>\n        <li>Review bills due and plan upcoming payments<\/li>\n        <li>Review your Profit and Loss statement, Balance Sheet, and cash position<\/li>\n        <li>Check GST\/HST, payroll, and other deadlines that may apply to your business<\/li>\n        <li>Back up your records and resolve unusual transactions or discrepancies<\/li>\n      <\/ul>\n    <\/div>\n\n    <h2>The bottom line<\/h2>\n\n    <p>\n      Bookkeeping does not need to be complicated, but it does need to be consistent. Separating\n      finances, recording transactions promptly, reconciling accounts, reviewing reports, and\n      maintaining organized documentation can create a strong financial foundation for your business.\n    <\/p>\n\n    <p>\n      If your books are behind, incomplete, or becoming difficult to manage, professional support\n      can help you get organized and establish a system that works. The earlier you build good\n      bookkeeping habits, the easier it becomes to understand your numbers and make better business\n      decisions.\n    <\/p>\n\n    <section class=\"nova-bk101-cta\">\n      <h2>Need help getting your bookkeeping organized?<\/h2>\n\n      <p>\n        Nova Ledgers provides practical bookkeeping support to help small businesses establish\n        reliable financial processes, maintain accurate records, and better understand their\n        business performance.\n      <\/p>\n\n      <a class=\"nova-bk101-button\"\n         href=\"https:\/\/docs.google.com\/forms\/d\/e\/1FAIpQLScR267nsP7DGroTxVLVp17Gtzm0Iwy3HuqNMIE-dRU__5cxcQ\/viewform?usp=sharing&amp;ouid=105771860672670463421\"\n         target=\"_blank\"\n         rel=\"noopener\">\n        Request a Consultation\n      <\/a>\n    <\/section>\n\n    <p class=\"nova-bk101-disclaimer\">\n      <strong>Disclaimer:<\/strong> This article provides general educational information only and\n      is not tax, legal, financial, or accounting advice. Recordkeeping, tax, GST\/HST, payroll,\n      and reporting obligations depend on your business structure, activities, and circumstances.\n      Consult qualified professionals for advice specific to your business.\n    <\/p>\n\n  <\/div>\n<\/article>\n","protected":false},"excerpt":{"rendered":"<p>Nova Ledgers insights Bookkeeping 101 for Small Business Owners A beginner-friendly guide to creating organized financial records, understanding your numbers, and developing stronger bookkeeping habits for your small business. Bookkeeping is the process of recording, organizing, and reviewing your business\u2019s financial activity. It may not be the most exciting part of running a business, but [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":941,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_gspb_post_css":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-930","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7},"has_hero_section":"disabled"},"_links":{"self":[{"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/posts\/930","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/comments?post=930"}],"version-history":[{"count":2,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/posts\/930\/revisions"}],"predecessor-version":[{"id":932,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/posts\/930\/revisions\/932"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/media\/941"}],"wp:attachment":[{"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/media?parent=930"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/categories?post=930"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/viralbuzz.today\/new-novaledgers\/wp-json\/wp\/v2\/tags?post=930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}