{"id":1008,"date":"2026-05-07T17:09:00","date_gmt":"2026-05-07T23:09:00","guid":{"rendered":"https:\/\/electionchamp.com\/?p=1008"},"modified":"2026-04-23T09:00:08","modified_gmt":"2026-04-23T15:00:08","slug":"online-voting-security-how-to-protect-your-election-from-fraud","status":"publish","type":"post","link":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/","title":{"rendered":"Online Voting Security: How to Protect Your Election from Fraud"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>When someone suggests switching from paper ballots to online voting, the first question is always the same: \u201cIs it secure?\u201d<\/p>\n\n\n\n<p>It\u2019s a fair question. Elections are high-stakes events. The integrity of the process determines whether members trust the outcome, whether governance decisions have legitimacy, and whether your organization avoids disputes, protests, or legal challenges.<\/p>\n\n\n\n<p>The answer: yes, online voting \u2014 when implemented properly \u2014 is not only secure, it\u2019s often more secure than paper. This guide explains why, layer by layer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Layer 1: Encryption<\/h2>\n\n\n\n<p>ElectionChamp uses AES-256 encryption \u2014 the same encryption standard used by banks, government agencies, and military communications. AES-256 means there are 2^256 possible encryption keys. To put that in perspective, brute-forcing this encryption with the fastest computers on Earth would take longer than the age of the universe.<\/p>\n\n\n\n<p>All data at rest (stored voter information, ballot configurations, vote records) is encrypted with AES-256. All data in transit (the connection between a voter\u2019s device and the ElectionChamp server) is protected by SSL\/TLS encryption. This means no one can intercept or read the data as it moves across the internet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Layer 2: Unique Voter Keys<\/h2>\n\n\n\n<p>Every voter in an ElectionChamp election receives a unique, randomly generated 16-digit voting key. This key is their personal access pass to the ballot. Here\u2019s what makes it secure:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>One key, one vote.<\/strong> Each key works exactly once. After a ballot is submitted, the key is permanently deactivated. No one can vote twice.<\/li>\n\n\n\n<li><strong>No vote changes.<\/strong> Once submitted, a vote cannot be altered. The key is locked the moment the ballot is confirmed. This is intentional and cannot be overridden \u2014 even by administrators.<\/li>\n\n\n\n<li><strong>Random generation.<\/strong> Keys are generated randomly, not sequentially. There\u2019s no way to predict or guess another voter\u2019s key.<\/li>\n\n\n\n<li><strong>Unique per election.<\/strong> Keys are specific to a single election. They can\u2019t be reused across elections.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Layer 3: Ballot Anonymity<\/h2>\n\n\n\n<p>This is one of the most important security features and one that many administrators don\u2019t realize until they look for it: votes are completely anonymous.<\/p>\n\n\n\n<p>On ElectionChamp, votes are decoupled from voter identities at the system level. The administrator can see if someone voted (their status changes from Pending to Voted), but they can never see what they voted for. This is not a setting that can be toggled \u2014 it\u2019s built into the architecture of the system.<\/p>\n\n\n\n<p>This matters enormously for elections where voters might fear retaliation for their choices: union elections, board elections in contentious environments, or any vote where politics run high.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Layer 4: Audit Trail<\/h2>\n\n\n\n<p>Every administrative action taken during an election is logged in a complete, timestamped audit trail. This includes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Dashboard views<\/li>\n\n\n\n<li>Voter list access<\/li>\n\n\n\n<li>Notification sends and resends<\/li>\n\n\n\n<li>Result views<\/li>\n\n\n\n<li>Early closure actions<\/li>\n\n\n\n<li>Any changes to election settings (before launch)<\/li>\n<\/ul>\n\n\n\n<p>This log is your compliance record. If anyone challenges the election, you have a complete, immutable record of every action taken.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Layer 5: Voter Masking<\/h2>\n\n\n\n<p>During active elections, ElectionChamp masks the voting status of the last 5 voters who cast their ballots. This means even the administrator cannot correlate the timing of a vote with a specific voter\u2019s identity.<\/p>\n\n\n\n<p>Why does this matter? Without masking, an administrator watching the dashboard could see a voter\u2019s status change from \u201cPending\u201d to \u201cVoted\u201d in real time and potentially correlate the timing with other information. Masking eliminates this possibility.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Online Voting Compares to Paper Ballots<\/h2>\n\n\n\n<p>Paper ballots have their own security vulnerabilities that are often overlooked:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lost ballots: Mail-in ballots can be lost in transit, never arriving or never being counted.<\/li>\n\n\n\n<li>Counting errors: Hand-counting is inherently error-prone, especially in large elections. Recounts frequently produce different numbers.<\/li>\n\n\n\n<li>Ballot tampering: Physical ballots can be altered, stuffed, or destroyed. Chain of custody is difficult to maintain perfectly.<\/li>\n\n\n\n<li>Voter impersonation: At in-person elections, verifying identity can be inconsistent.<\/li>\n\n\n\n<li>No audit trail: Paper elections rarely have a complete record of every administrative action taken.<\/li>\n<\/ul>\n\n\n\n<p>Online voting with proper encryption, unique keys, anonymity, and audit trails addresses all of these vulnerabilities. The digital record is more complete, more verifiable, and more tamper-resistant than paper.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices for Election Administrators<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Choose a platform with transparent security.<\/strong> Look for AES-256 encryption, unique voter keys, anonymous ballots, and audit trails as baseline requirements.<\/li>\n\n\n\n<li><strong>Use the highest-security result visibility setting.<\/strong> Set results to \u201cNo One\u201d until the election closes to prevent early results from influencing remaining voters.<\/li>\n\n\n\n<li><strong>Enable all optional security features.<\/strong> Use Ballot IDs for cross-referencing, Voter Labels for management, and Random Order to prevent position bias.<\/li>\n\n\n\n<li><strong>Run a test election first.<\/strong> Verify that the security features work as expected with a small group before going live with the full membership.<\/li>\n\n\n\n<li><strong>Communicate security to voters.<\/strong> Let members know about the encryption, anonymity, and audit trail. Transparency about security builds trust.<\/li>\n<\/ul>\n\n\n\n<p><a href=\"https:\/\/app.electionchamp.com\/register\/\">Ready to run your first election? Start for free at ElectionChamp.com<\/a> \u2014 no credit card required for up to 20 voters. All features included on every plan.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Security is the #1 concern for organizations considering online voting. This guide explains the encryption, authentication, anonymity, and audit technologies that make modern online elections as secure \u2014 or more secure \u2014 than paper ballots.<\/p>\n","protected":false},"author":1,"featured_media":4462,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[38],"tags":[39,28],"class_list":["post-1008","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-election-security","tag-election-security","tag-online-election"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Online Voting Security: How to Protect Your Election from Fraud<\/title>\n<meta name=\"description\" content=\"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Online Voting Security: How to Protect Your Election from Fraud\" \/>\n<meta property=\"og:description\" content=\"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/\" \/>\n<meta property=\"og:site_name\" content=\"ElectionChamp\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-07T23:09:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"ElectionChamp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ElectionChamp\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/\"},\"author\":{\"name\":\"ElectionChamp\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6972cc61142298ef35429bce51b1365c\"},\"headline\":\"Online Voting Security: How to Protect Your Election from Fraud\",\"datePublished\":\"2026-05-07T23:09:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/\"},\"wordCount\":821,\"publisher\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/online_voting_security_fraud_prevention_1776880084287.jpg\",\"keywords\":[\"Election Security\",\"Online Election\"],\"articleSection\":[\"Election Security\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/\",\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/\",\"name\":\"Online Voting Security: How to Protect Your Election from Fraud\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/online_voting_security_fraud_prevention_1776880084287.jpg\",\"datePublished\":\"2026-05-07T23:09:00+00:00\",\"description\":\"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/online_voting_security_fraud_prevention_1776880084287.jpg\",\"contentUrl\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/online_voting_security_fraud_prevention_1776880084287.jpg\",\"width\":1024,\"height\":576,\"caption\":\"Online Voting Security\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/online-voting-security-how-to-protect-your-election-from-fraud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Online Voting Security: How to Protect Your Election from Fraud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/\",\"name\":\"ElectionChamp\",\"description\":\"Blogs &amp; Best Practices for Online Elections.\",\"publisher\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#organization\",\"name\":\"ElectionChamp\",\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/ElectionChamp-Logo.png\",\"contentUrl\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/ElectionChamp-Logo.png\",\"width\":1150,\"height\":180,\"caption\":\"ElectionChamp\"},\"image\":{\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/#\\\/schema\\\/person\\\/6972cc61142298ef35429bce51b1365c\",\"name\":\"ElectionChamp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g\",\"caption\":\"ElectionChamp\"},\"sameAs\":[\"https:\\\/\\\/electionchamp.com\"],\"url\":\"https:\\\/\\\/electionchamp.com\\\/blog\\\/author\\\/aadarsh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Online Voting Security: How to Protect Your Election from Fraud","description":"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.","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:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/","og_locale":"en_US","og_type":"article","og_title":"Online Voting Security: How to Protect Your Election from Fraud","og_description":"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.","og_url":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/","og_site_name":"ElectionChamp","article_published_time":"2026-05-07T23:09:00+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg","type":"image\/jpeg"}],"author":"ElectionChamp","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ElectionChamp","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#article","isPartOf":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/"},"author":{"name":"ElectionChamp","@id":"https:\/\/electionchamp.com\/blog\/#\/schema\/person\/6972cc61142298ef35429bce51b1365c"},"headline":"Online Voting Security: How to Protect Your Election from Fraud","datePublished":"2026-05-07T23:09:00+00:00","mainEntityOfPage":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/"},"wordCount":821,"publisher":{"@id":"https:\/\/electionchamp.com\/blog\/#organization"},"image":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#primaryimage"},"thumbnailUrl":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg","keywords":["Election Security","Online Election"],"articleSection":["Election Security"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/","url":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/","name":"Online Voting Security: How to Protect Your Election from Fraud","isPartOf":{"@id":"https:\/\/electionchamp.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#primaryimage"},"image":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#primaryimage"},"thumbnailUrl":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg","datePublished":"2026-05-07T23:09:00+00:00","description":"Deep dive into online voting security: AES-256 encryption, unique voter keys, anonymous ballots, audit trails, and voter masking. Learn how to run tamper-proof elections.","breadcrumb":{"@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#primaryimage","url":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg","contentUrl":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2026\/05\/online_voting_security_fraud_prevention_1776880084287.jpg","width":1024,"height":576,"caption":"Online Voting Security"},{"@type":"BreadcrumbList","@id":"https:\/\/electionchamp.com\/blog\/online-voting-security-how-to-protect-your-election-from-fraud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/electionchamp.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Online Voting Security: How to Protect Your Election from Fraud"}]},{"@type":"WebSite","@id":"https:\/\/electionchamp.com\/blog\/#website","url":"https:\/\/electionchamp.com\/blog\/","name":"ElectionChamp","description":"Blogs &amp; Best Practices for Online Elections.","publisher":{"@id":"https:\/\/electionchamp.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/electionchamp.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/electionchamp.com\/blog\/#organization","name":"ElectionChamp","url":"https:\/\/electionchamp.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/electionchamp.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2021\/02\/ElectionChamp-Logo.png","contentUrl":"https:\/\/electionchamp.com\/blog\/wp-content\/uploads\/2021\/02\/ElectionChamp-Logo.png","width":1150,"height":180,"caption":"ElectionChamp"},"image":{"@id":"https:\/\/electionchamp.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/electionchamp.com\/blog\/#\/schema\/person\/6972cc61142298ef35429bce51b1365c","name":"ElectionChamp","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d68ef4b6eae5f5e4bac49dc9649cfbe5949716d9ed58e2500309bd850961461e?s=96&d=mm&r=g","caption":"ElectionChamp"},"sameAs":["https:\/\/electionchamp.com"],"url":"https:\/\/electionchamp.com\/blog\/author\/aadarsh\/"}]}},"_links":{"self":[{"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/posts\/1008","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/comments?post=1008"}],"version-history":[{"count":2,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/posts\/1008\/revisions"}],"predecessor-version":[{"id":4519,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/posts\/1008\/revisions\/4519"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/media\/4462"}],"wp:attachment":[{"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/media?parent=1008"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/categories?post=1008"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/electionchamp.com\/blog\/wp-json\/wp\/v2\/tags?post=1008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}