|
|
Search Engine Friendly ISAPI Filter
ISAPI Filters allow you to customize the behavior of an IIS web server. The Search Engine Friendly Filter allows you to disguise dynamic pages as static pages, helping to ensure that they are analyzed by search engines.
The Search Engine Friendly Filter has two tasks which it performs. Between them, these tasks allow dynamic web site content to appear as completely static. A number of search engines these days will catalog dynamic content, but even for those engines which do, a static page is 10 to 100 times more likely to be cataloged than a dynamic page.
Features:
Disguise dynamic content as a directory structure
Ability to cope with part of the query string disguised and part standard
Convert file extensions, for instance disguise ASP files as HTML files
Easy installation and administration
Apply to all web sites on a server, or only selected sites
In this day and age, two things determine how highly a web site is ranked in search engines. Relevant content, and links from other relevant sites. But the only way to determine these things is by scanning the content of your web site, and if you have a lot of dynamic content, most search engines will not notice it.
By adding the Search Engine Friendly Filter to your web site, you can assist the search engines in finding the important content they are searching for. This helps both you and them by directing interested people to your site. And that's what you really want, people visiting your site that are interested in what you have to offer.
Keywords: iis web server search engine isapi static pages asp filter rankings spider disguise dynamic pages be likely be crawled show people site track at once value ranges
|
|
|
VB 6.0 Code Viewer and Validator
The Code Viewer is an add-in for Visual Basic 6.0 which replaces most of the functionality of the Project Explorer. In addition, it provides you with a means of exploring the code layout in a compact a useful manner.
The viewer is laid out much like the Project Explorer, the different categories of file are listing in folders in the tree view.
Each time you open a file node, the code for that file is parsed and added to the treeview. When the node is closed, the lines are removed again to conserve resources.
If there is invalid code in the file, it will immediately be displayed for you in red text
By double clicking on a line, you will be taken to that line, allowing you to quickly examine and correct errors.
To put a file into a folder you have created, simply drag the object onto the destination folder, and it will be moved.
Once a folder has had files added to it, removing all the files from it will cause it to be removed from the list of folders, and it will have to be recreated if you want to use it again. New files will automatically be added to their proper folder type.
Keywords: visual basic add-in ide development tool code viewer validation vb add-in allow custom folders code viewing validation quick quote data creation
|