Why is Google custom search not indexing my PageMap data? -


as proof of concept have set static page content below following same pattern example in google's documentation

i have created google custom search on url of page. however, custom search shows 0 results. on custom search console shows me, total indexed 0. there no crawl errors. have waited on 24 hours. have requested google index site under crawl options. need able set page indexed in custom search custom data types?

<html>    <head>     <!--    <pagemap>       <dataobject type="book">          <attribute name="title">the biomechanics of badminton          smash</attribute>          <attribute name="author">avelino t. lim</attribute>          <attribute name="description">the smash          explosive , aggressive stroke in badminton. elite athletes can          generate shuttlecock velocities of 370 km/h. perform          stroke, 1 must understand biomechanics involved, body          positioning wrist flexion. </attribute>          <attribute name="page_count">25</attribute>          <attribute name="rating">4.5</attribute>          <attribute name="last_update">05/05/2009</attribute>  		<attribute name="isbn">9999999999</attribute>  		<attribute name="lexile">123</attribute>  		<attribute name="library">ls</attribute>  		<attribute name="library">kpmid</attribute>       </dataobject>  	 <dataobject type="book">          <attribute name="title">the biomechanics of badminton          smash2</attribute>          <attribute name="author">avelino t. lim</attribute>          <attribute name="description">the smash          explosive , aggressive stroke in badminton. elite athletes can          generate shuttlecock velocities of 370 km/h. perform          stroke, 1 must understand biomechanics involved, body          positioning wrist flexion. </attribute>          <attribute name="page_count">25</attribute>          <attribute name="rating">4.5</attribute>          <attribute name="last_update">05/05/2009</attribute>  		<attribute name="isbn">99999999992</attribute>  		<attribute name="lexile">123</attribute>  		<attribute name="library">ls</attribute>  		<attribute name="library">kpmid</attribute>       </dataobject>          </pagemap>    -->    </head>     <body>     </body>  </html>


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -