{"id":1335,"date":"2025-03-28T09:36:43","date_gmt":"2025-03-28T09:36:43","guid":{"rendered":"https:\/\/diinfotech.in\/blog\/?p=1335"},"modified":"2025-03-28T09:36:43","modified_gmt":"2025-03-28T09:36:43","slug":"how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach","status":"publish","type":"post","link":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/","title":{"rendered":"How to Ensure Code Quality in Long-Term Projects: A Delhi Firm&#8217;s Approach"},"content":{"rendered":"<p data-start=\"230\" data-end=\"598\" class=\"\">When a software project goes on for months or even years, keeping the code clean and easy to manage becomes a real challenge. A lot of companies face issues like messy code, bugs, and rising costs when their projects get bigger over time. For any software development company, good code isn\u2019t just a technical need\u2014it\u2019s what keeps a project alive and running smoothly.<\/p>\n<p data-start=\"600\" data-end=\"783\" class=\"\">In this blog, we\u2019ll talk about why code quality matters, what common problems companies face in long-term projects, and how experienced firms like DI Infotech handle them effectively.<\/p>\n<h2 data-start=\"785\" data-end=\"820\" class=\"\">Why Code Quality Is So Important<\/h2>\n<p data-start=\"822\" data-end=\"1129\" class=\"\">Code quality means how well your code is written. Is it easy to read? Can someone else understand it and make changes? Is it organized? In long-term projects, poor code quality can slow things down a lot. It leads to more bugs, makes it harder to add new features, and often causes system crashes or delays.<\/p>\n<p data-start=\"1131\" data-end=\"1282\" class=\"\">For any IT company in Delhi or elsewhere, making sure the code stays clean and well-managed is one of the most important parts of a successful project.<\/p>\n<h2 data-start=\"1284\" data-end=\"1324\" class=\"\">What Problems Do Software Teams Face?<\/h2>\n<p data-start=\"1326\" data-end=\"1851\" class=\"\">As projects grow, software teams often run into the same set of problems. One is \u201ccode rot,\u201d where the code becomes outdated or messy. Another is a lack of clear standards\u2014everyone writes in their own style, which makes it hard to understand the full codebase. Developers also come and go, and new team members often struggle to understand old code. Tight deadlines are another issue, forcing developers to take shortcuts that affect quality later. Without proper version control, even small changes can lead to big problems.<\/p>\n<p data-start=\"1853\" data-end=\"1969\" class=\"\">Solving all this takes experience, planning, and discipline\u2014something skilled software companies bring to the table.<\/p>\n<h2 data-start=\"1971\" data-end=\"2013\" class=\"\">How to Keep Code Quality High Over Time<\/h2>\n<h3 data-start=\"2015\" data-end=\"2052\" class=\"\">Set Coding Standards for Everyone<\/h3>\n<p data-start=\"2054\" data-end=\"2444\" class=\"\">The first thing a team should do is agree on a standard way of writing code. That includes how to name files, how to format the code, and what kind of comments to add. When everyone writes in a similar way, it\u2019s much easier to review, update, or build on the code later. At DI Infotech, developers follow strict internal coding rules that help maintain this consistency across all projects.<\/p>\n<h3 data-start=\"2446\" data-end=\"2473\" class=\"\">Do Regular Code Reviews<\/h3>\n<p data-start=\"2475\" data-end=\"2818\" class=\"\">Before any code goes live, it should be reviewed by another developer. This helps catch mistakes early, improve structure, and make sure the code is easy to understand. It also helps share knowledge between team members. Code reviews are especially helpful in long-term projects where more than one person works on the same features over time.<\/p>\n<h3 data-start=\"2820\" data-end=\"2852\" class=\"\">Use Version Control Properly<\/h3>\n<p data-start=\"2854\" data-end=\"3138\" class=\"\">Tools like Git help teams manage changes in code. Developers can work on features separately and then merge their work safely. If something breaks, the team can roll back to a stable version. DI Infotech uses Git with a clean structure so features, fixes, and releases stay organized.<\/p>\n<h3 data-start=\"3140\" data-end=\"3178\" class=\"\">Write Tests That Run Automatically<\/h3>\n<p data-start=\"3180\" data-end=\"3500\" class=\"\">Testing is key to making sure your software works well. Developers should write small tests that check whether different parts of the code are working correctly. These tests should run automatically every time new code is added. DI Infotech uses tools like Jest and NUnit to make sure tests are built into every project.<\/p>\n<h3 data-start=\"3502\" data-end=\"3532\" class=\"\">Keep Documentation Updated<\/h3>\n<p data-start=\"3534\" data-end=\"3862\" class=\"\">Documentation means writing down how the software works. This includes comments in the code, simple guides for each module, and any steps needed to set up or update the system. When a new developer joins the project, this saves a lot of time and confusion. DI Infotech always includes detailed documentation as part of its work.<\/p>\n<h3 data-start=\"3864\" data-end=\"3905\" class=\"\">Use Tools to Check Code Automatically<\/h3>\n<p data-start=\"3907\" data-end=\"4195\" class=\"\">There are tools that scan your code for errors, security risks, or things that are hard to understand. These tools run in the background and tell the developer what to fix before moving forward. DI Infotech uses tools like SonarQube and CodeClimate to keep code quality high at all times.<\/p>\n<h3 data-start=\"4197\" data-end=\"4227\" class=\"\">Keep Refactoring as You Go<\/h3>\n<p data-start=\"4229\" data-end=\"4488\" class=\"\">Refactoring means cleaning up the code without changing how it works. As projects grow, this helps keep everything simple and easy to manage. Instead of waiting until the end, DI Infotech makes small improvements regularly to avoid building up technical debt.<\/p>\n<h3 data-start=\"4490\" data-end=\"4525\" class=\"\">Automate the Deployment Process<\/h3>\n<p data-start=\"4527\" data-end=\"4822\" class=\"\">Deploying means moving the code from the development stage to live systems. Automating this process reduces mistakes and speeds up delivery. When new features are ready, they\u2019re tested, reviewed, and launched in a smooth flow. DI Infotech uses CI\/CD pipelines to make this process fast and safe.<\/p>\n<h2 data-start=\"4824\" data-end=\"4845\" class=\"\">Why It All Matters<\/h2>\n<p data-start=\"4847\" data-end=\"5147\" class=\"\">When you focus on code quality from the start and stick to best practices, your software stays strong even as your project grows. You\u2019ll save money, work faster, and avoid unnecessary breakdowns. Most importantly, your clients and users will get a product that works well and is easy to update later.<\/p>\n<h2 data-start=\"5149\" data-end=\"5163\" class=\"\">Final Words<\/h2>\n<p data-start=\"5165\" data-end=\"5643\" class=\"\">Long-term software projects need more than just coding\u2014they need structure, discipline, and the right habits. At DI Infotech, these values have been part of every project since 2005. As a trusted <a href=\"https:\/\/www.diinfotech.in\/software-company-in-delhi.html\"><strong data-start=\"5361\" data-end=\"5393\">software development company<\/strong> in Delhi,<\/a> DI Infotech brings over 18 years of experience in building strong, scalable, and high-quality software. If you&#8217;re searching for a reliable <a href=\"https:\/\/www.diinfotech.in\/it-company-in-delhi.html\"><strong data-start=\"5543\" data-end=\"5566\">IT company in Delhi<\/strong><\/a> that focuses on long-term success, DI Infotech is the partner you can trust.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When a software project goes on for months or even years, keeping the code clean and easy to manage becomes a real challenge. A lot of companies face issues like messy code, bugs, and rising costs when their projects get bigger over time. For any software development company, good code [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1337,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[55,142],"class_list":["post-1335","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-marketing","tag-it-companies-in-delhi","tag-software-company-in-delhi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>&quot;How We Maintain Code Quality in Long-Term Projects&quot;<\/title>\n<meta name=\"description\" content=\"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"&quot;How We Maintain Code Quality in Long-Term Projects&quot;\" \/>\n<meta property=\"og:description\" content=\"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .\" \/>\n<meta property=\"og:url\" content=\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Marketing Insights and Tips\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-28T09:36:43+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"678\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\"},\"author\":{\"name\":\"Admin\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/272f7946b036c2b51e5f699ebbd90f4c\"},\"headline\":\"How to Ensure Code Quality in Long-Term Projects: A Delhi Firm&#8217;s Approach\",\"datePublished\":\"2025-03-28T09:36:43+00:00\",\"dateModified\":\"2025-03-28T09:36:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\"},\"wordCount\":907,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg\",\"keywords\":[\"it companies in delhi\",\"software company in Delhi\"],\"articleSection\":[\"Digital Marketing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\",\"url\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\",\"name\":\"\\\"How We Maintain Code Quality in Long-Term Projects\\\"\",\"isPartOf\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg\",\"datePublished\":\"2025-03-28T09:36:43+00:00\",\"dateModified\":\"2025-03-28T09:36:43+00:00\",\"description\":\"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .\",\"breadcrumb\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage\",\"url\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg\",\"contentUrl\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg\",\"width\":1024,\"height\":678},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/diinfotech.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Ensure Code Quality in Long-Term Projects: A Delhi Firm&#8217;s Approach\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#website\",\"url\":\"https:\/\/diinfotech.in\/blog\/\",\"name\":\"Digital Marketing Insights and Tips\",\"description\":\"DI Infotech Blog\",\"publisher\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/diinfotech.in\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#organization\",\"name\":\"Digital Marketing Insights and Tips\",\"url\":\"https:\/\/diinfotech.in\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2019\/09\/logo.png\",\"contentUrl\":\"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2019\/09\/logo.png\",\"width\":270,\"height\":82,\"caption\":\"Digital Marketing Insights and Tips\"},\"image\":{\"@id\":\"https:\/\/diinfotech.in\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/272f7946b036c2b51e5f699ebbd90f4c\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/41a38b180874362364db03df0105de476fea47a07017f3a8e5a488072a6fab21?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/41a38b180874362364db03df0105de476fea47a07017f3a8e5a488072a6fab21?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"http:\/\/diinfotech.in\/blog\"],\"url\":\"https:\/\/diinfotech.in\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\"How We Maintain Code Quality in Long-Term Projects\"","description":"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .","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:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/","og_locale":"en_US","og_type":"article","og_title":"\"How We Maintain Code Quality in Long-Term Projects\"","og_description":"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .","og_url":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/","og_site_name":"Digital Marketing Insights and Tips","article_published_time":"2025-03-28T09:36:43+00:00","og_image":[{"width":1024,"height":678,"url":"http:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg","type":"image\/jpeg"}],"author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#article","isPartOf":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/"},"author":{"name":"Admin","@id":"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/272f7946b036c2b51e5f699ebbd90f4c"},"headline":"How to Ensure Code Quality in Long-Term Projects: A Delhi Firm&#8217;s Approach","datePublished":"2025-03-28T09:36:43+00:00","dateModified":"2025-03-28T09:36:43+00:00","mainEntityOfPage":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/"},"wordCount":907,"commentCount":0,"publisher":{"@id":"https:\/\/diinfotech.in\/blog\/#organization"},"image":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage"},"thumbnailUrl":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg","keywords":["it companies in delhi","software company in Delhi"],"articleSection":["Digital Marketing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/","url":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/","name":"\"How We Maintain Code Quality in Long-Term Projects\"","isPartOf":{"@id":"https:\/\/diinfotech.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage"},"image":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage"},"thumbnailUrl":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg","datePublished":"2025-03-28T09:36:43+00:00","dateModified":"2025-03-28T09:36:43+00:00","description":"Learn how a software development company in Delhi ensures code quality in long-term projects through clean practices, testing, and expert .","breadcrumb":{"@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#primaryimage","url":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg","contentUrl":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2025\/03\/DI-Blog-Bannner-1.jpg","width":1024,"height":678},{"@type":"BreadcrumbList","@id":"https:\/\/diinfotech.in\/blog\/how-to-ensure-code-quality-in-long-term-projects-a-delhi-firms-approach\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/diinfotech.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Ensure Code Quality in Long-Term Projects: A Delhi Firm&#8217;s Approach"}]},{"@type":"WebSite","@id":"https:\/\/diinfotech.in\/blog\/#website","url":"https:\/\/diinfotech.in\/blog\/","name":"Digital Marketing Insights and Tips","description":"DI Infotech Blog","publisher":{"@id":"https:\/\/diinfotech.in\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/diinfotech.in\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/diinfotech.in\/blog\/#organization","name":"Digital Marketing Insights and Tips","url":"https:\/\/diinfotech.in\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/diinfotech.in\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2019\/09\/logo.png","contentUrl":"https:\/\/diinfotech.in\/blog\/wp-content\/uploads\/2019\/09\/logo.png","width":270,"height":82,"caption":"Digital Marketing Insights and Tips"},"image":{"@id":"https:\/\/diinfotech.in\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/272f7946b036c2b51e5f699ebbd90f4c","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/diinfotech.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/41a38b180874362364db03df0105de476fea47a07017f3a8e5a488072a6fab21?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41a38b180874362364db03df0105de476fea47a07017f3a8e5a488072a6fab21?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["http:\/\/diinfotech.in\/blog"],"url":"https:\/\/diinfotech.in\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/posts\/1335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/comments?post=1335"}],"version-history":[{"count":1,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/posts\/1335\/revisions"}],"predecessor-version":[{"id":1336,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/posts\/1335\/revisions\/1336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/media\/1337"}],"wp:attachment":[{"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/media?parent=1335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/categories?post=1335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/diinfotech.in\/blog\/wp-json\/wp\/v2\/tags?post=1335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}