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

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

<% Session.Add("service.name", "Search Optimization") Session.Add("service.image", "images/seo-services.jpg") Session.Add("service.description", _ "InnoTech can help to refine and optimize the performance " + _ "of your website on Bing and Google to help increase " + _ "traffic to your site. Increased traffic offers the " + _ "potential for increased revenue for your business.") Session.Add("service.url", "seo.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.seo")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.seo")) end if %>
<% 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 Marketing") Session.Add("service.image", "images/email-marketing.jpg") Session.Add("service.description", _ "InnoTech is a Constant Contact Partner. Our email " + _ "marketing services are Anti-SPAM compliant " + _ "and allow you to email a large number of " + _ "recipients to communicate News and promotional " + _ "information.") Session.Add("service.url", "email-marketing-solutions.aspx") Session.Add("service.tag", Session("tag.email-marketing")) If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.email-marketing")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.email-marketing")) end if %>
<% Session.Add("service.name", "Social Networking") Session.Add("service.image", "images/social-networking.jpg") Session.Add("service.description", _ "We can manage your social network " + _ "platforms, including Facebook, Twitter, Pinterest, " + _ "and more. We can help " + _ "improve your social network and free up your time to " + _ "focus on your business.") Session.Add("service.url", "social-networking.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.social")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.social")) end if %>
<% Session.Add("service.name", "Ecommerce Solutions") Session.Add("service.image", "images/services-ecommerce.jpg") Session.Add("service.description", _ "Our ecommerce solutions include complete online store " + _ "implementation with secure shopping carts, shipping and tax " + _ "calculations, coupon codes, and secure checkout with " + _ "all major credit cards.") Session.Add("service.url", "ecommerce-solutions.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.ecommerce")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.ecommerce")) end if %>
<% Session.Add("service.name", "Internet Advertising") Session.Add("service.image", "images/services-online-advertising.jpg") Session.Add("service.description", _ "InnoTech provides management services for " + _ "advertising on Google, Bing, and Facebook. These " + _ "advertising efforts can help to increase " + _ "traffic to your website and may lead to increased revenue " + _ "for your business.") Session.Add("service.url", "pay-per-click-advertising.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.pay-per-click")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.pay-per-click")) end if %>
<% Session.Add("service.name", "Branding + Brochures") Session.Add("service.image", "images/branding-services.jpg") Session.Add("service.description", _ "We can assist with branding your business to ensure " + _ "you have a consistent message and appearance across all your marketing " + _ "channels; including your logo, website, social networking, brochures, and more.") Session.Add("service.url", "branding-logos-brochures.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.branding")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.branding")) end if %>
<% Session.Add("service.name", "Advertising Services") Session.Add("service.image", "images/advertising-services.jpg") Session.Add("service.description", _ "Our advertising services allow you to focus on running your business while " + _ "we focus on managing your advertising campaigns on print, radio, or television. " + "We have the contacts and experience to help you succeed.") Session.Add("service.url", "advertising-services.aspx") If Session("seo.town-name") = "" then Session.Add("service.tag", Session("tag.advertising")) else Session.Add("service.tag", Session("service.name") + " for " + _ Session("seo.town-name") + ". " + Session("tag.advertising")) end if %>