Scrape a site for Meta Desc, H1, Title on each page?

cookie1979

Regular Member
Joined
Jul 16, 2011
Messages
432
Reaction score
131
Anyone tell me the best way to crawl a site and then get the Meta description, H1 tag, and Title from each of the sites urls?

Much appreciated.
 
i don't think there is any software on BHW capable of doing that. You can maybe write one yourself with basic regex model. Since all urls are from different sites you won't need proxies. Just scrape h1, meta and title tag from the page. However not all pages will have meta desc tag and some have titles as h1 tag.

Regards,
 
Anyone tell me the best way to crawl a site and then get the Meta description, H1 tag, and Title from each of the sites urls?

Much appreciated.

there is a software called ScreamingFrog. google it :)
 
Thanks for answering the OP question, I wanted to ask the same question. I'm going to check this program out.
 
Thanks guys, will try them out!
 
Back
Top