SERPSight Testers Needed!
Visit SERPSight.com for the pre-beta tests. Free automated search engine result page tracking credits for the testers (this is open to anyone). Bonus credits for anyone who can find and report an exploit in the system.
Visit SERPSight.com for the pre-beta tests. Free automated search engine result page tracking credits for the testers (this is open to anyone). Bonus credits for anyone who can find and report an exploit in the system.
In need of an IP address on-the-fly that appears to be valid? Try this: View Code PYTHONfrom random import randrange def generateIP(): blockOne = randrange(0, 255, 1) blockTwo = randrange(0, 255, 1) blockThree = randrange(0, 255, 1) blockFour = randrange(0, 255, 1) print ‘Random IP: ‘ + str(blockOne) + ‘.’ + str(blockTwo) + ‘.’ [...]
Normally, simple KEI is created using the following formula where P is popularity and C is competition: KEI = P2/C This will get you in trouble. Not all competitors are the same and looking at just the number of indexed sites using an allintitle operator does not take this into account. For example, a football [...]
Google and the other big players in search all hate SEO. This is completely understandable (coming from the Director of Search Engine Optimization at a large web development firm). SEO is riddled with bad advice, grey areas and misinformation to the engines. The problem is not the profession, it’s the approach. Let’s step into the [...]
Can be run from the command line or in another application. Built for Python 2.4 with pyCURL View Code PYTHONimport sys, pycurl, re, time, string, urllib from datetime import date import xml.dom.minidom class WordZe: def __init__(self, key=’ADD YOUR KEY HERE’): self.apiKey = key self.caretakerObj = WordZeCaretaker() self.userAgent = ‘Mozilla/5.0 (Windows; U; Windows NT [...]
What did we (re)learn from all this? Don’t spam OR duplicate titles or descriptions in your site and add a sitemap with pre-populated searches for your in-house searching.