wp-parsely
wp-parsely copied to clipboard
The official WordPress plugin for Parse.ly - makes it a snap to add the required tracking code to enable Parse.ly on your WordPress site.
## Is your feature request related to a problem? WordPress 6.3 has introduced the ability to [register scripts with `async` and `defer` attributes](https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/). ## Describe the solution you'd like Check...
## Describe the bug We've got a couple of reports of a PHP fatal error occurring when AMP is enabled. Here are the reported error messages: ``` PHP message: PHP...
## Is your feature request related to a problem? We strive to write tests for all new code that is added to the plugin. Due to workload, sometimes tests come...
## Is your feature request related to a problem? I noticed a few strings and string comparisons being done within various parts of the codebase and wondered if we could...
## Is your feature request related to a problem? `Parsely->construct_parsely_metadata()` is getting deprecated in version 3.3.0 per #742. We should remove it in version 4.0.0. ## Describe the solution you'd...
## Is your feature request related to a problem? The Content Helper does not currently include information on what content is: - currently performing best on the site - that...
## Customer request For joint Parse.ly/WordPressVIP customers, there is an interest in adding some sort of AI chatbot to the WP instance that would allow a user to ask a...
There is currently a [Force HTTPS Canonicals setting](https://github.com/Parsely/wp-parsely/blob/c061f0b92b17d62f32570b007de07628977b7055/wp-parsely.php#L494-L505), that changes the protocol for URLs in the structured metadata, independently of whether the home_url() uses `https` or not. By default, this...
## Is your feature request related to a problem? Not all of our code's comments are in compliance with the [Inline Documentation Standards](https://developer.wordpress.org/coding-standards/inline-documentation-standards/). For example, the standard suggests that PHP...
There's an [API endpoint](https://www.parse.ly/help/integration/trigger-crawl) to instruct the service to re-crawl an Article: > Normally, articles are crawled during the first 24 hours after they are published when the metadata is...