We are currently evaluating Zoom Search with a view to integrating into a WP 3.0 blog exceeding 200,000 pages. We understand the Enterprise version will suit our needs and realize that the cgi aspect may present some challenges further down the road but for now one step at a time.
We want the drop down menu feature to display suburbs and understand this requires the meta tag <meta name="SUBURB" content="Canberra" /> to be placed inside the header of a page.
By default WP supports Title, Description and Keywords meta fields. Inserting a custom meta tag is easily done on a post by post basis using Custom Fields and a plugin.
But creating en masse thousands and thousands of pages with custom meta tags escapes our current level of expertise. We can insert any type of tag in the content area without any difficulty, but not in the header.
As a work around we put the <meta name="SUBURB" content="Canberra" /> at the end of a default meta description field.
This WORKED - well almost. See here:
Look at the top left hand corner for the trailing code snippet - " />
Other than that the drop down menu works as described. Do you have a work around for the meta tag to be placed elsewhere? It won't work in the keywords meta - we tried that.
One more thing for now please. The results keep displaying the post content. We don't want that and have attempted to use the ZOOMSTOP tags without effect.
thanks
..
We want the drop down menu feature to display suburbs and understand this requires the meta tag <meta name="SUBURB" content="Canberra" /> to be placed inside the header of a page.
By default WP supports Title, Description and Keywords meta fields. Inserting a custom meta tag is easily done on a post by post basis using Custom Fields and a plugin.
But creating en masse thousands and thousands of pages with custom meta tags escapes our current level of expertise. We can insert any type of tag in the content area without any difficulty, but not in the header.
As a work around we put the <meta name="SUBURB" content="Canberra" /> at the end of a default meta description field.
This WORKED - well almost. See here:
Code:
http://www.states-background-check.com/blog/robinson-james-deakin-acupuncture-2/
Other than that the drop down menu works as described. Do you have a work around for the meta tag to be placed elsewhere? It won't work in the keywords meta - we tried that.
One more thing for now please. The results keep displaying the post content. We don't want that and have attempted to use the ZOOMSTOP tags without effect.
thanks
..
Comment