Recommend this page to a friend! |
Download .zip |
Info | View files (3) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2009-08-04 (7 years ago) | Not enough user ratings | Total: 1,579 This week: 2 | All time: 2,415 This week: 591 |
Version | License | PHP version | Categories | |||
seotitle 1.0.0 | GNU Free Document... | 3.0 | HTML, Text processing, SEO |
Description | Author | ||||||||||||||||
This class can be used to analyze and report problems in page titles. Innovation Award
|
|
/********************************************************************** SeoTitle -- Check Title of a specified URL Authors : Sandeep Kumar (san4u49 [at] gmail [dot] com) Version : 1.0 /********************************************************************** What is Title? ****************************** <title>: the most important element of a quality Web page The <title> element in HTML is designed to provide a short piece of text that should stand for the document in cases such as: * window title bars * bookmark lists * result lists from search services A good title So take care to give your page a good title: not too short "Section One" won't help much when it shows up in a search results list. Section one of what?. Better: <title>Section One of the Modern Music Guide</title> or even better <title>Time Frame (the Modern Music Guide, Section 1)</title> not too long Because only 60 to 80 characters are displayed in many window titles, menus, etc.; you can give a more detailed/pleasant title in the top level heading of your document, e.g. <h1>Section One: When has the Modern Time Commenced, Musicwise?</h1> (with a link to the whole Modern Music Guide for context). /***************************************** About this Class /***************************************** This class will check title of specified url. ********************************************* Ex: ******************************************** $meta=New Seo_Title; $url=$_REQUEST['url']; if($url) { // show result $result=$meta->seoTitle($url); echo "<label>".$result['titleText']."</label>"; echo "<br>"; echo "<label style='color:red'> Result :".$result['title']."</label>"; **********************************************************************/ |
Files |
File | Role | Description |
---|---|---|
index.php | Example | example file |
readme.txt | Doc. | Documentation |
seoTitle.php | Class | Seo Title Class File |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
User Comments (1) | |||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.