meta crawler?

Lebron2727

Junior Member
Joined
Nov 28, 2011
Messages
179
Reaction score
41
Ok so I am doing some SEO work for a company, and there are a lot of pages that do not have meta discriptions... Their website has 1000s of pages that should all be indexed, is there a tool that can check every page and just asks this question:

Does this page have a metatitle? If no, red flag.

So I can have a list of all pages that do not have them, would be very cool and save lots and lots of time.
 
+1 for grep
but
Code:
wget -r
to download whole site first.
 
Back
Top