{"id":8258,"date":"2024-09-25T22:06:38","date_gmt":"2024-09-25T16:36:38","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=8258"},"modified":"2024-09-25T22:06:46","modified_gmt":"2024-09-25T16:36:46","slug":"adding-breadcrumbs-to-a-web-page","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/","title":{"rendered":"Adding Breadcrumbs to a Web Page"},"content":{"rendered":"\n<p> A breadcrumb is a secondary navigation scheme that helps to find the user&#8217;s location in a website or web application. A breadcrumb menu or trial usually appears in a horizontal line at the top of user&#8217;s current page in the form of clickable links.<\/p>\n\n\n\n<p>We should use breadcrumbs for large websites with hierarchically arranged pages. The best example will be an e-commerce website which includes a large variety of products grouped under subcategories.<\/p>\n\n\n\n<p> We should not use breadcrumbs for single-level websites that have no logical hierarchy or grouping.<\/p>\n\n\n\n<p>Breadcrumb navigation should be considered as an extra feature and should not replace existing primary navigation menus.<\/p>\n\n\n\n<p><strong><em>Types of Breadcrumbs:<\/em><\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Location-Based<\/strong>: Location-Based breadcrumbs show the user where they are in the websites hierarchy. They are used for navigation schemes which has multiple levels.<\/li>\n\n\n\n<li><strong>Attribute-Based<\/strong>: Attribute-Based breadcrumbs displays the attributes of the page. For example, if products are available on that page, it will display them on the menus.<\/li>\n\n\n\n<li><strong>Path-Based<\/strong>: Path-based breadcrumbs show the users step they have taken to arrive on that particular page.<\/li>\n<\/ol>\n\n\n\n<p><strong>Some points to noted for using breadcrumbs:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Display full breadcrumb trial.<\/li>\n\n\n\n<li>Always start with homepage.<\/li>\n\n\n\n<li>Use &#8216;>&#8217; as a separator between the levels.<\/li>\n\n\n\n<li>Put breadcrumbs at the top of the page.<\/li>\n\n\n\n<li>Boldface the last item and don&#8217;t hyperlink it.<\/li>\n\n\n\n<li>Avoid using on homepage.<\/li>\n<\/ol>\n\n\n\n<p><strong>How to use breadcrumbs in a React project?<\/strong><\/p>\n\n\n\n<p>We can create breadcrumbs as a reusable component and call them on all pages. We can add an interface if we want to add any extra functionalities.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"847\" height=\"767\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png\" alt=\"\" class=\"wp-image-8259\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png 847w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1-300x272.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1-768x695.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1-331x300.png 331w\" sizes=\"auto, (max-width: 847px) 100vw, 847px\" \/><\/a><\/figure>\n\n\n\n<p>Here we are displaying the pathname after the homepage text. This will be grouped under path-based breadcrumbs.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"98\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2-1024x98.png\" alt=\"\" class=\"wp-image-8260\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2-1024x98.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2-300x29.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2-768x73.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2-850x81.png 850w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/b2.png 1487w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>We just need to import the component in respective pages and use them where we need, which is usually at the top.<\/p>\n\n\n\n<p>import PheonixBreadcrumbs from &#8220;..\/Components\/PheonixBreadcrumbs&#8221;;<\/p>\n\n\n\n<p>&lt;PheonixBreadcrumbs \/><\/p>\n\n\n\n<p><strong><em>Benefits of Breadcrumbs:<\/em><\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Convinient for users<\/li>\n\n\n\n<li>Reduces clicks or actions to return to hign-level pages<\/li>\n\n\n\n<li>Doesn&#8217;t hog screen space.<\/li>\n\n\n\n<li>Reduces bounce rates<\/li>\n<\/ol>\n\n\n\n<p><strong>Conclusion:<\/strong><\/p>\n\n\n\n<p>We learned how to use breadcrumbs and the purpose of it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A breadcrumb is a secondary navigation scheme that helps to find the user&#8217;s location in a website or web application. A breadcrumb menu or trial usually appears in a horizontal line at the top of user&#8217;s current page in the form of clickable links. We should use breadcrumbs for large&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Adding Breadcrumbs to a Web Page<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":502,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-8258","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/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:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"A breadcrumb is a secondary navigation scheme that helps to find the user&#8217;s location in a website or web application. A breadcrumb menu or trial usually appears in a horizontal line at the top of user&#8217;s current page in the form of clickable links. We should use breadcrumbs for large&hellip; Continue Reading Adding Breadcrumbs to a Web Page\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-25T16:36:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-25T16:36:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png\" \/>\n<meta name=\"author\" content=\"Keerthana P\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Keerthana P\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/\"},\"author\":{\"name\":\"Keerthana P\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/bfb764836e66c01d0c03dd2e79ce94fa\"},\"headline\":\"Adding Breadcrumbs to a Web Page\",\"datePublished\":\"2024-09-25T16:36:38+00:00\",\"dateModified\":\"2024-09-25T16:36:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/\"},\"wordCount\":339,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/bread1.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/bread1.png\",\"datePublished\":\"2024-09-25T16:36:38+00:00\",\"dateModified\":\"2024-09-25T16:36:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/bread1.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/bread1.png\",\"width\":847,\"height\":767},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/adding-breadcrumbs-to-a-web-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding Breadcrumbs to a Web Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/bfb764836e66c01d0c03dd2e79ce94fa\",\"name\":\"Keerthana P\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g\",\"caption\":\"Keerthana P\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/keerthana\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","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:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"A breadcrumb is a secondary navigation scheme that helps to find the user&#8217;s location in a website or web application. A breadcrumb menu or trial usually appears in a horizontal line at the top of user&#8217;s current page in the form of clickable links. We should use breadcrumbs for large&hellip; Continue Reading Adding Breadcrumbs to a Web Page","og_url":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2024-09-25T16:36:38+00:00","article_modified_time":"2024-09-25T16:36:46+00:00","og_image":[{"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png","type":"","width":"","height":""}],"author":"Keerthana P","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"Keerthana P","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/"},"author":{"name":"Keerthana P","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/bfb764836e66c01d0c03dd2e79ce94fa"},"headline":"Adding Breadcrumbs to a Web Page","datePublished":"2024-09-25T16:36:38+00:00","dateModified":"2024-09-25T16:36:46+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/"},"wordCount":339,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/","url":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png","datePublished":"2024-09-25T16:36:38+00:00","dateModified":"2024-09-25T16:36:46+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/09\/bread1.png","width":847,"height":767},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/adding-breadcrumbs-to-a-web-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Adding Breadcrumbs to a Web Page"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/bfb764836e66c01d0c03dd2e79ce94fa","name":"Keerthana P","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a2fbfc942637609ceefb9cbdeedd3fe92320c9f5212098280c846d6d8597088c?s=96&r=g","caption":"Keerthana P"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/keerthana\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-29c","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/502"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=8258"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8258\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=8258"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=8258"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=8258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}