First of all Fantastic software! I purchased Zoom search engine at the start of the year and it has made my job amazingly easier so thank.
On my site I have 1100+ pages. I find your "Custom Meta Fields" very useful.
However to minimize on file sizes & not have to duplicate so much data within html page, could we use a wrapper around specific data?
For example my pages contains html structures like so:
<span class="CatTStyle">Category:</span>
<span class="CatStyle">BUILDERS</span>
<br>
<span class="BusTStyle">Business Name:</span>
<span class="BusStyle">Bobs Building Business</span>
<br>
<span class="PhTStyle">Phone:</span>
<span class="PhStyle"><a href="tel:555 5555"> 555 5555 <img src="img/call.png"></a></span>
<br>
<span class="AddrTStyle">Address:</span>
<span class="AddrStyle">1 Road St, Mellbourne, Australia</span>
<br>
<span class="EmlTStyle">Email:</span>
<span class="EmlStyle"><a href="mailto:email@emails.com">email@emails.com</a></span>
Rather than me having to copy each HTML data span into separate meta names for each of the 1000+ pages on my site.
eg. <meta name="business name" content='Bobs Building Business"'>
and so on....
Is there a way that I could just use a simple wrapper around each span element? and Zoom could read the html data in side each wrapper element.?
eg.
<span class="CatTStyle">Category:</span>
<!-- zoom-custom-data-field name='Category' -->
<span class="CatStyle">BUILDERS</span>
<!-- end-zoom-custom-data-field -->
<br>
<span class="BusTStyle">Business Name:</span>
<!-- zoom-custom-data-field name='Business Name' -->
<span class="BusStyle">Bobs Building Business</span>
<!-- end-zoom-custom-data-field -->
<span class="AddrTStyle">Address:</span>
<!-- zoom-custom-data-field name='Address' -->
<span class="AddrStyle">1 Road St, Mellbourne, Australia</span>
<!-- end-zoom-custom-data-field -->
Also all of my pages already has an <IMG> on it so if I could some how use wrapper to wrap around a <img> to reference ZOOMIMAGE also would be cool to.
I am not sure if any of this is possible with current version of zoom, If it is though, please let me know the wrapper code.
If not PLEASE, PLEASE, PLEASE add something like this to your next update as I believe it would make your already awesome product even Better..
I know it might seem like I am being lazy but there are many web developers I know that would buy Zoom in this feature alone. mainly because this feature would save me days & days of work, by using a simple batch Find & Replace developers like my self could simply wrap your code around custom html elements and presto we have custom search fields without having to create / duplicate additional data / meta data.
Cheers.
Sean.
On my site I have 1100+ pages. I find your "Custom Meta Fields" very useful.
However to minimize on file sizes & not have to duplicate so much data within html page, could we use a wrapper around specific data?
For example my pages contains html structures like so:
<span class="CatTStyle">Category:</span>
<span class="CatStyle">BUILDERS</span>
<br>
<span class="BusTStyle">Business Name:</span>
<span class="BusStyle">Bobs Building Business</span>
<br>
<span class="PhTStyle">Phone:</span>
<span class="PhStyle"><a href="tel:555 5555"> 555 5555 <img src="img/call.png"></a></span>
<br>
<span class="AddrTStyle">Address:</span>
<span class="AddrStyle">1 Road St, Mellbourne, Australia</span>
<br>
<span class="EmlTStyle">Email:</span>
<span class="EmlStyle"><a href="mailto:email@emails.com">email@emails.com</a></span>
Rather than me having to copy each HTML data span into separate meta names for each of the 1000+ pages on my site.
eg. <meta name="business name" content='Bobs Building Business"'>
and so on....
Is there a way that I could just use a simple wrapper around each span element? and Zoom could read the html data in side each wrapper element.?
eg.
<span class="CatTStyle">Category:</span>
<!-- zoom-custom-data-field name='Category' -->
<span class="CatStyle">BUILDERS</span>
<!-- end-zoom-custom-data-field -->
<br>
<span class="BusTStyle">Business Name:</span>
<!-- zoom-custom-data-field name='Business Name' -->
<span class="BusStyle">Bobs Building Business</span>
<!-- end-zoom-custom-data-field -->
<span class="AddrTStyle">Address:</span>
<!-- zoom-custom-data-field name='Address' -->
<span class="AddrStyle">1 Road St, Mellbourne, Australia</span>
<!-- end-zoom-custom-data-field -->
Also all of my pages already has an <IMG> on it so if I could some how use wrapper to wrap around a <img> to reference ZOOMIMAGE also would be cool to.
I am not sure if any of this is possible with current version of zoom, If it is though, please let me know the wrapper code.
If not PLEASE, PLEASE, PLEASE add something like this to your next update as I believe it would make your already awesome product even Better..
I know it might seem like I am being lazy but there are many web developers I know that would buy Zoom in this feature alone. mainly because this feature would save me days & days of work, by using a simple batch Find & Replace developers like my self could simply wrap your code around custom html elements and presto we have custom search fields without having to create / duplicate additional data / meta data.
Cheers.
Sean.
Comment