Florian Simeth
Forum Replies Created
-
Forum: Reviews
In reply to: [snip - Structured Data & Schema] Does not work wellHey there,
and thanks for going back! ?? Love to find out more about the ups and downs when using the plugin.(I would have contacted you before the review, but it was not easy ??
Oh really? An e-mail would have sufficed ??
Well.. if you just get warnings, that’s alright. Your Rich Snippet should appear anyway. Just make sure there are no (red) errors. Read more about it here: https://rich-snippets.io/errors-and-warnings-on-googles-structured-data-test-tool/
Of course you should fill as much properties as you can. However, that’s not always possible.
I just tested a bit more and found out it also depends on the exact search term,
Absolutely! It always depends on Google (not really on your snippet).
Greetings
Flo
Forum: Reviews
In reply to: [snip - Structured Data & Schema] Does not work wellHey there,
and thanks for your post.Did you check your post with Googles Structured Data Test Tool? Are there any errors and/or other schemas that you’re using?
You can also share an URL and I can have a look.
Forum: Plugins
In reply to: [Google Analytics Opt-Out] Add Class to ShortcodeYou’re welcome! ??
And you’re almost there. I would suggest to use str_replace. Depending on the code that you use inside the shortcode, this would be one way to do it:
return str_replace( '<a', '<a class="button-class"', $output );
Forum: Plugins
In reply to: [Google Analytics Opt-Out] Add Class to ShortcodeHey Dan,
and thanks for your question.Well… you could use the
do_shortcode_tag
filter for that. Are you familiar with PHP?Greetings
FloForum: Plugins
In reply to: [snip - Structured Data & Schema] Store front and bakeryI’ll close this ticket due to inactivity. Please feel free to open a new one if you need more information on this.
Forum: Plugins
In reply to: [snip - Structured Data & Schema] Getting help with Offer fieldsI’ll close this ticket due to inactivity. Please feel free to open a new one if you need more information on this.
Forum: Plugins
In reply to: [snip - Structured Data & Schema] All schema listI’ve updated the above list. Now the following schemas are also supported:
- https://schema.org/Clip
- https://schema.org/InteractionCounter
- https://schema.org/WatchAction
- https://schema.org/BroadcastEvent
- https://schema.org/DefinedRegion
- https://schema.org/ShippingDeliveryTime
- https://schema.org/Energy
- https://schema.org/NutritionInformation
- https://schema.org/VideoObject
- https://schema.org/HowToTip
- https://schema.org/HowToSupply
- https://schema.org/HowToTool
Forum: Plugins
In reply to: [snip - Structured Data & Schema] Getting help with Offer fieldsHey Darryl,
thanks for your comment. I hope you’re doing well today!I have a (quick) video in my Structured Data Course that shows how to create Structured Data for WooCommerce.
There is also a blog post Schema for WooCommerce.
However both don’t show how to use the category field type. This is because the category is currently no required field on Googles Reference for products. Even their examples don’t show how to use it correctly. I guess you’re good to go by just use the main category.
Cheers
FloForum: Reviews
In reply to: [snip - Structured Data & Schema] Plugin is youngThat is correct. You need the PRO version if you want to use schemas other than the default ones or add your own properties. If this were not the case, the free version would be the same as the PRO version and the whole project would not be able to finance itself ??
Forum: Plugins
In reply to: [snip - Structured Data & Schema] Store front and bakeryHey there,
and thanks for your question!What exact data do you want to use and what schema do you want to build?
Forum: Plugins
In reply to: [snip - Structured Data & Schema] All schema listHey there, and thanks for your comment! Sorry for my late response!
The PRO version supports all schemas that you can find on schema.org (currently around 800+). Here is a full list of that list.
This is the list of schemas that is currently supported in the FREE version:
- https://schema.org/Product
- https://schema.org/Article
- https://schema.org/Event
- https://schema.org/Review
- https://schema.org/FAQPage
- https://schema.org/Question
- https://schema.org/Organization
- https://schema.org/WebPage
- https://schema.org/Person
- https://schema.org/ImageObject
- https://schema.org/Place
- https://schema.org/VirtualLocation
- https://schema.org/Rating
- https://schema.org/Claim
- https://schema.org/HowTo
- https://schema.org/HowToStep
- https://schema.org/HowToSection
- https://schema.org/VideoObject
- https://schema.org/HowToDirection
- https://schema.org/HowToTip
- https://schema.org/Clip
- https://schema.org/LocalBusiness
- https://schema.org/PostalAddress
- https://schema.org/AggregateRating
- https://schema.org/GeoCoordinates
- https://schema.org/OpeningHoursSpecification
- https://schema.org/Video
- https://schema.org/Offer
- https://schema.org/QAPage
- https://schema.org/Answer
- https://schema.org/Recipe
- https://schema.org/ListItem
- https://schema.org/ItemList
- https://schema.org/BroadcastEvent
Hope that helps! ??
- This reply was modified 4 years, 2 months ago by Florian Simeth.
- This reply was modified 4 years, 2 months ago by Florian Simeth.
Forum: Plugins
In reply to: [Google Analytics Opt-Out] Compatibility with new Google Analytics 4Hey there,
yes, it should work. It seems to be the same code to disable tracking.Forum: Reviews
In reply to: [Google Analytics Opt-Out] Geiles ZeugYeah! ??
No need to worry. MonsterInsights just counts occurrences of the UA-number. This doesn’t necessarily mean that a page hit is tracked multiple times (at least not from my plugin).
Anyway, I’ve updated my plugin so that this error does not appear any longer (version 2.3.4).
Cheers ??
Forum: Plugins
In reply to: [Google Analytics Opt-Out] Can’t opt-out/close bannerThanks for reporting this. Will be fixed with the latest update (2.3.3) that I’ll publish later this day.