<% if Session("seo.town-name") Is Nothing Then Session.Add("seo.town-name", "") end if %>

<%=Session("seo.town-name")%> Business Services

<% Session.Add("service.name", "Business Listings") Session.Add("service.image", "images/google-bing-business-listing-services.jpg") Session.Add("service.description", _ "For local businesses with a physical location, store, or shop, " + _ "we can create and maintain business listings on Bing and Google to help local customers find you.") Session.Add("service.url", "google-bing-business-listings.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.business-listings")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.business-listings")) end if %>
<% Session.Add("service.name", "Email Accounts") Session.Add("service.image", "images/services-email-hosting.jpg") Session.Add("service.description", _ "Our email accounts provide unlimited storage " + _ "and full support for retrieving your email " + _ "on traditional computers, tablets, and smartphones.") Session.Add("service.url", "email-accounts.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.email-hosting")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.email-hosting")) end if %>
<% Session.Add("service.name", "Graphic Design") Session.Add("service.image", "images/services-graphic-design.jpg") Session.Add("service.description", _ "Our graphic design services include website graphics, " + _ "logos, banners, letterhead, business cards, advertisements, and more.") Session.Add("service.url", "graphic-design-services.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.graphic-design")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.graphic-design")) end if %>
<% Session.Add("service.name", "Software Development") Session.Add("service.image", "images/services-software-development.jpg") Session.Add("service.description", _ "Do you have an idea for a new app? Need a technology company to " + _ "partner with to make it happen? Contact InnoTech today!") Session.Add("service.url", "software-development.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.software-development")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.software-development")) end if %>
<% Session.Add("service.name", "Video Editing") Session.Add("service.image", "images/services-video-editing.jpg") Session.Add("service.description", _ "Our professional, affordable, video editing services " + _ "will help put the finishing touches on your video projects.") Session.Add("service.url", "video-editing-services.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.video-editing")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.video-editing")) end if %>