Hi,
I am currently in the process of developing a new search for http://www.ogbit.com.
To give abit of background about the site..it is a business to business directory that has some customers that pay for listings. These paid for listing include a company logo on the search results.
As you can currently see on the site, when you search for a term eg. shipping containers, the paid for companies have their logo displayed on the search results page.
Using Zoom, I am currently using:
<meta name="ZOOMTITLE" content="<%= adoRs("CompanyName") %>" />
<meta name="ZOOMDESCRIPTION" content="<%= adoRs("SummaryProfile") %>" />
<meta name="ZOOMIMAGE" content="http://www.ogbit.com/images/company/<%= strCompanyID %>/lgoLogo.gif" />
which is pulling in dynamic content from the database for each results.
My question is...is this the best way to produce custom titles / descriptions and images. Also, if the company is not a paid for company, there wont be an image at the location specified so therefore ruining the layout of the search results page.
Also, it there a was of changing the HTML of the search results page. I would ideally like to add a "View more info from Company Name" link after each result..how would I go about doing this?
Thanks in advance
I am currently in the process of developing a new search for http://www.ogbit.com.
To give abit of background about the site..it is a business to business directory that has some customers that pay for listings. These paid for listing include a company logo on the search results.
As you can currently see on the site, when you search for a term eg. shipping containers, the paid for companies have their logo displayed on the search results page.
Using Zoom, I am currently using:
<meta name="ZOOMTITLE" content="<%= adoRs("CompanyName") %>" />
<meta name="ZOOMDESCRIPTION" content="<%= adoRs("SummaryProfile") %>" />
<meta name="ZOOMIMAGE" content="http://www.ogbit.com/images/company/<%= strCompanyID %>/lgoLogo.gif" />
which is pulling in dynamic content from the database for each results.
My question is...is this the best way to produce custom titles / descriptions and images. Also, if the company is not a paid for company, there wont be an image at the location specified so therefore ruining the layout of the search results page.
Also, it there a was of changing the HTML of the search results page. I would ideally like to add a "View more info from Company Name" link after each result..how would I go about doing this?
Thanks in advance
Comment