yabdali
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Woocommerce-Product priceValidUntilThanks Sanjeev,
The practice followed by other plug-ins is set the validity for 1 year if the validity isn’t provided. Would it be possible to provide a work around? Maybe at least a code snippet to check if the price validity is not provided to it to expire 1year from the modified date? Thanks.
Note: I suspect that setting the validity date equal to the last modified date makes google exclude the pricing info!Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Local Business Structured DataHi @designextreme
Thanks for your prompt response. The LocalBusiness type is just fine, however, the travel agency (in my case) is the closest type of business. However, its still far from being relevant since its more to do with intermediaries rather than downstream parties such as Tour Operators (in my case). That’s why I suggested that you provide a textbox where people can add a reference to the additional type. Check the below code, if you run it using the validator.schema.org you will an idea of what I am aiming at.<div itemscope itemtype="https://schema.org/LocalBusiness"> <a itemprop="url" href="www.downtownaustintours.com"><div itemprop="name">Austin Tours Inc</div> </a> <div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <span itemprop="streetAddress">100 Congress Ave</span><br> <span itemprop="addressLocality">Austin</span>, <span itemprop="addressRegion">Texas</span> <span itemprop="postalCode">78701</span><br> <span itemprop="addressCountry">United States</span><br> <span itemprop="phone">(512) 111-2222</span> <div itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="30.263843"/> <meta itemprop="longitude" content="-97.744655"/> </div> </div> </div>
Regarding the logo, I see you use the property image which could be more relevant to products rather than a business listing. Also, the sameas property can be very handy to provide additional business social media accounts such as twitter, facebook, instagram etc… These two, the logo and sameas can be easily understood if you check the link below. The sameas can be either fixed number of rows for each of the social media platforms or can be just a button to provide a new textbox ‘add more’ for more than those. Some details about this in the second link. Hope these would help, thanks…
https://onlineownership.com/knowledge-graph-knowledge-panel-appearing-search-results/
https://www.w3.org/wiki/WebSchemas/sameAsHi,
I have the same problem. I had created an html shortcode for easy social icons about a month ago. Now, when I try to add an HTML section for social sharing widget shortcode, the HTML option doesn’t show-up in the options!