Words from Alejandro U. Alvarez
SEO Tool: Search Engine position checker
I've just finished developing a stable release of quite an advanced SEO tool, I called it "position checker".
What it does is it crawls the selected search engines upon a list of given queries, and it tries to find matches with your site. If it finds them it tells you on which page and where was it linking.
It is pretty fast, and it allows you to easily know how well your website ranks for certain search queries.
Visit the advanced position checker
How it works:
It uses a lot of arrays to store the information, since it helped me a lot simplifying the task of handling multiple streams of information and comparing them looking for matches.
To crawl and extract the links I've used a class I've found at php classes, which is based in curl.
The full code and test page can be downloaded here:
- Download zip - 116kb (603 downloads)
If you have any suggestion, comment, or improvement for this idea, please comment!
| Print article | This entry was posted by alex on April 6, 2008 at 3:19 pm, and is filed under General talk, PHP, Programming, SEO, Web-related. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
No trackbacks yet.
Measuring the quality of your blog
about 2 years ago - No comments
Although there are a lot of online resources to measure the wuality of your blog, like Blog Juice, Website grader (The bottom of the resports is dedicated to blog) and others like Technorati Authority, all of this services focus on popularity and sometimes SEO aspects.
Taking into account that all a blog is about is people More >
Optimizing your landing page
about 2 years ago - 4 comments
There is no need for me to prove to you that an optimization in your website’s landing page will improve your Return on Investment (ROI) and your Rate of Return (ROR). As a matter of fact it is probably one of the hardest, most over-looked, and most important parts of SEO for a website. It More >
Writing a good robots.txt file | SEO Tips
about 2 years ago - 1 comment
Search Bots, crawl each URL and the first thing they search on an URL root is the robots.txt file. So if we make our robots.txt file, we can change the Search Bots’ behaviours, and we can tell them where to search and publish and where to not. Imagine we have privacy folders in our website, More >
DMOZ Submission Guide:
about 2 years ago - 1 comment
As an editor of the DMOZ Directory, I’ve realized what are the most important thing to be taken into account by web masters submitting their work:
Make sure you submit to the most appropriate category. This is very important, as it will decide whether your site is updated into the directory or not. If a site More >
Remove/Add the www? | SEO Tips:
about 2 years ago - 3 comments
I’m sure you all have seen how some sites have www, some not, and do you? Because for most web developers this might not seep as an important thing, even though it is essential. If you don’t have chosen one, you may end up with a www.yoursite.com with PR 3 and yoursite.com with PR 1 More >
Bad words list (458 words)
about 2 years ago - 20 comments
Are you creating a new forum, IRC channel, or pretty much any kind of website where users can submit links and you need to control bad words?
Well I was in that situation a few days ago, and it took a very long time until I managed to find some resources, so here I’ll try to More >
Best site evaluating tools
about 2 years ago - No comments
I guess I’m enjoying writing “Best…” compilations, and well, it is actually a great way to have all your favorite websites all in one place!
In this list I’ll list the best site evaluation tools, either SEO analysis, design accessibility issues…
If you know of any great tool that I missed out, please make sure to comment, More >
about 2 years ago
This looks like a nice tool!
I’ve got some questions for you:
1) As you probably heard, several rank checker automated tools stopped working on Google. Does your tool uses proxies, and API?
2) Where are you parsing the results from?
3) Does it have human emulation?
I just run a query for a site and the results were ok, but not all them showed up
thanks,
Augusto
about 2 years ago
It does not use a proxy or API, this tool emulates human-run queries, with a time limit to prevent it from being blocked.
The results are parsed from a normal results page, using a crawler bot that I modified from a version I found in PHP Classes. If you are interested in the source code you can download the source code from the article page and read through it, it is commented so it should be easy.
Thanks for the interest!