{"id":1304,"date":"2026-01-06T04:47:02","date_gmt":"2026-01-06T04:47:02","guid":{"rendered":"https:\/\/cnelindia.com\/blog\/?p=1304"},"modified":"2026-01-06T04:47:02","modified_gmt":"2026-01-06T04:47:02","slug":"from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform","status":"publish","type":"post","link":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/","title":{"rendered":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform"},"content":{"rendered":"<h1>Project Objective<\/h1>\n<p>The primary goal was to design and implement a secure, scalable, and MVP-focused image upload system that allows users to upload images by <strong>Country \u2192 Province\/State \u2192 City<\/strong>, supports anonymous uploads that can later be linked to registered users, and dynamically integrates approved images into an interactive map.<\/p>\n<h2>Key Challenges<\/h2>\n<ul>\n<li>Linking anonymous uploads to user accounts post-registration without exposing public uploader data.<\/li>\n<li>Ensuring secure image handling and storage while preventing malicious uploads.<\/li>\n<li>Implementing reliable moderation workflows before public visibility.<\/li>\n<li>Maintaining seamless integration with the existing Leaflet-based map and frontend UI.<\/li>\n<li>Keeping the solution simple, clean, and MVP-focused without over-engineering.<\/li>\n<\/ul>\n<h2>Solution Delivered by CnEL India<\/h2>\n<p>CnEL India designed and delivered a comprehensive backend-driven solution that perfectly aligned with the client\u2019s technical preferences and business goals.<\/p>\n<h3>User Authentication &amp; Access Control<\/h3>\n<ul>\n<li>Manual user registration with secure password hashing (bcrypt\/argon2).<\/li>\n<li>Google OAuth login for frictionless onboarding.<\/li>\n<li>One-time email verification for manual registrations.<\/li>\n<li>Persistent login with secure sessions and optional \u201cRemember Me\u201d functionality.<\/li>\n<\/ul>\n<h3>Anonymous to Registered Upload Linking<\/h3>\n<ul>\n<li>Session-based tracking of uploads made before full registration.<\/li>\n<li>Automatic linking of previously uploaded images once a user completes registration.<\/li>\n<li>Images appear in the user\u2019s personal library post-linking.<\/li>\n<li>No public uploader information shown unless linked to a registered user.<\/li>\n<\/ul>\n<h3>Secure Image Upload System<\/h3>\n<ul>\n<li>Protected upload endpoint (<code>POST \/api\/upload<\/code>).<\/li>\n<li>Strict validation for image types (JPG, PNG, WEBP) and file size limits.<\/li>\n<li>Automatic file renaming using UUIDs.<\/li>\n<li>Protection against path traversal, executable files, and malicious uploads.<\/li>\n<li>Basic rate limiting to prevent abuse.<\/li>\n<\/ul>\n<h3>Structured Storage &amp; Database Design<\/h3>\n<ul>\n<li>Images stored in a clean hierarchy: <code>uploads\/Country\/Province\/City\/<\/code>.<\/li>\n<li>Normalized MySQL\/MariaDB schema capturing image metadata, user linkage, and moderation status.<\/li>\n<li>Support for pending, approved, and rejected moderation states.<\/li>\n<\/ul>\n<h3>Admin Moderation Dashboard<\/h3>\n<ul>\n<li>Dedicated admin-only interface to review uploads.<\/li>\n<li>Approve or reject images with a single action.<\/li>\n<li>Only approved images are visible publicly and on the map.<\/li>\n<\/ul>\n<h3>Map &amp; Profile Integration<\/h3>\n<ul>\n<li>Dynamic map pin loading directly from the database.<\/li>\n<li>City popups displaying approved image thumbnails.<\/li>\n<li>Registered uploader usernames displayed on linked images.<\/li>\n<li>Clickable usernames leading to user profile pages.<\/li>\n<li>User profiles showcasing complete personal image libraries.<\/li>\n<\/ul>\n<h2>Technology Stack<\/h2>\n<ul>\n<li><strong>Backend:<\/strong> PHP<\/li>\n<li><strong>Database:<\/strong> MySQL \/ MariaDB<\/li>\n<li><strong>Authentication:<\/strong> Manual + Google OAuth<\/li>\n<li><strong>Maps:<\/strong> Leaflet (existing integration enhanced)<\/li>\n<\/ul>\n<h2>Why CnEL India Was the Right Choice<\/h2>\n<ul>\n<li>Deep expertise in secure PHP backend development.<\/li>\n<li>Strong understanding of MVP-driven architecture.<\/li>\n<li>Ability to integrate seamlessly with existing systems without disrupting the frontend.<\/li>\n<li>Security-first approach to file handling and user authentication.<\/li>\n<li>Clean, well-documented, and deployment-ready code delivery.<\/li>\n<\/ul>\n<h2>Client Feedback<\/h2>\n<blockquote><p>\u201cCnEL India delivered exactly what we needed\u2014no over-engineering, no unnecessary complexity, just a clean, secure, and well-thought-out system. The anonymous-to-registered image linking works flawlessly, and the moderation and map integration exceeded our expectations. Their technical clarity and execution speed made them an exceptional partner for this project.\u201d<\/p>\n<p><strong>\u2014 Project Owner<\/strong><\/p><\/blockquote>\n<h2>Conclusion<\/h2>\n<p>This project demonstrates CnEL India\u2019s ability to transform complex functional requirements into a secure, scalable, and user-friendly solution. By combining strong backend architecture with practical MVP thinking, CnEL India successfully delivered a system that enhances user engagement, maintains security, and supports future platform growth.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Project Objective The primary goal was to design and implement a secure, scalable, and MVP-focused image upload system that allows users to upload images by Country \u2192 Province\/State \u2192 City, supports anonymous uploads that can later be linked to registered users, and dynamically integrates approved images into an interactive map. Key Challenges Linking anonymous uploads [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1305,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[166],"tags":[1205,40,1204,1202,1201,1207,1206,947,1200,1203],"class_list":["post-1304","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-case-studies","tag-admin-moderation","tag-cnel-india","tag-google-oauth-login","tag-leaflet-integration","tag-map-based-application","tag-mvp-web-development","tag-mysql-database","tag-php-development","tag-secure-image-upload","tag-user-authentication-system"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India<\/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:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India\" \/>\n<meta property=\"og:description\" content=\"Project Objective The primary goal was to design and implement a secure, scalable, and MVP-focused image upload system that allows users to upload images by Country \u2192 Province\/State \u2192 City, supports anonymous uploads that can later be linked to registered users, and dynamically integrates approved images into an interactive map. Key Challenges Linking anonymous uploads [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\" \/>\n<meta property=\"og:site_name\" content=\"CnEL India\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-06T04:47:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"ChiefEditor89\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ChiefEditor89\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\"},\"author\":{\"name\":\"ChiefEditor89\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/caef9ab130f73a0a587106567ba2ed30\"},\"headline\":\"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform\",\"datePublished\":\"2026-01-06T04:47:02+00:00\",\"dateModified\":\"2026-01-06T04:47:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\"},\"wordCount\":512,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg\",\"keywords\":[\"Admin Moderation\",\"cnel india\",\"Google OAuth Login\",\"Leaflet Integration\",\"Map-Based Application\",\"MVP Web Development\",\"MySQL Database\",\"PHP Development\",\"Secure Image Upload\",\"User Authentication System\"],\"articleSection\":[\"Case Studies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\",\"url\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\",\"name\":\"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India\",\"isPartOf\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg\",\"datePublished\":\"2026-01-06T04:47:02+00:00\",\"dateModified\":\"2026-01-06T04:47:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage\",\"url\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg\",\"contentUrl\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg\",\"width\":1792,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cnelindia.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#website\",\"url\":\"https:\/\/cnelindia.com\/blog\/\",\"name\":\"CnEL India\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cnelindia.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#organization\",\"name\":\"CnEL India\",\"url\":\"https:\/\/cnelindia.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2024\/09\/logo-2.png\",\"contentUrl\":\"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2024\/09\/logo-2.png\",\"width\":59,\"height\":59,\"caption\":\"CnEL India\"},\"image\":{\"@id\":\"https:\/\/cnelindia.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/caef9ab130f73a0a587106567ba2ed30\",\"name\":\"ChiefEditor89\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/70b03db954aa45fc2559e85f5d5bd13e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/70b03db954aa45fc2559e85f5d5bd13e?s=96&d=mm&r=g\",\"caption\":\"ChiefEditor89\"},\"url\":\"https:\/\/cnelindia.com\/blog\/author\/chiefeditor89\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India","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:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/","og_locale":"en_US","og_type":"article","og_title":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India","og_description":"Project Objective The primary goal was to design and implement a secure, scalable, and MVP-focused image upload system that allows users to upload images by Country \u2192 Province\/State \u2192 City, supports anonymous uploads that can later be linked to registered users, and dynamically integrates approved images into an interactive map. Key Challenges Linking anonymous uploads [&hellip;]","og_url":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/","og_site_name":"CnEL India","article_published_time":"2026-01-06T04:47:02+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg","type":"image\/jpeg"}],"author":"ChiefEditor89","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ChiefEditor89","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#article","isPartOf":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/"},"author":{"name":"ChiefEditor89","@id":"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/caef9ab130f73a0a587106567ba2ed30"},"headline":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform","datePublished":"2026-01-06T04:47:02+00:00","dateModified":"2026-01-06T04:47:02+00:00","mainEntityOfPage":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/"},"wordCount":512,"commentCount":0,"publisher":{"@id":"https:\/\/cnelindia.com\/blog\/#organization"},"image":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg","keywords":["Admin Moderation","cnel india","Google OAuth Login","Leaflet Integration","Map-Based Application","MVP Web Development","MySQL Database","PHP Development","Secure Image Upload","User Authentication System"],"articleSection":["Case Studies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/","url":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/","name":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform - CnEL India","isPartOf":{"@id":"https:\/\/cnelindia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage"},"image":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage"},"thumbnailUrl":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg","datePublished":"2026-01-06T04:47:02+00:00","dateModified":"2026-01-06T04:47:02+00:00","breadcrumb":{"@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#primaryimage","url":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg","contentUrl":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2026\/01\/can-you-create-a-graphical-featured-image-for-this-WordPress-post-Authenticated-Map-Based-Image-Upl.jpeg","width":1792,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/cnelindia.com\/blog\/from-anonymous-uploads-to-verified-contributors-building-a-secure-map-integrated-image-platform\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cnelindia.com\/blog\/"},{"@type":"ListItem","position":2,"name":"From Anonymous Uploads to Verified Contributors: Building a Secure, Map-Integrated Image Platform"}]},{"@type":"WebSite","@id":"https:\/\/cnelindia.com\/blog\/#website","url":"https:\/\/cnelindia.com\/blog\/","name":"CnEL India","description":"","publisher":{"@id":"https:\/\/cnelindia.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cnelindia.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cnelindia.com\/blog\/#organization","name":"CnEL India","url":"https:\/\/cnelindia.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cnelindia.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2024\/09\/logo-2.png","contentUrl":"https:\/\/cnelindia.com\/blog\/wp-content\/uploads\/2024\/09\/logo-2.png","width":59,"height":59,"caption":"CnEL India"},"image":{"@id":"https:\/\/cnelindia.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/caef9ab130f73a0a587106567ba2ed30","name":"ChiefEditor89","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cnelindia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/70b03db954aa45fc2559e85f5d5bd13e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/70b03db954aa45fc2559e85f5d5bd13e?s=96&d=mm&r=g","caption":"ChiefEditor89"},"url":"https:\/\/cnelindia.com\/blog\/author\/chiefeditor89\/"}]}},"_links":{"self":[{"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/posts\/1304"}],"collection":[{"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/comments?post=1304"}],"version-history":[{"count":1,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/posts\/1304\/revisions"}],"predecessor-version":[{"id":1306,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/posts\/1304\/revisions\/1306"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/media\/1305"}],"wp:attachment":[{"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/media?parent=1304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/categories?post=1304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cnelindia.com\/blog\/wp-json\/wp\/v2\/tags?post=1304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}