开发者

Create an seo and web accessibility analyzer [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 5 years ago.

Improve this question

I'm thinking of making a little web tool for analyzing the search engine optimization and web accessiblity of a whole website.

First of all, this is just a private tool for now. Crawling a whole website takes up alot of resources and time. I've found out that wget is the best option for downloading the markup for a whole site.

I plan on using PHP/MySQL (maybe even CodeIgniter), but I'm not quite sure if that's the right way to do it. There's always someone who recommends Python, Ruby or Perl. I only know PHP and a little bit Rails.

I've also found a great HTML DOM parser class in PHP on SourceForge.

But, the thing is, I need some feedback on what I should and should not do. Everythi开发者_StackOverflow社区ng from how I should make the crawl process to what I should be checking for in regards to SEO and WCAG.

So, what comes to your mind when you hear this?


Rather than 2 great tools out there,as RPM1984 said, there are literally hundreds of such tools which do stuff like checking alt, title, keywords and description and so on.

Since the tool you want to build is for personal use, I advise you look around several sites like seobook,seodoz. There are lot of such tools which provide various functions and most of them I am sure are free. Building a tool that is available out there free of charge is resembling to invest on wheel. Do not do that unless you are learning something.

Just For Your Information, usually there are several elements that I can check without pay money and easily:

  • MATA Property. Title, Keywords(this is something important), Description.
  • Semantic Structure. h tag, alt tag and so forth.
  • Link. Inbound links, their domain names, outbound links and things like that.
  • Presence On Significant sites like demoz.com as well as blog, twitter, facebook.
  • Domain Name of Your Site. Things like its register time is considered important.

    If you want to know those info, then there are lot of free tools you can turn to.

    Hope this helps and good luck.

  • 0

    上一篇:

    下一篇:

    精彩评论

    暂无评论...
    验证码 换一张
    取 消

    最新问答

    问答排行榜