PDA

View Full Version : Can i use noindex in a javascript to stop crawling



seo.gops
03-18-2022, 11:53 PM
Hello, I have a question, If I am using a javascript to fill a form on my single webpage. Then can I use noindex to stop crawling to my form?

waiting for a reply. Thanks in advance

chris26
03-19-2022, 11:18 AM
No indexing your page will stop google from crawling and indexing it

DustinKelly
03-20-2022, 11:38 PM
Noindex (robots. txt) + Disallow: This prevents pages from appearing in the index, and also prevents the pages from being crawled.

laragiles
03-22-2022, 02:54 AM
noindex doesn't stop crawling. It only says not to show the page on the index. 2 different things.