Title: Parse.ly
Author: Parse.ly
Published: <strong>15.07.2012</strong>
Last modified: 26.08.2026

---

Шукати плагіни

![](https://ps.w.org/wp-parsely/assets/banner-772x250.png?rev=2661264)

![](https://ps.w.org/wp-parsely/assets/icon-256x256.png?rev=2514459)

# Parse.ly

 Від автора [Parse.ly](https://profiles.wordpress.org/parsely/)

[Завантажити](https://downloads.wordpress.org/plugin/wp-parsely.3.24.1.zip)

 * [Деталі](https://uk.wordpress.org/plugins/wp-parsely/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/wp-parsely/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/wp-parsely/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/wp-parsely/#developers)

 [Підтримка](https://wordpress.org/support/plugin/wp-parsely/)

## Опис

Designed and built for digital publishers, Parse.ly helps you understand how your
audience is connecting to your content.

Thousands of writers, editors, site managers, and technologists already use Parse.
ly to understand what content draws in website visitors, and why. Using our powerful
dashboards and APIs, customers build successful digital strategies that allow them
to grow and engage a loyal audience.

Join industry leaders — like NBA, Slate, News Corp, and Condé Nast — who already
use Parse.ly to bring clarity to content, audience, and analytics.

Feedback, suggestions, questions or concerns? Open a new [GitHub issue](https://github.com/Parsely/wp-parsely/issues)
or email us at [support@parsely.com](https://uk.wordpress.org/plugins/wp-parsely/support@parsely.com?output_format=md).
We always want to hear from you!

**NOTE:** The plugin requires an active Parse.ly account. [Sign up for a free Parse.ly demo](https://www.parsely.com/getdemo?utm_medium=referral&utm_source=wordpress.org&utm_content=wp-parsely).

### Features

The wp-parsely plugin is packed with features that allow for a seamless integration
process, and brings the power of the Parse.ly dashboard into WordPress.

#### Automated integration

The plugin automatically inserts the Parse.ly metadata and JavaScript in all published
pages and posts (Custom Post Types are supported). It also provides a settings page
to customize your integration, with options including:
 – Output Parse.ly metadata
as [JSON-LD](https://docs.parse.ly/metadata-jsonld/) or [repeated meta tags](https://docs.parse.ly/metatags/).–
Choose whether logged-in users should be tracked. – Define how to track every Post
Type (as Post, Non-Post or no tracking).

#### Parse.ly Content Intelligence

[Content Intelligence](https://docs.parse.ly/plugin-content-intelligence/) is a 
set of content insight tools including:
 – The [Parse.ly Dashboard Widget](https://docs.parse.ly/plugin-content-intelligence/#h-dashboard)–
Displays the site’s top posts in the WordPress Dashboard. – The [Parse.ly Stats Column](https://docs.parse.ly/plugin-content-intelligence/#h-posts)–
Displays published post performance for the last 7 days in Post Lists. – The [Engagement Boost](https://docs.wpvip.com/parse-ly/parsely-features/engagement-boost/)
feature – Helps you increase page views and engagement by strategically placing 
links to key content within high-performing articles on your site. – The [Parse.ly Editor Sidebar](https://docs.parse.ly/plugin-content-intelligence/#h-editor)–
This sidebar is integrated into the WordPress Editor and offers insights about the
content currently being edited such as: – [Title Suggestions](https://docs.wpvip.com/parse-ly/parsely-features/title-suggestions/)–
Generates title suggestions for the post/page currently being edited. – [Smart Linking](https://docs.wpvip.com/parse-ly/parsely-features/smart-linking/)–
Automatically adds links to the current content that point to the most relevant 
and top-performing posts. – [Related Posts](https://docs.parse.ly/plugin-content-intelligence/#h-related-posts)–
Displays a list of the website’s most successful posts, similar to the post/page
currently being edited. – [Performance Stats](https://docs.parse.ly/plugin-content-intelligence/#h-see-performance-details)–
Displays performance metrics about the content currently being edited. – [Excerpt Suggestions](https://docs.wpvip.com/parse-ly/parsely-features/excerpt-suggestions/)–
Generates an excerpt suggestion for the post/page currently being edited, from the
Excerpt panel of the Post Editor’s settings.

#### The Parse.ly Recommendations Block

The plugin includes a [Recommendations Block](https://docs.parse.ly/recommendations-block/)
that displays a list of posts related to the currently viewed post/page. The Block
is useful for showcasing related content to visitors, and it can also be used in
Site Editing mode or as a [Block-based Widget](https://wordpress.org/documentation/article/block-based-widgets-editor/).

#### Advanced integrations support

While the plugin works out of the box for basic integrations, it offers a host of
features that easily allow for advanced integration scenarios:
 – Support for [Google Tag Manager, AMP, Google Web Stories and Cloudflare](https://docs.parse.ly/plugin-common-questions/#h-is-wp-parsely-compatible-with-amp-or-google-web-stories)
is included. – The plugin exposes the `wpParselyOnLoad` and `wpParselyOnReady` JavaScript
hooks that allow for advanced integrations requiring JavaScript, such as [Dynamic Tracking](https://docs.parse.ly/plugin-dynamic-tracking/).–
Support for WordPress [network/multisite](https://docs.parse.ly/plugin-common-questions/#h-is-wp-parsely-compatible-with-wordpress-network-multisite)
and [decoupled/headless](https://docs.parse.ly/decoupled-set-up/) (GraphQL and WP
Rest API) setups is included. – Last but not least, a wide range of hooks is available
in order to customize the plugin’s functionality even further.

### Documentation and resources

 * [Plugin Documentation](https://docs.parse.ly/wordpress-plugin-setup/).
 * [Commonly Asked Questions](https://docs.parse.ly/plugin-common-questions/).
 * [Changelog](https://github.com/parsely/wp-parsely/blob/trunk/CHANGELOG.md).

**IMPORTANT:** If you are a [WordPress VIP](https://wpvip.com/) customer, please
consult the [WordPress VIP documentation](https://docs.wpvip.com/parse-ly/) for 
more details.

### Sample Parse.ly metadata

The standard Parse.ly JavaScript tracker inserted before the closing `body` tag:

    ```
    <script id="parsely-cfg" data-parsely-site="example.com" src="https://cdn.parsely.com/keys/example.com/p.js"></script>
    ```

A sample `JSON-LD` structured data for a home page or section page:

    ```
    <script type="application/ld+json">
    {"@context":"http:\/\/schema.org","@type":"WebPage","headline":"WordPress VIP","url":"http:\/\/wpvip.com\/"}
    </script>
    ```

A sample `JSON-LD` meta tag and structured data for an article or post:

    ```
    <script type="application/ld+json">
    {"@context":"http:\/\/schema.org","@type":"NewsArticle","mainEntityOfPage":{"@type":"WebPage","@id":"http:\/\/wpvip.com\/2021\/04\/09\/how-the-wordpress-gutenberg-block-editor-empowers-enterprise-content-creators\/"},"headline":"How the WordPress Gutenberg Block Editor Empowers Enterprise Content Creators","url":"http:\/\/wpvip.com\/2021\/04\/09\/how-the-wordpress-gutenberg-block-editor-empowers-enterprise-content-creators\/","thumbnailUrl":"https:\/\/wpvip.com\/wp-content\/uploads\/2021\/04\/ladyatdesk.png?w=120","image":{"@type":"ImageObject","url":"https:\/\/wpvip.com\/wp-content\/uploads\/2021\/04\/ladyatdesk.png?w=120"},"dateCreated":"2021-04-09T15:13:13Z","datePublished":"2021-04-09T15:13:13Z","dateModified":"2021-04-09T15:13:13Z","articleSection":"Gutenberg","author":[{"@type":"Person","name":"Sam Wendland"}],"creator":["Sam Wendland"],"publisher":{"@type":"Organization","name":"The Enterprise Content Management Platform | WordPress VIP","logo":"https:\/\/wpvip.com\/wp-content\/uploads\/2020\/11\/cropped-favicon-dark.png"},"keywords":[]}
    </script>
    ```

### Contributing

Development, code hosting and issue tracking of this plugin happens on the [wp-parsely GitHub repository](https://github.com/Parsely/wp-parsely/).
Active development happens on the `develop` branch and releases are made off the`
trunk` branch.

To run the plugin locally or to contribute to it, please check the instructions 
in the [CONTRIBUTING](https://github.com/Parsely/wp-parsely/blob/develop/docs/CONTRIBUTING.md)
file.

## Скріншоти

[⌊The Parse.ly Dashboard Widget, showing the website's top posts.⌉⌊The Parse.ly 
Dashboard Widget, showing the website's top posts.⌉[

The Parse.ly Dashboard Widget, showing the website’s top posts.

[⌊The Parse.ly Stats Column (on the right), showing information about content that
is being tracked as Posts.⌉⌊The Parse.ly Stats Column (on the right), showing information
about content that is being tracked as Posts.⌉[

The Parse.ly Stats Column (on the right), showing information about content that
is being tracked as Posts.

[⌊The Parse.ly Engagement Boost feature.⌉⌊The Parse.ly Engagement Boost feature.⌉[

The Parse.ly Engagement Boost feature.

[⌊The Parse.ly Editor Sidebar, featuring the Title Suggestions panel.⌉⌊The Parse.
ly Editor Sidebar, featuring the Title Suggestions panel.⌉[

The Parse.ly Editor Sidebar, featuring the Title Suggestions panel.

[⌊The Parse.ly Editor Sidebar, featuring the Smart Linking panel.⌉⌊The Parse.ly 
Editor Sidebar, featuring the Smart Linking panel.⌉[

The Parse.ly Editor Sidebar, featuring the Smart Linking panel.

[⌊The Parse.ly Editor Sidebar, featuring the Related Posts panel.⌉⌊The Parse.ly 
Editor Sidebar, featuring the Related Posts panel.⌉[

The Parse.ly Editor Sidebar, featuring the Related Posts panel.

[⌊The Parse.ly Editor Sidebar, featuring the Performance Stats panel.⌉⌊The Parse.
ly Editor Sidebar, featuring the Performance Stats panel.⌉[

The Parse.ly Editor Sidebar, featuring the Performance Stats panel.

[⌊The Parse.ly Excerpt Suggestions in the Post Editor's settings.⌉⌊The Parse.ly 
Excerpt Suggestions in the Post Editor's settings.⌉[

The Parse.ly Excerpt Suggestions in the Post Editor’s settings.

[⌊The Recommendations Block, showcasing links to related content on your site.⌉⌊
The Recommendations Block, showcasing links to related content on your site.⌉[

The Recommendations Block, showcasing links to related content on your site.

[⌊A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empower
you to better understand how your content is performing.⌉⌊A view of the Parse.ly
Dashboard Overview. Parse.ly offers analytics that empower you to better understand
how your content is performing.⌉[

A view of the Parse.ly Dashboard Overview. Parse.ly offers analytics that empower
you to better understand how your content is performing.

## Блоки

Цей плагін надає 1 блок.

 *   Parse.ly Recommendations

## Встановлення

The plugin requires an active Parse.ly account. [Sign up for a free demo of Parse.ly](https://www.parsely.com/getdemo?utm_medium=referral&utm_source=wordpress.org&utm_content=wp-parsely).

For more information, please visit the [installation instructions](https://docs.parse.ly/wordpress-plugin-setup/)
in the official documentation.

## Часті питання

Please visit the [Commonly Asked Questions page](https://docs.parse.ly/plugin-common-questions/)
in the official documentation.

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“Parse.ly” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад
наступні учасники:

Учасники

 *   [ Parse.ly ](https://profiles.wordpress.org/parsely/)
 *   [ Alexander Lourenco ](https://profiles.wordpress.org/hbbtstar/)
 *   [ Jeff Bowen ](https://profiles.wordpress.org/jblz/)
 *   [ Mikey Arce ](https://profiles.wordpress.org/mikeyarce/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)
 *   [ Mike Sukmanowsky ](https://profiles.wordpress.org/parsely_mike/)
 *   [ Alex Cicovic ](https://profiles.wordpress.org/acicovic/)
 *   [ Mehmood Ahmad ](https://profiles.wordpress.org/mehmoodak/)
 *   [ Henrique Mouta ](https://profiles.wordpress.org/vaurdan/)

“Parse.ly” було перекладено на 18 локалізацій. Дякуємо [перекладачам](https://translate.wordpress.org/projects/wp-plugins/wp-parsely/contributors)
за їх роботу.

[Перекладіть “Parse.ly” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/wp-parsely)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/wp-parsely/), перегляньте
[сховище SVN](https://plugins.svn.wordpress.org/wp-parsely/) або підпишіться на 
[журнал розробки](https://plugins.trac.wordpress.org/log/wp-parsely/) за допомогою
[RSS](https://plugins.trac.wordpress.org/log/wp-parsely/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

Please visit the [changelog](https://github.com/parsely/wp-parsely/blob/trunk/CHANGELOG.md).

## Мета

 *  Версія **3.24.1**
 *  Останнє оновлення **18 години тому**
 *  Активних встановлень **1 000+**
 *  Версія WordPress ** 6.1 або вище **
 *  Tested up to **6.9.7**
 *  Версія PHP ** 7.4 або вище **
 *  Мови
 * [Arabic](https://ar.wordpress.org/plugins/wp-parsely/), [Chinese (China)](https://cn.wordpress.org/plugins/wp-parsely/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/wp-parsely/), [Dutch](https://nl.wordpress.org/plugins/wp-parsely/),
   [English (UK)](https://en-gb.wordpress.org/plugins/wp-parsely/), [English (US)](https://wordpress.org/plugins/wp-parsely/),
   [French (France)](https://fr.wordpress.org/plugins/wp-parsely/), [German](https://de.wordpress.org/plugins/wp-parsely/),
   [Hebrew](https://he.wordpress.org/plugins/wp-parsely/), [Indonesian](https://id.wordpress.org/plugins/wp-parsely/),
   [Italian](https://it.wordpress.org/plugins/wp-parsely/), [Japanese](https://ja.wordpress.org/plugins/wp-parsely/),
   [Korean](https://ko.wordpress.org/plugins/wp-parsely/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/wp-parsely/),
   [Russian](https://ru.wordpress.org/plugins/wp-parsely/), [Spanish (Chile)](https://cl.wordpress.org/plugins/wp-parsely/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/wp-parsely/), [Swedish](https://sv.wordpress.org/plugins/wp-parsely/)
   і [Turkish](https://tr.wordpress.org/plugins/wp-parsely/).
 *  [Перекладіть на свою мову](https://translate.wordpress.org/projects/wp-plugins/wp-parsely)
 * Позначки
 * [analytics](https://uk.wordpress.org/plugins/tags/analytics/)[content marketing](https://uk.wordpress.org/plugins/tags/content-marketing/)
   [statistics](https://uk.wordpress.org/plugins/tags/statistics/)[stats](https://uk.wordpress.org/plugins/tags/stats/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/wp-parsely/advanced/)

## Оцінки

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/wp-parsely/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-parsely/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-parsely/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-parsely/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-parsely/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-parsely/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-parsely/reviews/)

## Учасники

 *   [ Parse.ly ](https://profiles.wordpress.org/parsely/)
 *   [ Alexander Lourenco ](https://profiles.wordpress.org/hbbtstar/)
 *   [ Jeff Bowen ](https://profiles.wordpress.org/jblz/)
 *   [ Mikey Arce ](https://profiles.wordpress.org/mikeyarce/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)
 *   [ Mike Sukmanowsky ](https://profiles.wordpress.org/parsely_mike/)
 *   [ Alex Cicovic ](https://profiles.wordpress.org/acicovic/)
 *   [ Mehmood Ahmad ](https://profiles.wordpress.org/mehmoodak/)
 *   [ Henrique Mouta ](https://profiles.wordpress.org/vaurdan/)

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/wp-parsely/)