

declare (strict_types=1);
namespace ElementorProDeps\DI;

use ElementorProDeps\DI\Definition\ArrayDefinitionExtension;
use ElementorProDeps\DI\Definition\EnvironmentVariableDefinition;
use ElementorProDeps\DI\Definition\Helper\AutowireDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\CreateDefinitionHelper;
use ElementorProDeps\DI\Definition\Helper\FactoryDefinitionHelper;
use ElementorProDeps\DI\Definition\Reference;
use ElementorProDeps\DI\Definition\StringDefinition;
use ElementorProDeps\DI\Definition\ValueDefinition;
if (!\function_exists('ElementorProDeps\\DI\\value')) {
    /**
     * Helper for defining a value.
     *
     * @param mixed $value
     */
    function value($value) : ValueDefinition
    {
        return new ValueDefinition($value);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\create')) {
    /**
     * Helper for defining an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function create(string $className = null) : CreateDefinitionHelper
    {
        return new CreateDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\autowire')) {
    /**
     * Helper for autowiring an object.
     *
     * @param string|null $className Class name of the object.
     *                               If null, the name of the entry (in the container) will be used as class name.
     */
    function autowire(string $className = null) : AutowireDefinitionHelper
    {
        return new AutowireDefinitionHelper($className);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\factory')) {
    /**
     * Helper for defining a container entry using a factory function/callable.
     *
     * @param callable $factory The factory is a callable that takes the container as parameter
     *                          and returns the value to register in the container.
     */
    function factory($factory) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($factory);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\decorate')) {
    /**
     * Decorate the previous definition using a callable.
     *
     * Example:
     *
     *     'foo' => decorate(function ($foo, $container) {
     *         return new CachedFoo($foo, $container->get('cache'));
     *     })
     *
     * @param callable $callable The callable takes the decorated object as first parameter and
     *                           the container as second.
     */
    function decorate($callable) : FactoryDefinitionHelper
    {
        return new FactoryDefinitionHelper($callable, \true);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\get')) {
    /**
     * Helper for referencing another container entry in an object definition.
     */
    function get(string $entryName) : Reference
    {
        return new Reference($entryName);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\env')) {
    /**
     * Helper for referencing environment variables.
     *
     * @param string $variableName The name of the environment variable.
     * @param mixed $defaultValue The default value to be used if the environment variable is not defined.
     */
    function env(string $variableName, $defaultValue = null) : EnvironmentVariableDefinition
    {
        // Only mark as optional if the default value was *explicitly* provided.
        $isOptional = 2 === \func_num_args();
        return new EnvironmentVariableDefinition($variableName, $isOptional, $defaultValue);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\add')) {
    /**
     * Helper for extending another definition.
     *
     * Example:
     *
     *     'log.backends' => DI\add(DI\get('My\Custom\LogBackend'))
     *
     * or:
     *
     *     'log.backends' => DI\add([
     *         DI\get('My\Custom\LogBackend')
     *     ])
     *
     * @param mixed|array $values A value or an array of values to add to the array.
     *
     * @since 5.0
     */
    function add($values) : ArrayDefinitionExtension
    {
        if (!\is_array($values)) {
            $values = [$values];
        }
        return new ArrayDefinitionExtension($values);
    }
}
if (!\function_exists('ElementorProDeps\\DI\\string')) {
    /**
     * Helper for concatenating strings.
     *
     * Example:
     *
     *     'log.filename' => DI\string('{app.path}/app.log')
     *
     * @param string $expression A string expression. Use the `{}` placeholders to reference other container entries.
     *
     * @since 5.0
     */
    function string(string $expression) : StringDefinition
    {
        return new StringDefinition($expression);
    }
}
{"id":15318,"date":"2025-09-16T02:19:29","date_gmt":"2025-09-16T02:19:29","guid":{"rendered":"https:\/\/kolbepezeshk.ir\/?p=15318"},"modified":"2025-10-11T12:15:11","modified_gmt":"2025-10-11T12:15:11","slug":"mastering-authenticity-deep-strategies-to-optimize-micro-influencer-collaborations","status":"publish","type":"post","link":"https:\/\/kolbepezeshk.ir\/?p=15318","title":{"rendered":"Mastering Authenticity: Deep Strategies to Optimize Micro-Influencer Collaborations"},"content":{"rendered":"<div style=\"margin-bottom: 30px; font-size: 1.1em; line-height: 1.6; color: #34495e;\">\n<p>In the rapidly evolving landscape of influencer marketing, authenticity remains the cornerstone of effective micro-influencer collaborations. While Tier 2 offers a comprehensive overview of selecting and managing influencers, this deep dive focuses on actionable, expert-level techniques to ensure every touchpoint\u2014from vetting to post-campaign analysis\u2014maximizes genuine content creation. We will explore concrete processes, advanced tools, and nuanced strategies to embed authenticity into your influencer partnerships, moving beyond surface-level tactics to cultivate real, lasting engagement.<\/p>\n<p>For a broader understanding of the foundational context, refer to <a href=\"{tier2_url}\" style=\"color: #2980b9; text-decoration: none;\">this detailed Tier 2 guide on authentic content<\/a>. Building on that, we now delve into the specific methodologies that turn theory into practice.<\/p>\n<\/div>\n<h2 style=\"font-size: 1.75em; margin-top: 40px; margin-bottom: 20px; color: #2c3e50;\">1. Selecting and Vetting Micro-Influencers for Authentic Content<\/h2>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">a) Developing a Criteria Checklist for Genuine Engagement and Content Quality<\/h3>\n<p><strong>Step-by-step process:<\/strong> Create a detailed checklist that evaluates influencer authenticity through multiple dimensions:<\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Engagement Rate Consistency:<\/strong> Calculate engagement rate (likes + comments \/ followers). Look for consistent engagement over time, not just spikes during campaigns.<\/li>\n<li><strong>Audience Quality:<\/strong> Use tools like <em>HypeAuditor<\/em> or <em>Nielsen<\/em> to verify follower demographics, avoiding fake followers.<\/li>\n<li><strong>Content Originality:<\/strong> Review past posts for unique voice, storytelling, and personal narratives\u2014indicators of genuine influence.<\/li>\n<li><strong>Authenticity Indicators:<\/strong> Check for candid, unfiltered content, and absence of overly promotional language.<\/li>\n<\/ul>\n<p><strong>Tip:<\/strong> Assign quantitative scores for each criterion, creating a composite authenticity index to rank potential influencers.<\/p>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">b) Utilizing Advanced Search Filters and Tools to Identify Authentic Micro-Influencers<\/h3>\n<p><strong>Implementation:<\/strong> Use platforms like <em>Traackr<\/em>, <em>Upfluence<\/em>, or <em>Heepsy<\/em> that allow filtering by engagement authenticity scores, follower growth stability, and content originality metrics.<\/p>\n<table style=\"width: 100%; border-collapse: collapse; margin-top: 15px; margin-bottom: 30px; font-family: Arial, sans-serif;\">\n<tr style=\"background-color: #ecf0f1;\">\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Tool<\/th>\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Key Features<\/th>\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Best Use Case<\/th>\n<\/tr>\n<tr>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Traackr<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Authenticity scoring, audience quality, engagement metrics<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Deep vetting of influencer authenticity<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Heepsy<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Fake follower detection, engagement analytics<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Quick filtering for authentic <a href=\"https:\/\/www.bentmen.net\/the-critical-role-of-accessibility-features-in-modern-gaming-experiences\/\" target=\"_blank\" rel=\"noopener\">profiles<\/a><\/td>\n<\/tr>\n<\/table>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">c) Conducting In-Depth Profile Analysis: Authenticity Indicators and Past Content Review<\/h3>\n<p><strong>Actionable steps:<\/strong><\/p>\n<ol style=\"margin-left: 20px; list-style-type: decimal; color: #34495e;\">\n<li><strong>Manual Content Audit:<\/strong> Review 20-30 recent posts for signs of genuine storytelling, spontaneous moments, and personal voice. Use a standardized rubric to rate authenticity.<\/li>\n<li><strong>Comment Quality Assessment:<\/strong> Analyze comment threads for real conversations, not bot activity or generic responses.<\/li>\n<li><strong>Video and Stories Analysis:<\/strong> Prioritize ephemeral and video content, which tends to be more authentic due to lower production value.<\/li>\n<li><strong>Historical Engagement Trends:<\/strong> Use tools like <em>Iconosquare<\/em> or <em>Socialbakers<\/em> to examine follower engagement over time, identifying sudden spikes that may indicate purchased followers.<\/li>\n<\/ol>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">d) Implementing a Multi-Stage Vetting Process with Sample Content Requests and Personal Outreach<\/h3>\n<p><strong>Structured approach:<\/strong><\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Stage 1: Digital Profile Screening:<\/strong> Use the above criteria to shortlist candidates.<\/li>\n<li><strong>Stage 2: Sample Content Submission:<\/strong> Request a specific type of content\u2014e.g., a story about a personal experience related to your brand\u2014with clear guidelines but room for creative interpretation.<\/li>\n<li><strong>Stage 3: Personal Outreach:<\/strong> Initiate direct contact via email or social media to discuss their values, story ideas, and ensure alignment.<\/li>\n<li><strong>Stage 4: Pilot Collaboration:<\/strong> Engage in a small-scale test campaign to observe content authenticity and influencer responsiveness.<\/li>\n<\/ul>\n<h2 style=\"font-size: 1.75em; margin-top: 40px; margin-bottom: 20px; color: #2c3e50;\">2. Crafting Clear and Authentic Collaboration Briefs<\/h2>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">a) How to Communicate Expectations While Preserving Creative Freedom<\/h3>\n<p><strong>Practical tips:<\/strong><\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Use a Narrative Framework:<\/strong> Outline the story or message you want to convey, then invite influencers to craft their version within that context.<\/li>\n<li><strong>Set Core Values, Not Scripts:<\/strong> Specify brand voice, key themes, and authenticity standards without dictating exact language or visuals.<\/li>\n<li><strong>Encourage Personal Touches:<\/strong> Ask influencers to include personal anecdotes, humor, or cultural references to maintain authenticity.<\/li>\n<\/ul>\n<blockquote style=\"border-left: 4px solid #2980b9; padding-left: 10px; margin-top: 20px; font-style: italic; color: #7f8c8d;\"><p>\n&#8220;Authentic collaboration hinges on trust\u2014trust influencers to tell their stories their way, aligned with your brand values.&#8221;<\/p><\/blockquote>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">b) Including Explicit Guidelines on Authenticity and Brand Voice<\/h3>\n<p><strong>Implementation:<\/strong> Develop a detailed but flexible guideline document covering:<\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Language Tone:<\/strong> Describe the desired tone\u2014casual, humorous, heartfelt\u2014tailored to the influencer\u2019s style.<\/li>\n<li><strong>Content Authenticity:<\/strong> Clarify that sponsored content should reflect genuine experiences, avoiding overly scripted or promotional language.<\/li>\n<li><strong>Visual Style:<\/strong> Provide visual mood boards that emphasize natural lighting, candid shots, and minimal editing.<\/li>\n<\/ul>\n<p><strong>Tip:<\/strong> Include sample captions or scripts showcasing authentic messaging to serve as reference points.<\/p>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">c) Providing Examples of Past Successful Content to Guide Micro-Influencers<\/h3>\n<p>Share case studies or portfolio snippets demonstrating:<\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li>Posts where storytelling creates emotional resonance.<\/li>\n<li>Content with high engagement metrics driven by authenticity.<\/li>\n<li>Visuals that align with your brand voice but showcase influencer creativity.<\/li>\n<\/ul>\n<p>Use these as benchmarks, not templates, emphasizing the importance of personal expression within brand parameters.<\/p>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">d) Setting Transparent Deliverables and Performance Metrics<\/h3>\n<p><strong>Action plan:<\/strong><\/p>\n<ol style=\"margin-left: 20px; list-style-type: decimal; color: #34495e;\">\n<li><strong>Define Content Types:<\/strong> Specify posts, stories, reels, or videos, with flexible guidelines for format and tone.<\/li>\n<li><strong>Set Authenticity KPIs:<\/strong> Measure qualitative aspects like storytelling quality, emotional engagement, and audience response, alongside quantitative metrics.<\/li>\n<li><strong>Performance Tracking:<\/strong> Use UTM links, custom hashtags, and engagement analytics to monitor campaign impact.<\/li>\n<li><strong>Feedback Loop:<\/strong> Schedule post-publication check-ins to gather influencer insights and refine future briefs.<\/li>\n<\/ol>\n<h2 style=\"font-size: 1.75em; margin-top: 40px; margin-bottom: 20px; color: #2c3e50;\">3. Facilitating Creative Freedom While Ensuring Authenticity<\/h2>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">a) Developing Flexible Content Frameworks That Encourage Personal Expression<\/h3>\n<p><strong>Technique:<\/strong> Create a content template that includes core message points but leaves room for personal storytelling:<\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Core Message:<\/strong> A brief statement of the brand\u2019s key value or benefit.<\/li>\n<li><strong>Open-Ended Prompts:<\/strong> Questions like &#8220;Share a moment when this product made a difference for you&#8221; foster genuine responses.<\/li>\n<li><strong>Visual Guidelines:<\/strong> Emphasize natural settings, candid shots, and minimal editing to preserve authenticity.<\/li>\n<\/ul>\n<p><strong>Example:<\/strong> Instead of script-driven content, ask influencers to document &#8220;A day in my life using our product&#8221; with minimal directives, encouraging authentic storytelling.<\/p>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">b) Strategies for Encouraging Storytelling and Personal Narratives<\/h3>\n<p><strong>Implementation steps:<\/strong><\/p>\n<ol style=\"margin-left: 20px; list-style-type: decimal; color: #34495e;\">\n<li><strong>Provide Narrative Frameworks:<\/strong> Offer storytelling structures\u2014e.g., beginning, challenge, resolution\u2014that influencers can adapt.<\/li>\n<li><strong>Share Personal Prompts:<\/strong> Example prompts: &#8220;Describe a challenge you overcame with this product&#8221; or &#8220;How does this product fit into your daily routine?&#8221;<\/li>\n<li><strong>Facilitate Authentic Voice:<\/strong> Encourage influencers to use their own voice, avoiding canned phrases or overly polished language.<\/li>\n<\/ol>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">c) Using Open-Ended Prompts to Inspire Genuine Content Creation<\/h3>\n<p><strong>Effective prompts:<\/strong> Design questions that stimulate storytelling rather than yes\/no answers, such as:<\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li>&#8220;Share a personal story related to your experience with this product.&#8221;<\/li>\n<li>&#8220;Describe how this product changed your routine or mindset.&#8221;<\/li>\n<li>&#8220;Show us a behind-the-scenes look at how you incorporate this into your day.&#8221;<\/li>\n<\/ul>\n<blockquote style=\"border-left: 4px solid #2980b9; padding-left: 10px; margin-top: 20px; font-style: italic; color: #7f8c8d;\"><p>\n&#8220;Open-ended prompts unlock authentic narratives\u2014avoid script-like directives that stifle genuine expression.&#8221;<\/p><\/blockquote>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">d) Examples of Successful Authentic Campaigns with Creative Freedom<\/h3>\n<p><strong>Case example:<\/strong> A skincare brand partnered with micro-influencers by providing a basic product description and story prompts, then allowing influencers to craft their own content. The result was a series of candid &#8220;day-in-the-life&#8221; stories that resonated deeply with audiences, achieving a 35% higher engagement rate than scripted campaigns.<\/p>\n<p>This approach demonstrates that preserving creative freedom enhances authenticity and audience trust, ultimately driving better campaign outcomes.<\/p>\n<h2 style=\"font-size: 1.75em; margin-top: 40px; margin-bottom: 20px; color: #2c3e50;\">4. Monitoring and Ensuring Authenticity During Content Creation<\/h2>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">a) Real-Time Content Review Processes and Feedback Loops<\/h3>\n<p><strong>Actionable steps:<\/strong><\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Establish Clear Checkpoints:<\/strong> Schedule review milestones during content creation\u2014after storyboard submission, rough cuts, and final drafts.<\/li>\n<li><strong>Use Collaborative Platforms:<\/strong> Employ tools like <em>Frame.io<\/em> or <em>Google Drive<\/em> for seamless review and comments.<\/li>\n<li><strong>Provide Constructive, Specific Feedback:<\/strong> Focus on authenticity indicators\u2014&#8221;The candidness in this shot really captures your personality,&#8221; rather than generic approval.<\/li>\n<\/ul>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">b) Using Sentiment Analysis and Content Authenticity Tools<\/h3>\n<p><strong>Implementation:<\/strong> Leverage AI-driven tools like <em>Brandwatch<\/em> or <em>Crimson Hexagon<\/em> to analyze audience comments, detecting negative sentiment or signs of inauthenticity.<\/p>\n<table style=\"width: 100%; border-collapse: collapse; margin-top: 15px; font-family: Arial, sans-serif;\">\n<tr style=\"background-color: #ecf0f1;\">\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Tool<\/th>\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Functionality<\/th>\n<th style=\"border: 1px solid #bdc3c7; padding: 8px;\">Application<\/th>\n<\/tr>\n<tr>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Brandwatch<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Sentiment analysis, trend detection<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Monitoring audience reactions for authenticity signals<\/td>\n<\/tr>\n<tr>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Crimson Hexagon<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Deep content analysis, fake engagement detection<\/td>\n<td style=\"border: 1px solid #bdc3c7; padding: 8px;\">Authenticity validation during and after campaign<\/td>\n<\/tr>\n<\/table>\n<h3 style=\"font-size: 1.5em; margin-top: 30px; margin-bottom: 15px; color: #34495e;\">c) Recognizing and Addressing Signs of Inauthenticity or Over-Branding<\/h3>\n<p><strong>Signs to monitor:<\/strong><\/p>\n<ul style=\"margin-left: 20px; list-style-type: disc; color: #34495e;\">\n<li><strong>Overly Polished Content:<\/strong> Lack of spontaneity or natural speech patterns.<\/li>\n<li><strong>Generic Language:<\/strong> Use of boilerplate phrases rather than personal stories.<\/li>\n<li><strong>Discrepancies:<\/strong> Mismatch between influencer\u2019s usual style and sponsored content tone.<\/li>\n<\/ul>\n<p><strong>Action:&lt;\/strong<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the rapidly evolving landscape of influencer marketing, authenticity remains the cornerstone of effective micro-influencer collaborations. While Tier 2 offers a comprehensive overview of selecting and managing influencers, this deep dive focuses on actionable, expert-level techniques to ensure every touchpoint\u2014from vetting to post-campaign analysis\u2014maximizes genuine content creation. We will explore concrete processes, advanced tools, and [&hellip;]<\/p>\n","protected":false},"author":36,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-15318","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/15318","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/users\/36"}],"replies":[{"embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15318"}],"version-history":[{"count":1,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/15318\/revisions"}],"predecessor-version":[{"id":15319,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=\/wp\/v2\/posts\/15318\/revisions\/15319"}],"wp:attachment":[{"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15318"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=15318"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kolbepezeshk.ir\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=15318"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}