{"id":106111,"date":"2026-04-07T16:42:57","date_gmt":"2026-04-07T11:12:57","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=106111"},"modified":"2026-04-07T16:43:00","modified_gmt":"2026-04-07T11:13:00","slug":"qwik-city-routing-explained","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/qwik-city-routing-explained\/","title":{"rendered":"Qwik City Routing Explained: File-Based Routing Made Simple"},"content":{"rendered":"\n<p>Modern web applications demand routing systems that deliver speed, scalability, and easy management without complex configuration. Traditional routing setups often involve manual work, which becomes difficult to maintain as applications grow.<\/p>\n\n\n\n<p>Qwik City Routing solves this by using a file based system where your project structure directly defines application routes. This approach simplifies navigation while integrating layouts, dynamic routing, and server side data handling into a single system.<\/p>\n\n\n\n<p>In this article, you will learn how Qwik City Routing works, how routes are structured, and how its features help build scalable and high performance web applications.<\/p>\n\n\n\n<p><strong>TL;DR Summary:<\/strong><\/p>\n\n\n\n<ol>\n<li>Qwik City Routing offers a straightforward way to handle routing by using your folder structure to map URL paths, removing the need for manual route setup.<\/li>\n\n\n\n<li>You can organize pages within the routes directory, and Qwik handles navigation automatically.<\/li>\n\n\n\n<li>It supports dynamic routes, nested layouts, and flexible routing patterns, making it suitable for real-world applications.<\/li>\n\n\n\n<li>A major advantage is how it combines routing with server-side data fetching and layouts into one cohesive system.<\/li>\n\n\n\n<li>Leveraging Qwik\u2019s resumability model, it ensures fast loading times and efficient performance.<\/li>\n\n\n\n<li>This makes it a strong choice for modern web applications that need to scale effectively.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is Qwik City Routing?<\/strong><\/h2>\n\n\n\n<p>Qwik City Routing is a file based routing system that automatically maps your project structure to URL paths. Instead of manually defining routes, developers create folders and files inside the routes directory, and Qwik uses this structure to generate routes.<\/p>\n\n\n\n<p>This approach simplifies development by combining routing, layouts, and data handling into a single system. It reduces the need for separate configuration and makes applications easier to scale as new pages are added.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Qwik City Routing Works<\/strong><\/h3>\n\n\n\n<p>Qwik City Routing works by reading the folder structure inside the routes directory and converting it into application routes. Each folder represents a URL segment, and each index.tsx file acts as the main entry point for that route.<\/p>\n\n\n\n<p>This means developers can control navigation simply by organizing files, without writing additional routing logic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why It Matters for Modern Web Apps<\/strong><\/h3>\n\n\n\n<p>Modern applications need routing systems that are fast, scalable, and easy to maintain. Qwik City Routing removes manual complexity and allows developers to focus on building features instead of managing navigation logic.<\/p>\n\n\n\n<p>To understand how modern frameworks enable scalable applications, you can explore this guide on <a href=\"https:\/\/www.guvi.in\/blog\/best-javascript-frameworks\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>JavaScript frameworks<\/strong><\/a><\/p>\n\n\n\n<p>It also works with Qwik\u2019s resumability, enabling faster loading and efficient performance, which is important for scalable and high performance web applications.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\"><strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong> <br \/><br \/>Qwik\u2019s routing system is designed around resumability, meaning it only loads the code required for a specific route instead of reloading the entire application. This significantly improves performance and makes navigation faster compared to traditional routing approaches.<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>File Based Routing in Qwik Explained<\/strong><\/h2>\n\n\n\n<p>Qwik City Routing changes how file based routing is handled. Instead of defining routes manually, developers create folders and files within the routes directory, and Qwik maps them to URL paths automatically.<\/p>\n\n\n\n<p>If you&#8217;re new to how frameworks structure applications, this guide on <a href=\"https:\/\/www.guvi.in\/blog\/web-development-frameworks\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Web Development Frameworks<\/strong><\/a> will help you understand the fundamentals:<\/p>\n\n\n\n<p>This approach combines routing, layouts, and data handling into one cohesive system, making development smoother. It removes the need for manual configuration and makes scaling easier as new pages are added.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Understanding the Routes Folder<\/strong><\/h3>\n\n\n\n<p>Qwik City Routing works by interpreting the folder structure inside the routes directory to define application routes. Each folder represents a segment of the URL, and the index.tsx file acts as the entry point for that route.<\/p>\n\n\n\n<p>Developers can manage navigation by simply organizing files, without writing additional routing logic. This is important because modern web applications require routing systems that are fast, scalable, and easy to maintain.<\/p>\n\n\n\n<p>Qwik City Routing reduces manual complexity and allows developers to focus on building features instead of managing navigation. It also works with Qwik\u2019s resumability, enabling faster load times and more efficient performance for scalable applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Files Map to URL Paths<\/strong><\/h3>\n\n\n\n<p>Each file inside the routes directory directly corresponds to a URL. This mapping is automatic and removes the need for manual setup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"958\" height=\"750\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/image-61.png\" alt=\"How Files Map to URL Paths\" class=\"wp-image-106113\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/image-61.png 958w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/image-61-300x235.png 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/image-61-768x601.png 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/image-61-150x117.png 150w\" sizes=\"(max-width: 958px) 100vw, 958px\" title=\"\"><\/figure>\n\n\n\n<p>This structure shows how folders and files translate into URL paths. Once this pattern is understood, building and scaling routes becomes much easier.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Qwik Routing Structure (Visual Breakdown)<\/strong><\/h2>\n\n\n\n<p>Getting the hang of Qwik City Routing is simpler than it seems. When you understand how your folder structure maps to URLs, the concept becomes much easier to follow.<\/p>\n\n\n\n<p>With Qwik, you can think of your application as a tree of folders and files. Each level in the routes directory represents a segment of the URL, and as you go deeper into folders, the URL becomes more specific.<\/p>\n\n\n\n<p>This approach removes the need for complex routing logic, allowing you to understand and manage routes directly through your project structure.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Visualizing the Route Hierarchy<\/strong><\/h3>\n\n\n\n<p>Think of your routes folder as a tree, where branches represent paths in your application. The root acts as the homepage, and deeper routes are defined by nested folders. For example, adding a blog folder with files inside it will naturally reflect in the URL structure.<\/p>\n\n\n\n<p>This approach makes it easier to organize large applications while keeping the structure clear and predictable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How This Helps in Real Projects<\/strong><\/h3>\n\n\n\n<p>In real world projects, this visual method helps developers understand navigation directly from the folder layout. It reduces confusion in complex applications with multiple routes and also simplifies maintenance, as routes can be adjusted by reorganizing folders instead of modifying routing logic.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Dynamic Routes in Qwik City<\/strong><\/h2>\n\n\n\n<p>Dynamic routes allow you to create pages that change based on URL parameters. Instead of creating separate files for every page, a single route can handle multiple values.<\/p>\n\n\n\n<p>This approach is useful in real world scenarios like product pages, blog posts, or user profiles, where pages share the same structure but display different content.<\/p>\n\n\n\n<p>Working with dynamic routes becomes much easier when you\u2019re comfortable with <a href=\"https:\/\/www.guvi.in\/mlp\/js-ebook?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Qwik+City+Routing+Explained%3A+File-Based+Routing+Made+Simple\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>JavaScript fundamentals<\/strong><\/a> and how applications handle data flow.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Route Parameters<\/strong><\/h3>\n\n\n\n<p>In Qwik City, dynamic routes are created using square brackets. The name inside the brackets becomes a parameter that can be accessed inside your component.<\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<p>src\/routes\/blog\/[id]\/index.tsx<\/p>\n\n\n\n<p><strong>This route matches URLs like:<\/strong><\/p>\n\n\n\n<p>\/blog\/1<\/p>\n\n\n\n<p>\/blog\/hello-world<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Catch All Routes<\/strong><\/h3>\n\n\n\n<p>Catch all routes are used when you want to match multiple levels of a path. This is useful for cases like documentation pages or deeply nested content.<\/p>\n\n\n\n<p>Instead of matching a single value, it captures everything after a certain path.<\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<p>src\/routes\/docs\/[&#8230;all]\/index.tsx<\/p>\n\n\n\n<p><strong>This can match:<\/strong><\/p>\n\n\n\n<p>\/docs\/getting-started<\/p>\n\n\n\n<p>\/docs\/guides\/routing<\/p>\n\n\n\n<p>\/docs\/a\/b\/c<\/p>\n\n\n\n<p>This makes your routing system more flexible and avoids creating multiple nested files for similar paths.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Nested Layouts and Routing Hierarchy<\/strong><\/h2>\n\n\n\n<p>Qwik City Routing includes nested layouts, which allow you to reuse the same UI and structure across multiple routes. Instead of duplicating elements like headers or sidebars on every page, you can define them once and apply them to multiple routes.<\/p>\n\n\n\n<p>This approach keeps your application organized and makes it easier to maintain as it grows.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using layout.tsx<\/strong><\/h3>\n\n\n\n<p>In Qwik, layouts are defined using a file called layout.tsx. This file acts as a wrapper around all routes inside its folder.<\/p>\n\n\n\n<p>For example, if you create a layout inside a folder, it automatically applies to all pages within that route.<\/p>\n\n\n\n<p>src\/routes\/<\/p>\n\n\n\n<p>\u251c\u2500\u2500 layout.tsx<\/p>\n\n\n\n<p>\u2514\u2500\u2500 dashboard\/<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\u251c\u2500\u2500 layout.tsx<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\u2514\u2500\u2500 index.tsx<\/p>\n\n\n\n<p>In this structure:<\/p>\n\n\n\n<ul>\n<li>The root layout applies to the entire app<\/li>\n\n\n\n<li>The dashboard layout applies only to \/dashboard routes<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Layout Rendering Works<\/strong><\/h3>\n\n\n\n<p>Layouts work by nesting based on the folder structure. When a user visits a route, Qwik renders layouts from top to bottom before displaying the final page.<\/p>\n\n\n\n<ul>\n<li>First, the global layout is loaded<\/li>\n\n\n\n<li>Then, any nested layouts are applied<\/li>\n\n\n\n<li>Finally, the page content is rendered<\/li>\n<\/ul>\n\n\n\n<p>This approach helps maintain a consistent UI, manage authentication flows, and ensure design consistency across different parts of the application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Data Fetching with Route Loaders<\/strong><\/h2>\n\n\n\n<p>In Qwik City, you can fetch data directly within your routes using route loaders. This approach loads data on the server before the page is rendered, improving performance and efficiency.<\/p>\n\n\n\n<p>To better understand how data moves between the client and server, you can explore this <a href=\"https:\/\/www.guvi.in\/courses\/networking\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=qwik-city-routing-explained\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>networking course<\/strong><\/a>, which helps you grasp request response cycles and backend communication.<\/p>\n\n\n\n<p>Instead of fetching data after the page loads, route loaders provide the required data in advance. As a result, users get a better experience because the content is ready as soon as the page is displayed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How Route Loaders Work<\/strong><\/h3>\n\n\n\n<p>Route loaders run on the server and return data that can be used inside your components. They are typically used for fetching API data, database queries, or preparing content before rendering.<\/p>\n\n\n\n<p>Here\u2019s a simple example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export const useBlogData = routeLoader$(() =&gt; {\n\n&nbsp;return { title: \"Hello Qwik\" };\n\n});<\/code><\/pre>\n\n\n\n<p>This data can then be accessed inside your component, allowing you to render dynamic content without additional client-side requests.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why This Matters<\/strong><\/h3>\n\n\n\n<p>Route loaders improve performance by reducing unnecessary network requests from the browser. They also help organize data fetching by keeping it closely aligned with your routes.<\/p>\n\n\n\n<p>This approach is especially useful for scalable applications, as it ensures data is loaded efficiently and consistently across different pages, making the application more reliable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Navigation and Linking in Qwik<\/strong><\/h2>\n\n\n\n<p>Qwik City makes navigation simple and efficient. Instead of relying on traditional anchor tags everywhere, it provides built in tools that improve how navigation works.<\/p>\n\n\n\n<p>With Qwik\u2019s routing system, you can move between pages smoothly without unnecessary reloads. This approach maintains high performance while offering flexibility.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Using Links for Navigation<\/strong><\/h3>\n\n\n\n<p>Qwik provides a Link component that is used to navigate between routes. It works similarly to standard links but is optimized for Qwik\u2019s rendering model.<\/p>\n\n\n\n<p>Here\u2019s a simple example:<\/p>\n\n\n\n<p><code>&lt;Link href=\"\/about\"&gt;Go to About&lt;\/Link&gt;<\/code><\/p>\n\n\n\n<p>This allows smooth navigation while keeping the application fast and responsive.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Programmatic Navigation<\/strong><\/h3>\n\n\n\n<p>Sometimes, you may need to change routes based on user actions, such as submitting a form. Qwik allows you to handle navigation programmatically, giving you control over how routes are changed.<\/p>\n\n\n\n<p>This is useful when building features where navigation depends on logic rather than fixed links.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Real World Use Case of Qwik City Routing<\/strong><\/h3>\n\n\n\n<p>Imagine a blog platform where multiple pages share the same layout but display different content. Instead of creating a separate route for each page, developers can use file based routing along with dynamic routes to keep things organized.<\/p>\n\n\n\n<p>A single dynamic route can handle multiple blog posts, while shared layouts manage common elements like headers and navigation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Example Scenario: Blog Platform<\/strong><\/h3>\n\n\n\n<p>In a blog application, the routing structure can be simplified as:<\/p>\n\n\n\n<ul>\n<li>Homepage at \/<\/li>\n\n\n\n<li>Blog listing page at \/blog<\/li>\n\n\n\n<li>Individual blog posts like \/blog\/post-title<\/li>\n<\/ul>\n\n\n\n<p>This approach makes it easier to scale the application, as new content can be added without modifying routing logic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Why This Approach Works in Practice<\/strong><\/h3>\n\n\n\n<p>This routing system reduces repetition by allowing the same layout and logic to be reused across multiple pages. Developers benefit from easier maintenance, as they can update the structure instead of rewriting routing logic.<\/p>\n\n\n\n<p>In real world projects, this approach speeds up development and keeps the application organized. It also leads to a cleaner codebase, especially when managing large applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<p>Qwik City Routing makes development easier, but small mistakes in structure or setup can cause issues or confusion. Keeping things simple and consistent helps avoid most problems.<\/p>\n\n\n\n<ul>\n<li>Avoid overcomplicating the folder structure with unnecessary nesting<\/li>\n\n\n\n<li>Always include index.tsx in route folders<\/li>\n\n\n\n<li>Use dynamic routes only when needed, and prefer static routes for clarity<\/li>\n\n\n\n<li>Place layout.tsx correctly to maintain proper UI hierarchy&nbsp;<\/li>\n<\/ul>\n\n\n\n<p>As modern web applications become more dynamic, having a full stack understanding of frontend and backend systems becomes critical for building scalable routing architectures. HCL GUVI\u2019s <a href=\"https:\/\/www.guvi.in\/zen-class\/full-stack-development-course\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=Qwik+City+Routing+Explained\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Full Stack Development course<\/strong><\/a> can help you strengthen these fundamentals and apply them in real world scenarios.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Qwik City Routing simplifies navigation by using a file based approach that aligns your project structure with URL paths, reducing the need for manual setup.<\/p>\n\n\n\n<p>It combines layouts, dynamic routing, and data fetching into a unified system, making development more efficient and organized.<\/p>\n\n\n\n<p>As modern applications demand better performance and scalability, Qwik\u2019s resumability and structured routing become more important. Understanding these concepts helps developers build faster, more maintainable, and efficient web applications with less complexity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1775536524913\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. What is Qwik City Routing?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Qwik City Routing is a file based routing system where your folder structure automatically defines URL paths. It removes the need for manual route configuration and simplifies navigation in web applications.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1775536531871\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. How does file based routing work in Qwik?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>File based routing works by mapping folders and files inside the routes directory to URL paths. Each folder represents a route segment, and index.tsx files act as page entry points.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1775536541302\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>3. What are dynamic routes in Qwik City?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Dynamic routes allow you to create flexible URLs using parameters. They are defined using square brackets and are commonly used for pages like blog posts, product details, or user profiles.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1775536547289\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>4. What is the role of layout.tsx in Qwik?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>The layout.tsx file is used to create shared layouts across multiple routes. It helps maintain consistent UI elements like headers, navigation, and sidebars without repeating code.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1775536552519\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. Why is Qwik City Routing important?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Qwik City Routing improves developer experience by simplifying routing, reducing configuration, and supporting scalable application structure. It also works with Qwik\u2019s resumability to enhance performance.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Modern web applications demand routing systems that deliver speed, scalability, and easy management without complex configuration. Traditional routing setups often involve manual work, which becomes difficult to maintain as applications grow. Qwik City Routing solves this by using a file based system where your project structure directly defines application routes. This approach simplifies navigation while [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":106152,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[294],"tags":[],"views":"65","authorinfo":{"name":"Lukesh S","url":"https:\/\/www.guvi.in\/blog\/author\/lukesh\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Qwik-City-Routing-300x112.webp","jetpack_featured_media_url":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/04\/Qwik-City-Routing.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106111"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=106111"}],"version-history":[{"count":5,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106111\/revisions"}],"predecessor-version":[{"id":106155,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/106111\/revisions\/106155"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/106152"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=106111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=106111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=106111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}