{"id":8619,"date":"2025-02-24T22:00:21","date_gmt":"2025-02-24T16:30:21","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=8619"},"modified":"2025-02-24T22:00:24","modified_gmt":"2025-02-24T16:30:24","slug":"how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/","title":{"rendered":"How to Enable Maintenance Mode in Magento and Customize the Maintenance Page"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Magento has a built-in maintenance mode that lets store owners temporarily take their website offline for updates, security fixes, or migrations. This prevents customers from seeing broken pages or errors. You can also customize the maintenance page to keep visitors informed about the downtime and when the site will be back.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Enabling Maintenance Mode in Magento<\/strong><\/h2>\n\n\n\n<p>Enabling maintenance mode is straightforward in Magento. Use the following command from your Magento root directory:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:enable<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once executed, visitors will see a default Magento 503 Service Unavailable page.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To check the maintenance mode status, use:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:status<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If enabled, you will see:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Maintenance mode is active.<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Allowing Specific IPs to Access the Store<\/strong><\/h2>\n\n\n\n<p>By default, when maintenance mode is enabled, no visitors can access the site. However, you may want to allow certain IP addresses (e.g., developers, administrators) to bypass maintenance mode and access the store.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the following command to whitelist an IP:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:allow-ips &lt;your-ip-address&gt;<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For example, to allow an admin with IP 192.168.1.100, run:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:allow-ips 192.168.1.100<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To allow multiple IPs, separate them with spaces:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:allow-ips 192.168.1.100 192.168.1.101<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To verify allowed IPs:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:status<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If IPs are allowed, the output will include:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Maintenance mode is active.<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Allowed IPs: 192.168.1.100, 192.168.1.101<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To remove all allowed IPs and restrict access for everyone:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:allow-ips &#8211;none<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Customizing the Magento Maintenance Page<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Magento\u2019s default maintenance page is located at:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>pub\/errors\/default\/503.phtml<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To create a custom maintenance page:<\/li>\n<\/ul>\n\n\n\n<p><strong>Modify the custom page<\/strong> Open pub\/errors\/503.phtml and update the content with a user-friendly message. Example:<br><br><img loading=\"lazy\" decoding=\"async\" width=\"1098\" height=\"704\" class=\"wp-image-8620\" style=\"width: 600px\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM.png\" alt=\"\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM.png 1098w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM-300x192.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM-1024x657.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM-768x492.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-24-at-9.40.11\u202fPM-468x300.png 468w\" sizes=\"auto, (max-width: 1098px) 100vw, 1098px\" \/><\/p>\n\n\n\n<p>After modifying the page, clear Magento\u2019s cache to reflect changes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento setup:static-content:deploy -f<\/strong><\/li>\n\n\n\n<li><strong>php bin\/magento cache:flush<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Disabling Maintenance Mode<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once maintenance is completed, disable it with:<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:disable<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Check the status to confirm:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento maintenance:status<\/strong><\/li>\n<\/ul>\n\n\n\n<p>If disabled, the output will be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Maintenance mode is not active.<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Troubleshooting Maintenance Mode Issues<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1. Site Still in Maintenance Mode After Disabling?<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Check if the var\/.maintenance.flag file still exists. If it does, remove it manually:rm var\/.maintenance.flag<\/strong><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2. Getting 503 Errors After Maintenance Mode is Disabled?<\/strong><\/h3>\n\n\n\n<p>Try clearing cache and restarting your web server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>php bin\/magento cache:flush<\/strong><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Magento\u2019s maintenance mode is a powerful feature that allows store owners to perform updates without disrupting user experience. By customizing the maintenance page, you can keep your customers informed and ensure a professional look even during downtime. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Magento has a built-in maintenance mode that lets store owners temporarily take their website offline for updates, security fixes, or migrations. This prevents customers from seeing broken pages or errors. You can also customize the maintenance page to keep visitors informed about the downtime and when the site will&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">How to Enable Maintenance Mode in Magento and Customize the Maintenance Page<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":514,"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-8619","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.4 - 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\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-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=\"Introduction Magento has a built-in maintenance mode that lets store owners temporarily take their website offline for updates, security fixes, or migrations. This prevents customers from seeing broken pages or errors. You can also customize the maintenance page to keep visitors informed about the downtime and when the site will&hellip; Continue Reading How to Enable Maintenance Mode in Magento and Customize the Maintenance Page\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-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=\"2025-02-24T16:30:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-24T16:30:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3837\" \/>\n\t<meta property=\"og:image:height\" content=\"2540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"sujith k\" \/>\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=\"sujith k\" \/>\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\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/\"},\"author\":{\"name\":\"sujith k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/9dae21345bec4359dc69cdb1706b96ea\"},\"headline\":\"How to Enable Maintenance Mode in Magento and Customize the Maintenance Page\",\"datePublished\":\"2025-02-24T16:30:21+00:00\",\"dateModified\":\"2025-02-24T16:30:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/\"},\"wordCount\":433,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2025-02-24T16:30:21+00:00\",\"dateModified\":\"2025-02-24T16:30:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Enable Maintenance Mode in Magento and Customize the Maintenance 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\\\/9dae21345bec4359dc69cdb1706b96ea\",\"name\":\"sujith k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g\",\"caption\":\"sujith k\"},\"sameAs\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-admin\"],\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/sujith\\\/\"}]}<\/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\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Introduction Magento has a built-in maintenance mode that lets store owners temporarily take their website offline for updates, security fixes, or migrations. This prevents customers from seeing broken pages or errors. You can also customize the maintenance page to keep visitors informed about the downtime and when the site will&hellip; Continue Reading How to Enable Maintenance Mode in Magento and Customize the Maintenance Page","og_url":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2025-02-24T16:30:21+00:00","article_modified_time":"2025-02-24T16:30:24+00:00","og_image":[{"width":3837,"height":2540,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/09\/PX2.png","type":"image\/png"}],"author":"sujith k","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"sujith k","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/"},"author":{"name":"sujith k","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/9dae21345bec4359dc69cdb1706b96ea"},"headline":"How to Enable Maintenance Mode in Magento and Customize the Maintenance Page","datePublished":"2025-02-24T16:30:21+00:00","dateModified":"2025-02-24T16:30:24+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/"},"wordCount":433,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/","url":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"datePublished":"2025-02-24T16:30:21+00:00","dateModified":"2025-02-24T16:30:24+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-enable-maintenance-mode-in-magento-and-customize-the-maintenance-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Enable Maintenance Mode in Magento and Customize the Maintenance 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\/9dae21345bec4359dc69cdb1706b96ea","name":"sujith k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/41c5d1c0dfe05033e1ef6be41e96d1e926b8a6065292fb95c1862a0ffca3ad20?s=96&r=g","caption":"sujith k"},"sameAs":["https:\/\/pheonixsolutions.com\/blog\/wp-admin"],"url":"https:\/\/pheonixsolutions.com\/blog\/author\/sujith\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-2f1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8619","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\/514"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=8619"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8619\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=8619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=8619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=8619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}