最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Deleted Wordpress page appears in Google Search Results

matteradmin8PV0评论

I created a page (/) to test something, then deleted it. It still appears in Google searches. However, it no longer appears in the Admin Dashboard, so I'm unable to delete/make it private. How do I find it to delete it again?

I created a page (https://padigital/rights/) to test something, then deleted it. It still appears in Google searches. However, it no longer appears in the Admin Dashboard, so I'm unable to delete/make it private. How do I find it to delete it again?

Share Improve this question edited Jan 14, 2019 at 18:04 rudtek 6,4035 gold badges30 silver badges52 bronze badges asked Jan 14, 2019 at 17:34 sjramsaysjramsay 11 bronze badge
Add a comment  | 

2 Answers 2

Reset to default 1

Since that page has already been indexed you can do a couple things.

1 - Add a rule in your .htaccess file that tells search engines not to index the page

User-agent: *
Disallow: /rights

2 - Use Google's Remove URLs Tool. The Remove URLs tool enables you to temporarily block pages from Google Search results. You can start that process here.

Don't worry, google check your page with the time and remove automatically.

Also, you can enter in your search console of google and resend your sitemaps

Post a comment

comment list (0)

  1. No comments so far