Thank you for your help! The URLs are for categories that are being excluded. The issue first began 8/16/22 according to Google Console. I use 3 plugins that are not built by Automatic. Only two were installed on 8/16/22. Contact Form 7 and Ultimate Category Excluder. I do have some additional CSS that hides the Re-Captcha Badge and removes some meta info:
/* hide re-captcha badge / .grecaptcha-badge { visibility: hidden; } / Remove Post Date Author / .entry-meta{ display: none; } / hide navigation links for single posts | 5871846-zen (LL) */
body.single-post .nav-links {
display: none;
}
From Google Console — here are 10 examples:
https://comedyhouse.us/jessie-mcdonald?ak_action=accept_mobile
https://www.comedyhouse.us/marcus-combs/
https://www.comedyhouse.us/carlos-mencia/
https://comedyhouse.us/dirty-south-jul-9-10/
https://www.comedyhouse.us/saseddrick-washington/
https://comedyhouse.us/arnesto-ross?ak_action=accept_mobile
https://comedyhouse.us/john-witherspoon?ak_action=reject_mobile
https://comedyhouse.us/chris-tucker/?ak_action=reject_mobile
https://comedyhouse.us/cory-zooman-miller?ak_action=accept_mobile
https://www.comedyhouse.us/hamburger-shucky-ducky/
These pages are only accessible via the SEARCH tool and TAGS when these comedians are not performing in my area. At that time the post is given the category that is not excluded.
Thank you again for help.
Peter Hamlett
-
This reply was modified 1 year, 10 months ago by
Kathryn Presner.
-
This reply was modified 1 year, 10 months ago by
Kathryn Presner. Reason: added code formatting