Search Engine Safe URLs presented by Ben Ellefson

Slides:



Advertisements
Similar presentations
Searching for Information Search engines vs. subscription services.
Advertisements

Getting Your Web Site Found. Meta Tags Description Tag This allows you to influence the description of your page with the web crawlers.
Chapter 16 The World Wide Web.
Introducing new web content management tools for Priority...
H YPERLINKING DIGITAL LIBRARIES ON THE WEB Juan Camilo Zapata ITEC – 810 Supervisor Robert Dale 1.
Chicago Band Connection Developed by Chutes & Ladders.
1 ETT 429 Spring 2007 Microsoft Publisher II. 2 World Wide Web Terminology Internet Web pages Browsers Search Engines.
CM143 - Web Week 2 Basic HTML. Links and Image Tags.
Chapter 14 Introduction to HTML
Google App Engine and Java Application: Clustering Internet search results for a person Aleksandar Kartelj Faculty of Mathematics,
The Internet & Web Browsers Business Webpage Design Kelly Seale.
Databases & Data Warehouses Chapter 3 Database Processing.
How Search Engines Work. Any ideas? Building an index Dan taylor Flickr Creative Commons.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
Welcome! Presenter: Sam Foster. Major Topics To Be Covered In This Presentation Content Management System Amazon, eBay, and Gun Broker Integration Shopping.
Chapter 16 The World Wide Web. 2 Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Write basic HTML.
Server-side Scripting Powering the webs favourite services.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
Creating Web Documents Questions on JavaScript (lecture, text)? Work on JavaScript examples and/or Project III Calculations Homework: experiment, research.
Here you are at your computer, but you don’t have internet connections. Your ISP becomes your link to the internet. In order to get access you need to.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
MIS 424 Professor Sandvig. Overview  Why Analytics?  Two major approaches:  Server logs  Google Analytics.
Web Searching. How does a search engine work? It does NOT search the Web (when you make a query) It contains a database with info on numerous Web sites.
Building a Search Engine Friendly ™ eCommerce Website ECMTA Webinar July 2008 Mountain Media is a trademarks of New Earth Technologies. All other logos/images.
McLean HIGHER COMPUTER NETWORKING Lesson 7 Search engines Description of search engine methods.
ITCS373: Internet Technology Lecture 5: More HTML.
200 pt 300 pt 400 pt 500 pt 100 pt 200 pt 300 pt 400 pt 500 pt 100 pt 200pt 300 pt 400 pt 500 pt 100 pt 200 pt 300 pt 400 pt 500 pt 100 pt 200 pt 300 pt.
Lecture 6 Title: Web Planning, Designing, Developing for E-Marketing By: Mr Hashem Alaidaros MKT 445.
The Business Model of Google MBAA 609 R. Nakatsu.
Creating an Effective Multimedia Project Susan Brown.
Internet for Teaching and Learning. Understanding the Web The Web is A collection of publicly accessible pages (web sites) on the Internet All use the.
Microsoft.com/dynamics/ax Microsoft Dynamics Marketplace TechNet MSDN Community.dynamics.com CustomerSource* and PartnerSource* InformationSource*
FW/1 - Framework One An introduction to the ColdFusion framework created by Sean Corfield. Presented by Ben Ellefson.
Solutions using Microsoft Content Management Server 2002 Connector for SharePoint Technologies Sue Corke Mark Harrison Microsoft UK.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Search Overview Search Features: WSS and Office Search Architecture Content Sources and.
Mark Levene, An Introduction to Search Engines and Web Navigation © Pearson Education Limited 2005 Slide 3.1 Chapter 3 : The Problem of Web Navigation.
Uncovering the Invisible Web. Back in the day… Students used to research using resources hand-picked by librarians and teachers. These materials were.
Digital Literacy Concepts and basic vocabulary. Digital Literacy Knowledge, skills, and behaviors used in digital devices (computers, tablets, smartphones)
Implementing and Using the SIRWEB Interface Setup of the CGI script and web procfile Connecting to your database using HTML Retrieving data using the CGI.
Google Custom Search Engine Presented by David Bickford Director, Arizona Health Sciences Library at the Phoenix Biomedical Campus October 21, 2015.
 A website, also written Web site, web site, or simply site, is a group of Web pages and related text, databases, graphics, audio, and video files that.
Ten Tips for Search Engine Marketing Stephan Spencer President, Netconcepts
Accessing XML Documents Using DOM ©NIITeXtensible Markup Language/Lesson 8/Slide 1 of 23 Objectives In this lesson, you will learn to: * Use XML DOM objects.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
WINDOW SEARCH SERVER Topics  Topology  High-level Architecture  Performance  WSS vs. MOSS Search Comparison  Search Server 2008.
Hit125 application concepts Types of links File paths & directory structures.
Don’t look at Me!. There are situation when you don’t want search engines digging through some files or indexing some pages. You create a file in the.
Web Design Terminology Unit 2 STEM. 1. Accessibility – a web page or site that address the users limitations or disabilities 2. Active server page (ASP)
Web Analytics and Reporting Michal Neuwirth Product Manager – Kentico Software.
Solving document management issues for over 30 years Bob Hawley (800) x140 Welcome to Metafile Information.
June 30, 2005 Public Web Site Search Project Update: 6/30/2005 Linda Busdiecker & Andy Nguyen Department of Information Technology.
1 Chapter 5 (3 rd ed) Your library is an excellent resource tool. Your library is an excellent resource tool.
Search Engine Optimization (SEO) Presentation By Celina Jonesi Small Business Seo – KG Tech.
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
Jeff Coughlin FarCry 3.0 An Overview Jeff Coughlin
Multi-Vendor Marketplace Script | Multi-Vendor Ecommerce solutions
Google search console customer service phone number Call
Search Engines & Subject Directories
Web & Databases Dania Bilal IS 530 Fall 2006.
Search Engine Optimization Pete Freitag, CTO CFDEV.COM
Identify Different Chinese People with Identical Names on the Web
Search Engines & Subject Directories
Chapter 7 Searching Your Products
CS 4722 Computer Graphics and Multimedia Spring 2018
Linking to files from your myASU course site
Presentation transcript:

Search Engine Safe URLs presented by Ben Ellefson

Definitions Static URL -A static URL is a URL that contains no variables, even is the page itself is dynamic. -(i.e. Dynamic URL -A dynamic URL is a URL that contains variable name pairs. -(i.e.

The Problem Google and other search engines struggle to spider dynamic pages and do not fully index them. This can lead to significantly less visibility on Google and other search engines.

The Solution Trick the search engines into thinking your dynamic URL is a Static URL. This is done by reformatting the URL –Change: –To:

Execution Step 1 –Reformat your URLs Step 2 –Create function to extract the url scope variables.

Step 1 Convert all ? And & to / Convert all = to : Add full path ( to the beginning of all links and file paths. Add /index.html at the end of all links.

Reformatted Code Change: To:

Step 2 Create User Defined Function to extract the url scope variables. – Search-Engine-Safe-SES-URLs.htm This function must be called in the Application.cfm

UDF Code function SES() { var UrlVars=ReReplaceNoCase(trim(cgi.Path_Info), '.+\.cfm/? *', ''); var loopcount=ListLen(urlvars, '/'); var potential=""; if (cgi.script_name EQ cgi.path_info) return 0; for(i=1;i LTE loopcount; i=i+1) { potential=trim(listgetat(UrlVars, i, '/')); if (ReFindNoCase('^[a-z][a-z0-9_]*:.*', potential)) SetVariable('URL.'&listfirst(potential,':'),listlast(potential,':')); } return 1; } This function was created by Michael Dinowitz and posted in Fusion Authority article located at

Questions?

Examples –A free web portal where users can fully customize the style and every link displayed. –An e-Commerce site selling specialty dog treats.

Credits PowerPoint created and presentation by Ben Ellefson, ElfPro LLC User Defined Function created by Michael Dinowitz and posted in Fusion Authority article located at Search-Engine-Safe-SES-URLs.htm