<%@ 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: Google-Yelp Deal Could Create Powerful Local Marketing Tool<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Google-Yelp Deal Could Create Powerful Local Marketing Tool

posted by Melanie DAcchioli @ Monday, December 21, 2009 - 1:17 PM
For obvious reasons, local "mom and pop" businesses need to have different marketing tactics than large enterprises. What this means in the end, is that local businesses simply can't afford to advertise in the same places as their big-business counterparts. Even Google pay-per-click ads, which are low in cost, may be inefficient for some local businesses because the larger companies whom they compete against will inevitably show up in top positions and likely fill the first page, which is the most important place to be to generate impressions and clicks.

Google already has the Local Business Center, which has helped local businesses with smaller budgets to show up atop search results based on users' geography. However, if Google's $500 million+ acquisition of local business and review site Yelp goes through, this could really open up the local search advertising market. It would also help to generate more data about local markets for advertisers.

The benefit that Yelp would bring to Google is its hundreds of thousands of reviews on local businesses and services, across cities and towns large and small and every vertical you can imagine. According to Adam Bunn, head of SEO at Greenlight, the acquisition would give "direct access to structured data allowing them to reliably and accurately incorporate that data into their search results."

Additionally, Yelp has been building a powerful mobile search platform. According to John Havens, VP of social media at Porter Novelli (via TechNewsWorld), "Right now, Yelp has a tool called 'Monocle' - a user holds up a phone using the app and pans it from left to right. Let's say you are in San Francisco and want to find a coffee shop. You start panning the phone around, and you can see the icons for coffee shops, along with consumers' comments about each shop." Combined with Google's capabilities, this could become a huge and influential tool for local marketing worldwide.

According to MarketingVox, the Google/Yelp deal still has some kinks to work out and there are some doubts about its certainty. MarketingVox states, "...in fact, with its news made public participants reportedly fear that competitors may offer a higher bid for Yelp - a testament to the huge importance local business data has to the online search and ad community."

To read more about the pending acquisition, click here.

Source: MarketingVox

Labels: , , , ,

1 Comments:

Anonymous Search Marketing Local said...

Very informative article. I was hearing a lot about this and had to find what the buzz was about (hence the search). I agree with you that the smaller businesses must use more local search marketing strategies then larger businesses need to. However, smaller businesses seem to be rising up in the search engines!

January 13, 2010 at 12:20 AM  

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 %>