user379888
user379888

Reputation:

Finding number of pages of a website

I want to find the number of pages of a website. Usually what I look for is a sitemap but I just encountered a site which does not have a sitemap so I am out of ideas of how to find its total pages. I tried to Google the URL but that did not helped much. Is there any other way we can find out the pages of a website?

Thanks in advance.

Upvotes: -1

Views: 4400

Answers (4)

user379888
user379888

Reputation:

I have found a better solution myself. You can go to Google Advanced Search and restrict the search results to your domain name. Leave everything else empty. It would give you the list of all pages cached by Google.

Upvotes: 1

Tom
Tom

Reputation: 3627

You could also try A1 Website Analyzer. But for all link checker software, you will have to make sure you configure them correctly to obey/not-obey (whatever your needs are) e.g robots.txt, noindex and nofollow instructions. (Common source for confusion in my experience.)

Upvotes: 0

Fawzia
Fawzia

Reputation: 11

I was about to suggest the same thing :) If this is a website you own, you can also add it to the Google Webmaster tools. It will show you lots of things about your site including number of links, pages, search terms, etc Its very useful and is free of charge.

Upvotes: 1

Crayl
Crayl

Reputation: 1911

Ask Google "site:yourdomain.com" This gives you all indexed pages.

Or use the free tool "Xenu". It crawls the whole site. But it won't find sites which have no internal links pointing to them. You can also export a sitemap with it.

Upvotes: 2

Related Questions