{"id":3443,"date":"2025-07-31T10:28:00","date_gmt":"2025-07-31T10:28:00","guid":{"rendered":"https:\/\/www.skybridgeinfotech.com\/blog\/?p=3443"},"modified":"2025-12-10T12:57:56","modified_gmt":"2025-12-10T12:57:56","slug":"improvement-and-new-features-on-sitecore-15-0","status":"publish","type":"post","link":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/","title":{"rendered":"Improvement and New Features on Sitecore JSS 15.0"},"content":{"rendered":"\n<p class=\"has-ast-global-color-5-background-color has-background\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-ast-global-color-2-color\"><strong>Improvement and New Features on Sitecore JSS 15.0<\/strong><\/mark><\/p>\n\n\n\n<p>Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. Sitecore has also included new dynamic state management tools for handling and building web applications which greatly simplify deployment processes for modern JavaScript frameworks.<\/p>\n\n\n\n<p><strong>Migration path from previous versions<\/strong><\/p>\n\n\n\n<p>Moving to JSS 15.0 isn&#8217;t as scary as you might think. The team&#8217;s put together a clear migration path that won&#8217;t leave you stranded.<\/p>\n\n\n\n<p>The automated upgrade tool handles a lot of the heavy lifting:<\/p>\n\n\n\n<p><em><strong>npx @sitecore-jss\/update-package@latest<\/strong><\/em><\/p>\n\n\n\n<p>This tool:<\/p>\n\n\n\n<p>\u2022 Analyze your existing JSS codebase<\/p>\n\n\n\n<p>\u2022 Updates package dependencies<\/p>\n\n\n\n<p>\u2022 Transforms deprecated API calls<\/p>\n\n\n\n<p>\u2022 Flags code that needs manual attention<\/p>\n\n\n\n<p><strong>Characteristic improvements and enhancements.<\/strong><\/p>\n\n\n\n<p>Since the release of Sitecore JSS 15.0, many users have expressed their excitement for the new modern features. With many users awaiting since the last update in version 13, this new upgrade surely has added remarkable features along with a polish to user and developer experience.<\/p>\n\n\n\n<p>In practice, it goes something like this:<\/p>\n\n\n\n<p>As discussed in blogpostcard, usecomponentgraphql is a powerful tool that pulls data to the user defined parameters from the backend GraphQL server.<\/p>\n\n\n\n<p><strong>Here\u2019s a practical example of how it functions:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-ast-global-color-5-color has-ast-global-color-3-background-color has-text-color has-background has-link-color wp-elements-7436a2ab1011598bea425be548522578\"><code>Import {Usecomponentgraphql}@SiteCore-JSS\/SiteCore-JSS-React '; \nConst blogpostcard = (props) =&gt; { \nConst {data} = usecomponentgraphql (` \nQuery Blogpostdata ($ ID: String!) { \nBlogpost (ID: $ ID) { \nTopic \nAuthor \nThumbnaral \n, \n, \n`, {id: props.postid}); \nreturn ( \n&lt;Div Classname = \"Blog-Post-Card\"&gt; \n&lt;img src = {data? .blogpost? \n&lt;h3&gt; {data? .Blogpost? .Title} &lt;\/h3&gt; \n{data by &lt;p&gt;? .Blogpost? .Author} \n&lt;\/ Div&gt; \n, \n, <\/code><\/pre>\n\n\n\n<p><strong>Performance Improvements<\/strong><\/p>\n\n\n\n<p>JSS 15.0 delivers significant performance gains over version 14.<\/p>\n\n\n\n<p><strong>Key improvements include:<\/strong><\/p>\n\n\n\n<p><strong>\u2022 Lazy Hydration: <\/strong>Components hydrate only when entering the viewport or on user interaction, reducing initial JavaScript execution time by up to 60%.<\/p>\n\n\n\n<p><strong>\u2022 Incremental Static Regeneration (ISR): <\/strong>Offers flexible page pre-rendering, route specific staleness thresholds, and avoids full rebuilds on content changes, ideal for data-heavy sites.<\/p>\n\n\n\n<p>\u2022 <strong>Revamped Bundling: <\/strong>Features automatic code splitting by route, deduplication of shared dependencies, and preloading of critical components.<\/p>\n\n\n\n<p>\u2022 Enhanced Headless SXA integration makes the construction of websites simpler while also making them flexible. SXA drag and drop user interface is very powerful and when combined with the CAD tools in JSS it becomes an incredible constructor.<\/p>\n\n\n\n<p><strong>Advantages:<\/strong><\/p>\n\n\n\n<p>&#8211; They give full component styling using the SXA and theme.<\/p>\n\n\n\n<p>&#8211; They set styles in JSS components, which are pre<\/p>\n\n\n\n<p><strong>Significant performance boosts in JSS 15.0:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\"><strong>Metric<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>JSS 14.0<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>JSS 15.0<\/strong><\/td><td class=\"has-text-align-center\" data-align=\"center\"><strong>Improvement<\/strong><\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">First Contentful Paint<\/td><td class=\"has-text-align-center\" data-align=\"center\">1.2s<\/td><td class=\"has-text-align-center\" data-align=\"center\">0.8s<\/td><td class=\"has-text-align-center\" data-align=\"center\">33% faster<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Time to Interactive<\/td><td class=\"has-text-align-center\" data-align=\"center\">3.8s<\/td><td class=\"has-text-align-center\" data-align=\"center\">2.1s<\/td><td class=\"has-text-align-center\" data-align=\"center\">45% faster<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">JS Bundle Size<\/td><td class=\"has-text-align-center\" data-align=\"center\">285KB<\/td><td class=\"has-text-align-center\" data-align=\"center\">215KB<\/td><td class=\"has-text-align-center\" data-align=\"center\">25% smaller<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Layout Service Response<\/td><td class=\"has-text-align-center\" data-align=\"center\">120ms<\/td><td class=\"has-text-align-center\" data-align=\"center\">75ms<\/td><td class=\"has-text-align-center\" data-align=\"center\">38% faster<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Server-side Rendering<\/td><td class=\"has-text-align-center\" data-align=\"center\">320ms<\/td><td class=\"has-text-align-center\" data-align=\"center\">180ms<\/td><td class=\"has-text-align-center\" data-align=\"center\">44% faster<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\"><strong><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-ast-global-color-2-color\">Improvement and New Features on Sitecore JSS 15.0<\/mark> &#8211; Skybridge Infotech<\/em><\/strong><\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Improvement and New Features on Sitecore JSS 15.0 Several features on Sitecore JSS 15.0 are keen to greatly improve on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"blog-details.php","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[982,966,16,30,875,91,872],"tags":[967,969,958,960,956,978,977,970,981,972,980,974],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\r\n<title>Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech<\/title>\r\n<meta name=\"description\" content=\"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech\" \/>\r\n<meta property=\"og:description\" content=\"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\" \/>\r\n<meta property=\"og:site_name\" content=\"Skybridge\" \/>\r\n<meta property=\"article:published_time\" content=\"2025-07-31T10:28:00+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2025-12-10T12:57:56+00:00\" \/>\r\n<meta name=\"author\" content=\"admin\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:title\" content=\"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech\" \/>\r\n<meta name=\"twitter:description\" content=\"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech\" \/>\r\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=\"2 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc\"},\"headline\":\"Improvement and New Features on Sitecore JSS 15.0\",\"datePublished\":\"2025-07-31T10:28:00+00:00\",\"dateModified\":\"2025-12-10T12:57:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\"},\"wordCount\":388,\"publisher\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\"},\"keywords\":[\"react native app\",\"react native app developer\",\"react native consulting services\",\"react native solution\",\"react native solutions\",\"tailwind css development application\",\"tailwind css development company\",\"tailwind css in next.js\",\"tailwind css install\",\"tailwind css next js\",\"tailwind css react js\",\"tailwind css services\"],\"articleSection\":[\"Next JS\",\"React Native App\",\"Sitecore\",\"Sitecore CMS\",\"Sitecore Upgrade\",\"Web Design and Development\",\"Web Development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\",\"name\":\"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech\",\"isPartOf\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#website\"},\"datePublished\":\"2025-07-31T10:28:00+00:00\",\"dateModified\":\"2025-12-10T12:57:56+00:00\",\"description\":\"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech\",\"breadcrumb\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Improvement and New Features on Sitecore JSS 15.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#website\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\",\"name\":\"Skybridge\",\"description\":\"Skybridge\",\"publisher\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.skybridgeinfotech.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#organization\",\"name\":\"Skybridge\",\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png\",\"contentUrl\":\"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png\",\"width\":197,\"height\":73,\"caption\":\"Skybridge\"},\"image\":{\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/www.skybridgeinfotech.com\/blog\"],\"url\":\"https:\/\/www.skybridgeinfotech.com\/blog\/author\/admin\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech","description":"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech","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:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/","og_locale":"en_US","og_type":"article","og_title":"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech","og_description":"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech","og_url":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/","og_site_name":"Skybridge","article_published_time":"2025-07-31T10:28:00+00:00","article_modified_time":"2025-12-10T12:57:56+00:00","author":"admin","twitter_card":"summary_large_image","twitter_title":"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech","twitter_description":"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#article","isPartOf":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/"},"author":{"name":"admin","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc"},"headline":"Improvement and New Features on Sitecore JSS 15.0","datePublished":"2025-07-31T10:28:00+00:00","dateModified":"2025-12-10T12:57:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/"},"wordCount":388,"publisher":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization"},"keywords":["react native app","react native app developer","react native consulting services","react native solution","react native solutions","tailwind css development application","tailwind css development company","tailwind css in next.js","tailwind css install","tailwind css next js","tailwind css react js","tailwind css services"],"articleSection":["Next JS","React Native App","Sitecore","Sitecore CMS","Sitecore Upgrade","Web Design and Development","Web Development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/","url":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/","name":"Improvement and New Features on Sitecore JSS 15.0 - Skybridge Infotech","isPartOf":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#website"},"datePublished":"2025-07-31T10:28:00+00:00","dateModified":"2025-12-10T12:57:56+00:00","description":"Several features on Sitecore JSS 15.0 are keen to greatly improve on the developer experience as well as the application performance. - Skybridge Infotech","breadcrumb":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/improvement-and-new-features-on-sitecore-15-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.skybridgeinfotech.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Improvement and New Features on Sitecore JSS 15.0"}]},{"@type":"WebSite","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#website","url":"https:\/\/www.skybridgeinfotech.com\/blog\/","name":"Skybridge","description":"Skybridge","publisher":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.skybridgeinfotech.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#organization","name":"Skybridge","url":"https:\/\/www.skybridgeinfotech.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/","url":"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png","contentUrl":"http:\/\/www.skybridgeinfotech.com\/blog\/wp-content\/uploads\/2024\/02\/logo.png","width":197,"height":73,"caption":"Skybridge"},"image":{"@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/0f15f3349a8eea9f6c89ae7dac0f3cbc","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.skybridgeinfotech.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/118323199c026a712094dacfeb0b28dc?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/www.skybridgeinfotech.com\/blog"],"url":"https:\/\/www.skybridgeinfotech.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3443"}],"collection":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=3443"}],"version-history":[{"count":13,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3443\/revisions"}],"predecessor-version":[{"id":3588,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3443\/revisions\/3588"}],"wp:attachment":[{"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=3443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=3443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skybridgeinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=3443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}