Skip Navigation

[Resolved] Personal data find from google search

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Mateus Getulio 1 year, 1 month ago.

Assisted by: Mateus Getulio.

Author
Posts
#2655665
Screenshot 2023-10-23 at 4.17.48 PM.png

Dear Sir/Madam,

I use View to list out user data including some private data, recently I find the data from google search, please advise how I can disable google crawl my View content, I have the custom post edit, this is not page, how can I disable it?

You may see the attached screenshot, you may see the person name and mobile number, you can visit the page hidden link but I did disable the Search engine visibility from the WP dashboard, it may not the best solution for us if I only want to disable google crawl for specific page, view or custom post edit.

Best regards,

Kelvin.

#2655983

Mateus Getulio
Supporter

Languages: English (English )

Timezone: America/Sao_Paulo (GMT-03:00)

Hey there,

We want to clarify that Search Engine Optimization (SEO) is a complex and specialized field that involves various strategies and techniques to improve a website's visibility on search engines like Google. While we can provide some general recommendations to assist you, it's important to note that SEO is a broader topic that may require additional expertise.

To prevent Google from crawling specific content on your WordPress site, such as a View generated by the Toolset or a custom post, you can use a combination of methods:

• Robots Meta Tag:
You can add a "noindex" meta tag to the specific pages or views you want to exclude from search engine indexing. Here's how to do it:

- Edit the post or View in question.
- In the WordPress editor, switch to the "Text" or "Code" view.
- Add the following code within the <head> section of the page:

<meta name="robots" content="noindex, nofollow">

This code tells search engines not to index the page or follow any links on it.

• Robots.txt File:
You can also use the robots.txt file to block search engines from crawling specific URLs or directories. Here's how:

- Connect to your server using FTP or a file manager.
- Locate the robots.txt file in your WordPress root directory (public_html or www).
- Edit the robots.txt file and add the following lines to block a specific URL or directory:

User-agent: *
Disallow: /path-to-your-specific-page/
Replace "/path-to-your-specific-page/" with the actual URL path to the page you want to block.

• WordPress SEO Plugin:
If you're using an SEO plugin like Yoast SEO or All in One SEO Pack, you can also set individual page-level SEO settings to "noindex" and "nofollow" for specific posts or Views:

- Edit the post or View.
- Scroll down to the SEO settings provided by your SEO plugin.
- Look for options to set the page as "noindex" and "nofollow."

Please bear in mind that the suggestions we provided, such as using meta tags, robots.txt files, and SEO plugins, are intended as general guidelines to help you take steps to prevent search engines from indexing specific content. However, please understand that these methods are not foolproof, and search engines may still discover and index content over time.

Additionally, managing SEO and ensuring optimal search engine performance often involves ongoing efforts, monitoring, and adjustments, which may require the assistance of SEO professionals.

If you have specific SEO-related questions or concerns beyond the scope of these general recommendations, we recommend consulting with an SEO expert or agency who can provide specialized guidance tailored to your website's unique needs.

We hope this information helps you in the right direction, and please feel free to reach out if you have any further questions or need assistance with other aspects of Toolset.

Best regards,
Mateus