General WebSite Dev Questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have been approached by a company to do some work on their website. I am a
Web Developer but don't come from a Multimedia background.

The company is involved in Property Sales.

They want
1) To record the number of hits on each viewing of a property on their site.
How can this be done? Their site is just html.
2) They want to have Virtual tours for each property. How can this be done?
3) When people search for them via google they don't come in the top 10
results. How can this be improved?

Thanks in Advance.
 
They want
1) To record the number of hits on each viewing of a property on their
site.
How can this be done? Their site is just html.

Its probably already done in the IIS logs, you just need a weblog analyser
to view it. Alternatively, use some javascript to call a web page on
loading the html with the information when the page loads.
2) They want to have Virtual tours for each property. How can this be
done?

Loo,k at things like 360 tours on google - theres a million providers out
there.
3) When people search for them via google they don't come in the top 10
results. How can this be improved?

You need to learn about page rankings and how thyey work
http://www.thesitewizard.com/archive/google.shtml

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
 
Back
Top