{"id":10046,"date":"2020-08-02T15:00:41","date_gmt":"2020-08-02T13:00:41","guid":{"rendered":"https:\/\/qodeinteractive.com\/magazine\/?p=10046"},"modified":"2020-12-04T09:44:10","modified_gmt":"2020-12-04T08:44:10","slug":"how-to-permanently-delete-wordpress-site","status":"publish","type":"post","link":"https:\/\/qodeinteractive.com\/magazine\/how-to-permanently-delete-wordpress-site\/","title":{"rendered":"How to Permanently Delete a WordPress Site"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Whether you are moving on from an old project, closing an online business, or swapping blogging for a new career deleting a WordPress site is not as simple as you might think. Even if you erase the website\u2019s files and database search engines might still have the site indexed and would list it within the same searches as before. If you\u2019d like to avoid such things, follow this step-by-step guide and learn how to delete your WordPress site permanently and completely from the internet. If you\u2019d like to skip to any specific part of this article, simply click on one of the links below:[\/vc_column_text][vc_empty_space height=&#8221;22px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#block-search-engines-from-crawling-your-website\">Block Search Engines from Crawling your Website<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#deleting-a-self-hosted-website\">Deleting a Self-hosted Website<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#deleting-a-wordpress-com-hosted-website\">Deleting a WordPress.com Hosted Website<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#removing-content-from-search-engines\">Removing Content from Search Engines<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#remove-cached-snapshots-from-wayback-machine\">Remove Cached Snapshots from Wayback Machine<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;5px&#8221;]<ul class=\"qodef-unordered-list-item qodef-toc\">\n    <li>\n\t        <div class=\"qodef-ul-title-holder\">\n            <span class=\"qodef-ul-title-content\"><a href=\"#restoring-the-website\">Restoring the Website<\/a><\/span>        <\/div>\n            <\/li>\n<\/ul>[vc_empty_space height=&#8221;70px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\">Create a Backup<\/h2>\n<p>[\/vc_column_text][vc_column_text]The first step, which applies to many other things you might do with WordPress, is always to <a href=\"https:\/\/qodeinteractive.com\/magazine\/how-to-manually-backup-wordpress-website\/\">save a backup of your site<\/a>. This may seem redundant since you are trying to delete that very website but you can never be completely sure that you will not need some of the data later or that you might even reconsider the deletion. If you do, it would be much easier to simply restore the site backup than it would be to build the same website from scratch.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Now that you have the website\u2019s backup for safekeeping you can proceed with the next steps.<br \/>\n[\/vc_column_text][vc_empty_space height=&#8221;70px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"block-search-engines-from-crawling-your-website\"><\/a>Block Search Engines from Crawling your Website<\/h2>\n<p>[\/vc_column_text][vc_column_text]Search engines keep records of a website even when you delete all its files, databases, and the domain. A search engine can still include your site in relevant searches even if you deleted it. They do this on the assumption that your website is temporarily down, and might be up and running again. This, of course, is not ideal. [\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]You can hide your website from search engines by reconfiguring the robots.txt file. This file is essentially a directive for search engines on how to crawl and index your site files. By setting these directives to signal the crawlers not to index your website you will effectively hide the website from search engines.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To do this you need to create a new file with the name robots.txt and type the following code within it:[\/vc_column_text][vc_empty_space height=&#8221;23px&#8221;][vc_column_text]<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">User-agent: *\r\nDisallow: \/<\/pre>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;15px&#8221;][vc_column_text]This code disallows any search engine bots, like the Googlebot, from accessing any URLs of the domain that contains the file.[\/vc_column_text][vc_empty_space height=&#8221;68px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"deleting-a-self-hosted-website\"><\/a>How to Delete a Self-hosted WordPress Website<\/h2>\n<p>[\/vc_column_text][vc_column_text]Deleting a website that is hosted with any third-party hosting company, meaning it\u2019s not with wordpress.com, can be done with three relatively easy steps. By deleting website files, the database, and the domain name you will be erasing any present trace of the website.[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\">Deleting Website Files<\/h3>\n<p>[\/vc_column_text][vc_column_text]Deleting website files for a self-hosted website can be done either via cPanel\u2019s File Manager or an FTP client.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To do this via cPanel you need to navigate to your hosting account and <strong>log in to your cPanel dashboard<\/strong>. Then simply <strong>access the File Manager option<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"710\" height=\"378\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager.jpg\" class=\"attachment-full size-full\" alt=\"File Manager\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager.jpg 710w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/File-Manager-620x330.jpg 620w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once inside the File Manager navigate to the <strong>public_html directory. If you have multiple websites hosted on this account you will see multiple folders within the public_html directory. If this is the case, access the folder of the website you\u2019d like to erase and delete all of the files within it<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/2-Erase-and-delete-all-of-the-files.jpg\" class=\"attachment-full size-full\" alt=\"Erase and delete all of the files\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/2-Erase-and-delete-all-of-the-files.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/2-Erase-and-delete-all-of-the-files-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/2-Erase-and-delete-all-of-the-files-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]In order to <a href=\"https:\/\/qodeinteractive.com\/magazine\/how-to-use-ftp\/\">erase website files using an FTP client<\/a>, you will need to<strong> connect to the server with your FTP credentials and navigate, once again, to the <em>public_html directory<\/em><\/strong>. Open the website\u2019s folder and delete all of the files within it.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/3-Open-folder-and-delete-all-of-the-files.jpg\" class=\"attachment-full size-full\" alt=\"Open folder and delete all of the files\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/3-Open-folder-and-delete-all-of-the-files.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/3-Open-folder-and-delete-all-of-the-files-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/3-Open-folder-and-delete-all-of-the-files-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;82px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\">Deleting Website Database<\/h3>\n<p>[\/vc_column_text][vc_column_text]The database is the main part of a website and it must be deleted as well in order to completely erase the website. To do so you need to <strong>navigate to the cPanel dashboard<\/strong> once again and <strong>access MySQL Databases<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"710\" height=\"378\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/MySQL-Databases.jpg\" class=\"attachment-full size-full\" alt=\"MySQL Databases\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/MySQL-Databases.jpg 710w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/MySQL-Databases-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/02\/MySQL-Databases-620x330.jpg 620w\" sizes=\"auto, (max-width: 710px) 100vw, 710px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once there, you will be able to scroll down to find a list of databases that you have on your server. <strong>To the right of each of the rows containing the name of the database is a link to delete that database<\/strong>. Use only the link for the database you would like to delete.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/4-Current-Database.jpg\" class=\"attachment-full size-full\" alt=\"Current Database\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/4-Current-Database.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/4-Current-Database-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/4-Current-Database-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>If you do not have this option available you will need to contact your hosting provider to consult on further steps to delete the intended database.<\/strong>[\/vc_column_text][vc_empty_space height=&#8221;72px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h3 class=\"qodef-h5\">How to Delete WordPress Website Domain Name<\/h3>\n<p>[\/vc_column_text][vc_column_text]Though some people like to retain the purchased domain name, you might not need it anymore. In this case, it might be best for you to delete the domain name along with the files and database of your website.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To do so you need to <strong>access your cPanel dashboard and click on Domains<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/5-Domains.jpg\" class=\"attachment-full size-full\" alt=\"Domains\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/5-Domains.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/5-Domains-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/5-Domains-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]Once in, you will see a list of all domains registered to that account. Find the one you\u2019d like to delete <strong>press the Manage button<\/strong> on the right-hand side of the row.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/6-Press-the-Manage-button.jpg\" class=\"attachment-full size-full\" alt=\"Press the Manage button\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/6-Press-the-Manage-button.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/6-Press-the-Manage-button-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/6-Press-the-Manage-button-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]You will be redirected to a page where you can change the root directory of the domain and, below that, you will have the option to <strong>remove the selected domain by pressing the button Remove Domain<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/7-Remove-Domain.jpg\" class=\"attachment-full size-full\" alt=\"Remove Domain\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/7-Remove-Domain.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/7-Remove-Domain-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/7-Remove-Domain-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;79px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"deleting-a-wordpress-com-hosted-website\"><\/a>Deleting a WordPress.com Hosted Website<\/h2>\n<p>[\/vc_column_text][vc_column_text]With websites hosted at wordpress.com, the procedure is further simplified. Namely, here you have an option to simply press a button and the files along with the database of the website will be deleted.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To do so you need to <strong>navigate to the My Sites link<\/strong> in the navigation bar.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/8-My-Sites-link.jpg\" class=\"attachment-full size-full\" alt=\"My Sites link\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/8-My-Sites-link.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/8-My-Sites-link-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/8-My-Sites-link-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]<strong>Expand the Manage option and click on the Settings link<\/strong>. Once you have done that, scroll to the bottom of the settings page where you can follow the <strong>Delete your site permanently link<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/9-Delete-your-site-permanently-link.jpg\" class=\"attachment-full size-full\" alt=\"Delete your site permanently link\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/9-Delete-your-site-permanently-link.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/9-Delete-your-site-permanently-link-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/9-Delete-your-site-permanently-link-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]You will be redirected to a new page where you will <strong>find the Delete Site button<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/10-Delete-Site-button.jpg\" class=\"attachment-full size-full\" alt=\"Delete Site button\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/10-Delete-Site-button.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/10-Delete-Site-button-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/10-Delete-Site-button-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]With this, you deleted all of the website files and databases associated with it. This has also deregistered the domain name you have used for that particular website. The next step, if you wish to do it as well, will be to delete the wordpress.com account.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]To do so you need to <strong>access your profile via the profile icon link<\/strong> on the right side of the navigation panel.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/11-Access-your-profile-via-the-profile-icon-link.jpg\" class=\"attachment-full size-full\" alt=\"Access your profile via the profile icon link\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/11-Access-your-profile-via-the-profile-icon-link.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/11-Access-your-profile-via-the-profile-icon-link-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/11-Access-your-profile-via-the-profile-icon-link-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]From your profile page, you will have to <strong>select the Account Settings link<\/strong> from the options on the left-hand side. Then <strong>choose the Close your account permanently link<\/strong>.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/12-Close-your-account-permanently-link.jpg\" class=\"attachment-full size-full\" alt=\"Close your account permanently link\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/12-Close-your-account-permanently-link.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/12-Close-your-account-permanently-link-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/12-Close-your-account-permanently-link-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;38px&#8221;][vc_column_text]This will lead you to the Close account page where you can click on the <strong>Close account button<\/strong> in order to perform this action.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/13-Close-account-button.jpg\" class=\"attachment-full size-full\" alt=\"Close account button\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/13-Close-account-button.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/13-Close-account-button-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/13-Close-account-button-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;90px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#f0f0f0&#8243;][vc_empty_space height=&#8221;50px&#8221;][vc_widget_sidebar sidebar_id=&#8221;top-picks-banner&#8221;][vc_empty_space height=&#8221;28px&#8221;][vc_separator color=&#8221;custom&#8221; accent_color=&#8221;#f0f0f0&#8243;][vc_empty_space height=&#8221;80px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"removing-content-from-search-engines\"><\/a>Removing Content from Search Engines<\/h2>\n<p>[\/vc_column_text][vc_column_text]Although hidden from bots and with all of the above-mentioned measures in place, search engines will still list your website within relevant searches. To stop this completely and to explicitly tell search engines that your website is permanently being taken down you need to <strong>alter the .htaccess file<\/strong> as well.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]You will need to create a new .htaccess file and place it where your root WordPress directory was on the server. Place the following code within the newly created file:<br \/>\n[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;][vc_column_text]<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">RewriteEngine On\r\nRewriteCond %{REQUEST_URI} !^\/robots.txt\r\nRewriteCond %{HTTP_HOST} ^www\\.example\\.com$ [NC]\r\nRewriteRule ^(.*)$ - [L,G]<\/pre>\n<p>[\/vc_column_text][vc_empty_space height=&#8221;18px&#8221;][vc_column_text]<strong>Note:<\/strong> Make sure to change the example and com to your domain.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]The code above will use a 410 redirect for all of the URLs on that domain except for the robots.txt file. The 410 redirect is used when a file is no longer available and it will not be available in the future.<br \/>\n[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]This in conjunction with the previous steps will permanently erase your website from any future web searches.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]Using this method may take some time, so if you\u2019d like to speed the process up a little bit you could submit a request for content removal. This can be done directly to Google, for example. In Google\u2019s case, you can navigate to their <a href=\"https:\/\/www.google.com\/webmasters\/tools\/removals?pli=1\" target=\"_blank\" rel=\"noopener noreferrer\">Remove outdated content page<\/a>. Here you will be able to submit the URL of the website that you have deleted and the content that you do not want to be shown anymore.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/14-Remove-outdated-content-page.jpg\" class=\"attachment-full size-full\" alt=\"Remove outdated content page\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/14-Remove-outdated-content-page.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/14-Remove-outdated-content-page-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/14-Remove-outdated-content-page-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;79px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"remove-cached-snapshots-from-wayback-machine\"><\/a>Remove Cached Snapshots from Wayback Machine<\/h2>\n<p>[\/vc_column_text][vc_column_text]Now if you\u2019d also like to erase any records of the previous state of your website you will need to delete the cached snapshots of it from the Wayback Machine. The Wayback Machine is a website service containing cached versions of all versions of most of the websites that were ever available online.[\/vc_column_text][vc_empty_space height=&#8221;50px&#8221;]<div class=\"qodef-single-image-holder   qodef-has-border \">\n    <div class=\"qodef-si-inner\" >\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"374\" src=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/15-Wayback-Machine.jpg\" class=\"attachment-full size-full\" alt=\"Wayback Machine\" srcset=\"https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/15-Wayback-Machine.jpg 700w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/15-Wayback-Machine-300x160.jpg 300w, https:\/\/qodeinteractive.com\/magazine\/wp-content\/uploads\/2020\/08\/15-Wayback-Machine-620x331.jpg 620w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" \/>                        <\/div>\n<\/div>[vc_empty_space height=&#8221;28px&#8221;][vc_column_text]The only way to effectively delete cached screenshots from the Wayback Machine is to contact its creators at <a href=\"https:\/\/archive.org\/about\/contact.php\" target=\"_blank\" rel=\"noopener noreferrer\">Archive.org<\/a> and request that they remove the files in question.[\/vc_column_text][vc_empty_space height=&#8221;68px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\"><a id=\"restoring-the-website\"><\/a>Restoring the Website<\/h2>\n<p>[\/vc_column_text][vc_column_text]If you, for whichever reason, change your mind about deleting your website you can restore it. For websites hosted with wordpress.com, this can be done within thirty days of deleting the website. You will, however, need to contact their support in order for them to restore the website for you.[\/vc_column_text][vc_empty_space height=&#8221;28px&#8221;][vc_column_text]As for restoring the website that is self-hosted, you can do this yourself and there is no limit to the number of days that pass after deletion. You simply need to <a href=\"https:\/\/qodeinteractive.com\/magazine\/manually-restore-wordpress-website-backup\/\">restore the backup<\/a> you have previously made.[\/vc_column_text][vc_empty_space height=&#8221;68px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h2 class=\"qodef-h4\">Final Thoughts<\/h2>\n<p>[\/vc_column_text][vc_column_text]There are many reasons why you might want to permanently delete a WordPress website. We touched on some of them in this article, but regardless of your reasons, the steps outlined are the same for all. So if you want to thoroughly remove your site from the internet, you can do that following the steps outlined in this article. Moreover, you now know how to eliminate all of your site remnants. We hope that erasing all traces of your website will be a lot easier and smoother for you given the guidelines above. [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>To permanently erase your website, you need to do more than simply remove it from the server, so find out here how to delete a WordPress site properly.<\/p>\n","protected":false},"author":278,"featured_media":10063,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[14,4,13],"class_list":["post-10046","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-core","tag-tips","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts\/10046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/users\/278"}],"replies":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/comments?post=10046"}],"version-history":[{"count":0,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/posts\/10046\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/media\/10063"}],"wp:attachment":[{"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/media?parent=10046"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/categories?post=10046"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qodeinteractive.com\/magazine\/wp-json\/wp\/v2\/tags?post=10046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}