Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Use PHP to build a search engine optimization app, Part 1: Getting started

Track your SEO efforts with PHP, Derby, and some ingenuity

Tyler Anderson (tyleranderson5@yahoo.com), Freelance Writer, Stexar Corp.
Tyler Anderson formerly worked for DPMG.com, an SEO company, for whom he wrote proprietary SEO software. He graduated with a degree in computer science from Brigham Young University in 2004 and has just graduated with a Master of Science degree in Computer Engineering in December 2005, also from Brigham Young University. He is currently an engineer for Stexar Corp., based in Beaverton, Oregon. You can reach Tyler at tyleranderson5@yahoo.com.

Summary:  PHP, a dynamic Web-based programming language, takes a variety of input formats and uses a built-in SOAP client to obtain information from the Web. PHP, combined with applications using search engine optimization (SEO), is a powerful tool for obtaining information from major search engines, allowing this information to guide a webmaster's online marketing and SEO strategies. In Part 1 of this two-part "Use PHP to build a search engine optimization app" series, find out how to take advantage of these strategies by building the back end of an application to monitor and track your client's SEO efforts.

View more content in this series

Date:  14 Mar 2006
Level:  Intermediate PDF:  A4 and Letter (377 KB | 27 pages)Get Adobe® Reader®

Activity:  7773 views
Comments:  

Before you start

This tutorial is for PHP programmers and webmasters interested in learning about their search engine optimization (SEO) efforts. The example application accepts comma-separated values (CSV) files to obtain domain names and keyword combinations. The positions for each domain in a given search engine are obtained by taking the domain/keyword combinations to Google, Yahoo! and MSN. These results can then be downloaded in another CSV file containing the current positions of their domains.

About this series

This series creates a search engine optimization application that connects to search engines to obtain client positions for a given list of URLs and keywords. Matching results will be stored in an Apache Derby database for later processing.

Part 1 sets up and builds the back-end database and application in PHP. This includes code to retrieve positions from the three top search engines.

Part 2 adds functionality to search Ask Jeeves and the Open Directory Project. You'll also extend the database and application to automatically bill clients, and provide two summary files in CSV format.


About this tutorial

This tutorial sets up the back end of an example SEO application using PHP. Through PHP and HTML, a CSV file will be read in to obtain a mapping of URLs to a set of keywords. The keywords will then be submitted to the three major search engines (Google, Yahoo! and MSN) via PHP's SOAP client or simple REST, and matching results will be stored with the current date in a Derby database.


Prerequisites

The following tools are needed to follow along with this tutorial:

Web server
Any operating system and any Web server can be used. Feel free to use Apache V2.X or the IBM HTTP Server.
PHP
Due to the use of PHP data objects, PHP V5.1 or higher is required for this tutorial. Be sure to configure PHP with the following option to include support for Derby and the SOAP extensions: --with-pdo-odbc=ibm-db2,/home/db2inst1/sqllib --enable-soap. See Resources for information about configuring Apache or the IBM HTTP Server with PHP.
Database
This tutorial uses Apache Derby, which is open source and lightweight, the IBM DB2 JDBC Universal Driver, and the DB2 runtime client from IBM. Make sure that you have set your classpath appropriately by following the given instructions on each page. You can follow either the Linux® or Windows® instructions for installing and downloading the DB2® runtime client.

Cloudscape may also be used for this tutorial. The internals of Cloudscape are the same as Derby, however, the DB2 JDBC Universal Driver and other things are packaged into Cloudscape, and it is supported by IBM. Download Cloudscape V10.1, and the DB2 runtime client from IBM.
Java™ technology
Derby requires Java technology from Sun Microsystems or from IBM.
Developer and application tokens
Each major search engine requires that you pass along some sort of ID with your SOAP or REST request for search results. You need to get one from each of them: Google, Yahoo! and MSN.

This tutorial assumes basic PHP knowledge of PHP syntax, including assignments, for loops and functions, and so forth.

1 of 11 | Next

Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=Open source, Web development, SOA and Web services
ArticleID=105359
TutorialTitle=Use PHP to build a search engine optimization app, Part 1: Getting started
publish-date=03142006
author1-email=tyleranderson5@yahoo.com
author1-email-cc=troy@backstopmedia.com

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere).

My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Try IBM PureSystems. No charge.