Hi
Please can you guide; how to prevent or remove" author " and " thankyou" post pages being indexed by google!
https://example.com/author/examplesale/
https://example.com/?thankYou
The straightforward method is inserting codes in Wordpress theme.
Can the same method or coding be inseted in NicePage Plugin, e.g., Wordpress - Appearance - Theme (Nicepage) - Additional CSS ; code
/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
My question is, is this method safe while inserting for the NicePage theme (NicePage plugin), and if the code is different for NicePage theme, then what would the code be?
Thanks for time and quick reply please.
Best Regards,