Fix Invalid value in field “priceSpecification” (in “offers”)

With recent Google changes in rich snippets, you may find your WooCommerce sites hit with this error. Investigate further, you see this error highlighted: For someone who don’t know much about code, this looks like Greek. However, the fix is quite simple, you need to remove that part. Remove priceSpecification Before doing this, make sure … Read more

Java EE Starter Project (Java 7 JAX-RS EJB)

When learning JavaEE the first time, it’s hard to find a project that you can click the triangle and see the code run like in Java SE. I’ve been finding projects like that and after countless hours, I’ve found one from Okta. With some modifications, I could get it up and running and also configure … Read more

Step by Step To Improve Google PageSpeed Insights Score

With Google place more weight on Core Web Vitals as a ranking factor, site owners have rushed to optimize servers, install various plugins to improve Google PageSpeed Insights Score. However, not many achieved success. To give an example, when you search for the keyword “how to improve google page speed score”, the result, as of … Read more

2 Easy Steps To Configure Docker logging with rsyslog

If you have problem configure Docker logging with rsyslog, this post may provide a quick solution. I, by no mean, say that this is the ultimate guide for docker & rsyslog configuration. However, the following configurations helped me achieve my goal. The desired goal Based on a requirement from a client, they want to store … Read more