How To Analyze A Web Page From Spider’s Point Of View From Linux Terminal

Here’s how to analyze a web page from spider’s point of view from Linux terminal:

Issue the following command at the terminal –

wget -r –spider <URL to the web page>

For example, to analyze ‘www.google.com’ from spider’s point of view, issue the following command at the terminal –

wget -r –spider www.google.com

How To Analyze A Web Page From Spider's Point Of View From Linux Terminal

Comments are closed.