<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Overdrive Partners with Aquent Healthcare Consulting to Launch SEO Compliant Website<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Partners with Aquent Healthcare Consulting to Launch SEO Compliant Website

posted by Meghan Haley @ Thursday, June 5, 2008 - 4:46 PM

Overdrive is happy to announce the launch of a new website for Aquent Healthcare Consulting. Overdrive worked with Aquent to develop an information architecture that allows the healthcare organization and professionals to easily learn about the large-scale international recruitment services that Aquent Healthcare Consulting provides. The design has a friendly, welcoming feel to help reinforce the fact that Aquent Healthcare Consulting understands the healthcare industry and has the experience to help healthcare organizations address their workforce planning needs. All of the architecture, design, and copy components consider SEO best practices. View the new Aquent Healthcare Consulting website at http://health.aquent.com/.


About Aquent Healthcare Consulting

Aquent Healthcare Consulting is one of the largest premier healthcare workforce planning consultants in the world, helping healthcare organizations attract, procure and retain skilled, experienced nurses and physical therapists. Aquent Healthcare Consulting's large-scale international recruitment program allows healthcare organizations to open physical therapist and nurse recruitment efforts as far as London/U.K. and Dubai/UAE. Get comprehensive, strategic workforce solutions for your organization, and build winning workforce strategies for the future.

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>