[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fjfTSCOhOJLGDwf0-qMBzsPDoEOglzDVFrS8pRHZs69U":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":20,"download_link":21,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24,"vulnerabilities":25,"developer":26,"crawl_stats":23,"alternatives":34,"analysis":130,"fingerprints":162},"jinx-breadcrumbs","Jinx-Breadcrumbs","0.2.11","Lukas Rydygel","https:\u002F\u002Fprofiles.wordpress.org\u002Flugat\u002F","\u003Cp>The plugin allows you to render breadcrumbs and configurate them with filters.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Use the function ‘jinx_breadcrumbs’ to render the breadcrumbs where you want them to be. You may overwrite the default arguments by passing an array to the function.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\n  if (function_exists('jinx_breadcrumbs')) :\n\n    jinx_breadcrumbs([\n      \u002F\u002F default args\n      'home' => __('Home', 'jinx-breadcrumbs'),\n      'search' => __('Search: \"%s\"', 'jinx-breadcrumbs'),\n      '404' => __('Error 404', 'jinx-breadcrumbs'),\n      'author' => __('Author: %s', 'jinx-breadcrumbs'),\n      'year' => 'Y',\n      'month' => 'F',\n      'day' => 'd',\n      'before' => '\u003Cnav aria-label=\"breadcrumb\">\u003Col>',\n      'after' => '\u003C\u002Fol>\u003C\u002Fnav>',\n      'before_item' => '\u003Cli%s>',\n      'after_item' => '\u003C\u002Fli>',\n    ]);\n\n  endif;\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You may also use the filter ‘jinx_jinx_breadcrumbs’ to overwrite them.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\n  add_filter('jinx_breadcrumbs', function($args) {\n\n    return array_merge($args, [\n      'home' => __('Start', 'cca'),\n      'search' => __('Your searched for \"%s\"', 'cca'),\n    ]);\n\n  });\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The plugin will automatically try to find the correct archive pages by using the rewrite slug of custom taxonomies and post types.\u003C\u002Fp>\n\u003Cp>If you may want to change this behavior, you may use some filters to manipulate the archive page.\u003C\u002Fp>\n\u003Cp>If you return NULL, the archive page will be removed.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\n  \u002F\u002F filters the archive page, passing the PID, type ('taxonomy' or 'post_type') and name (eg. 'video')\n  add_filter('jinx_breadcrumbs_archive', function($pid, $type, $name) {\n\n    return $pid;\n\n  }, 10, 3);\n\n  \u002F\u002F filters the archive page, passing the PID and name (eg. 'video')\n  \u002F\u002F the type is part of the filter (eg. 'jinx_breadcrumbs_archive_taxonomy')\n  add_filter('jinx_breadcrumbs_archive_{type}', function($pid, $name) {\n\n    return $pid;\n\n  }, 10, 2);\n\n  \u002F\u002F filters the archive page, passing the PID\n  \u002F\u002F the type and name are part of the filter (eg. 'jinx_breadcrumbs_archive_post_type_video')\n  add_filter('jinx_breadcrumbs_archive_{type}_{name}', function($pid) {\n\n    return $pid;\n\n  }, 10, 1);\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Simple yet powerful breadcrumbs for geeks",0,905,"2021-06-04T17:05:00.000Z","5.5.18","5.0","7.1",[18,19],"breadcrumbs","seo","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fjinx-breadcrumbs\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fjinx-breadcrumbs.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":27,"display_name":7,"profile_url":8,"plugin_count":28,"total_installs":29,"avg_security_score":30,"avg_patch_time_days":31,"trust_score":32,"computed_at":33},"lugat",4,10,93,30,89,"2026-04-05T02:30:01.429Z",[35,58,80,97,114],{"slug":36,"name":37,"version":38,"author":39,"author_profile":40,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":55,"download_link":56,"security_score":57,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"wpsso-breadcrumbs","WPSSO Schema Breadcrumbs Markup","5.5.0","JS Morisset","https:\u002F\u002Fprofiles.wordpress.org\u002Fjsmoriss\u002F","\u003Cp>\u003C!-- about -->\u003C\u002Fp>\n\u003Cp>\u003Cstrong>The Most Comprehensive Schema BreadcrumbsList Markup of Any Plugin.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Adds Schema BreadcrumbList markup for posts, pages, custom post types, categories, tags, custom taxonomies, search results, and date archive pages.\u003C\u002Fp>\n\u003Cp>Select between using ancestors (aka parents), the primary category, or all categories for posts, pages, and custom post types.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>No Templates to Modify:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Simply activate or deactivate the plugin to enable \u002F disable the addition of Schema BreadcrumbList markup.\u003C\u002Fp>\n\u003Cp>\u003C!-- \u002Fabout -->\u003C\u002Fp>\n\u003Ch3>WPSSO Core Required\u003C\u002Fh3>\n\u003Cp>WPSSO Schema Breadcrumbs Markup is an add-on for the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwpsso\u002F\" rel=\"ugc\">WPSSO Core plugin\u003C\u002Fa>, which creates extensive and complete structured data to present your content at its best for social sites and search results – no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.\u003C\u002Fp>\n","Schema BreadcrumbList markup in JSON-LD format for Google Rich Results.",400,47843,98,19,"2026-03-11T18:17:00.000Z","6.9.4","6.0","7.4.33",[18,52,53,54,19],"google","rich-results","schema","https:\u002F\u002Fwpsso.com\u002Fextend\u002Fplugins\u002Fwpsso-breadcrumbs\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpsso-breadcrumbs.5.5.0.zip",100,{"slug":59,"name":60,"version":61,"author":62,"author_profile":63,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":57,"num_ratings":68,"last_updated":69,"tested_up_to":70,"requires_at_least":71,"requires_php":72,"tags":73,"homepage":78,"download_link":79,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"seo-breadcrumbs","SEO Breadcrumbs","7.0","Krnm Saikrishna","https:\u002F\u002Fprofiles.wordpress.org\u002Fkrnmsaikrishna\u002F","\u003Cp>SEO Breadcrumbs is powerful and easy to use plugin that can add five different breadcrumbs navigation to your wordpress website. This plugin fully customizable and responsive. Plugin shows breadcrumbs on post, page, custom taxonomies, archives, attachements, error 404, search results and more. You can control display for different types of breadcrumbs styles, you get five styling features from this plugin in-built. Plugin allows use of any colors combinations, with different effects to style the breadcrumbs. Plugin also supports schema specification for rich snippets markup used by Google and other search engines to identify breadcrumbs and use them in the search results.\u003C\u002Fp>\n\u003Ch4>General Features :\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>100% seo navigation markup.\u003C\u002Fli>\n\u003Cli>Sutible for all kinds of WordPress sites.\u003C\u002Fli>\n\u003Cli>Breadcrumbs for all post, page, archives, custom toxonomy, search, error 404 etc.\u003C\u002Fli>\n\u003Cli>Responsive with mobile\u002Ftouch devices support.\u003C\u002Fli>\n\u003Cli>Default style for smaller screens.\u003C\u002Fli>\n\u003Cli>Home icon control font aweasome of boostrap icons.\u003C\u002Fli>\n\u003Cli>Full styling control over colors, effects…\u003C\u002Fli>\n\u003Cli>Google Rich Snippets compatable breadcrumbs.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Extra Features :\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Less Markup for breadcrumbs.\u003C\u002Fli>\n\u003Cli>Schema.org breadcrumbs orderlist mode.\u003C\u002Fli>\n\u003Cli>Simple Settings menu.\u003C\u002Fli>\n\u003Cli>SEO Breadcrumbs Widget.\u003C\u002Fli>\n\u003Cli>Shortcode also available.\u003C\u002Fli>\n\u003Cli>Faster generation time.\u003C\u002Fli>\n\u003Cli>Customize colors with directly by colorpicker.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Help :\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>If you need any help see \u003Ca href=\"https:\u002F\u002Fkrnmsaikrishna.wordpress.com\u002Fplugins\u002Fseo-breabcrumbs\" rel=\"nofollow ugc\">Plugin Website\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Donations\u003C\u002Fh3>\n\u003Ch4>We Needs Your Support\u003C\u002Fh4>\n\u003Cp>It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using ou plugin and find it useful, please consider and donate some money to our development. Your donation will help encourage and support the plugin’s continued development and better user support.\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fkrnmsaikrishna.wordpress.com\u002Fdonate\u002F\" rel=\"nofollow ugc\">DONATE NOW\u003C\u002Fa>\u003C\u002Fp>\n","SEO Breadcrumbs is powerful and easy to use plugin that can add five different breadcrumbs navigation to your wordpress website.",300,17641,5,"2021-04-05T10:56:00.000Z","5.7.15","3.0.1","",[74,75,76,59,77],"breadcrumb","menu","navigation","trail","http:\u002F\u002Fkrnmsaikrishna.wordpress.com\u002Fplugins\u002Fseo-breadcrumbs","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fseo-breadcrumbs.zip",{"slug":81,"name":82,"version":83,"author":84,"author_profile":85,"description":86,"short_description":87,"active_installs":57,"downloaded":88,"rating":57,"num_ratings":28,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":95,"download_link":96,"security_score":57,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"x3p0-breadcrumbs","X3P0: Breadcrumbs","4.1.0","Justin Tadlock","https:\u002F\u002Fprofiles.wordpress.org\u002Fgreenshady\u002F","\u003Cp>X3P0: Breadcrumbs is the most robust breadcrumb navigation system for WordPress. Built on 17+ years of development, it automatically detects your permalink structure and displays accurate breadcrumbs for every page on your site.\u003C\u002Fp>\n\u003Cp>Perfect for improving site navigation and SEO, this breadcrumbs plugin works seamlessly with both block themes and classic themes. Simply insert the Breadcrumbs block via the WordPress Site Editor or add it to your theme templates.\u003C\u002Fp>\n\u003Ch4>Key Features\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Automatic Site Structure Detection\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The plugin automatically detects your permalink setup and builds breadcrumbs based on your site’s hierarchy. No configuration needed–it just works out of the box. But you can also customize if you need to change it.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Custom Post Type Support\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Automatically recognizes custom post types and custom taxonomies created by other plugins or your theme. Whether you’re running an ecommerce solution, a portfolio site, or any custom setup, breadcrumbs will display correctly.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Block Theme and Classic Theme Compatible\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Insert breadcrumbs using the WordPress block editor in any template, template part, or pattern. For classic themes, easily add breadcrumbs using a simple PHP function call.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Developer Customization\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Built on a robust object-oriented PHP foundation with extensive hooks and filters. Developers can customize every aspect of breadcrumb generation and display.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Schema.org Structured Data Support\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Choose from plain HTML, Schema.org microdata, or RDFa formats for optimal SEO and search engine visibility.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Flexible Display Options\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Control which breadcrumb items display, customize separators, hide breadcrumbs on specific pages, and style breadcrumbs to match your theme.\u003C\u002Fp>\n\u003Ch4>How to Add Breadcrumbs to Your Site\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>For Block Themes:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Go to \u003Cstrong>Appearance \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> Editor\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>Open your Header template part (or any template where you want breadcrumbs)\u003C\u002Fli>\n\u003Cli>Click the block inserter (+) and search for “Breadcrumbs”\u003C\u002Fli>\n\u003Cli>Insert the block and customize settings in the block sidebar\u003C\u002Fli>\n\u003Cli>Save your template\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The breadcrumbs will automatically display site-wide based on your permalink structure.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>For Classic Themes:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Add this code to your \u003Ccode>header.php\u003C\u002Fcode> or any template file where you want breadcrumbs to appear:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?= do_blocks('\u003C!-- wp:x3p0\u002Fbreadcrumbs \u002F-->') ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>SEO Benefits\u003C\u002Fh4>\n\u003Cp>Breadcrumbs improve your site’s search engine optimization by:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Providing clear site structure signals to search engines\u003C\u002Fli>\n\u003Cli>Reducing bounce rates by offering easy navigation\u003C\u002Fli>\n\u003Cli>Supporting Schema.org structured data markup\u003C\u002Fli>\n\u003Cli>Creating internal linking structure automatically\u003C\u002Fli>\n\u003Cli>Improving user experience and site usability\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Search engines like Google display breadcrumbs in search results when properly formatted, giving your site more visibility and higher click-through rates.\u003C\u002Fp>\n\u003Ch4>Supported Content Types\u003C\u002Fh4>\n\u003Cp>The breadcrumbs plugin automatically handles:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Pages and subpages (hierarchical structure)\u003C\u002Fli>\n\u003Cli>Blog posts with category breadcrumbs\u003C\u002Fli>\n\u003Cli>Custom post types (products, portfolios, etc.)\u003C\u002Fli>\n\u003Cli>Custom taxonomies (tags, genres, locations, etc.)\u003C\u002Fli>\n\u003Cli>Archive pages (date, author, taxonomy archives)\u003C\u002Fli>\n\u003Cli>Search results pages\u003C\u002Fli>\n\u003Cli>404 error pages\u003C\u002Fli>\n\u003Cli>Attachment pages\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Customization Options\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>Block Settings:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Show\u002Fhide on the homepage\u003C\u002Fli>\n\u003Cli>Show\u002Fhide first crumb (home link)\u003C\u002Fli>\n\u003Cli>Show\u002Fhide last crumb (current page)\u003C\u002Fli>\n\u003Cli>Link the last crumb (current page)\u003C\u002Fli>\n\u003Cli>Choose separator style (e.g., slash, arrow, greater-than, bullet, chevron)\u003C\u002Fli>\n\u003Cli>Customize labels and text\u003C\u002Fli>\n\u003Cli>Determine whether to automatically detect permalink structure\u003C\u002Fli>\n\u003Cli>Choose taxonomies to match post types\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Developer Options:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Custom query classes for unique breadcrumb logic\u003C\u002Fli>\n\u003Cli>Custom assembler classes for conditional breadcrumb display\u003C\u002Fli>\n\u003Cli>Custom crumb classes for specialized breadcrumb items\u003C\u002Fli>\n\u003Cli>Filter hooks for modifying which breadcrumbs are shown\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How It Works\u003C\u002Fh4>\n\u003Cp>This breadcrumbs plugin analyzes the current WordPress query and generates breadcrumbs based on:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\u003Cstrong>Your permalink structure\u003C\u002Fstrong> – Date-based, post name, category-based, or custom\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Content hierarchy\u003C\u002Fstrong> – Parent pages, category relationships, custom taxonomies\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Post type configuration\u003C\u002Fstrong> – Custom post type archives and relationships\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Taxonomy settings\u003C\u002Fstrong> – Primary categories and taxonomy hierarchies\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The plugin automatically detects these settings and builds the most accurate breadcrumb trail for each page, so you don’t need to configure complex rules.\u003C\u002Fp>\n\u003Ch4>Developer Documentation\u003C\u002Fh4>\n\u003Cp>For developers who want to customize breadcrumbs programmatically, the plugin provides extensive PHP classes and hooks. See the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fx3p0-dev\u002Fx3p0-breadcrumbs\" rel=\"nofollow ugc\">GitHub repository\u003C\u002Fa> for full developer documentation.\u003C\u002Fp>\n\u003Ch4>Why Choose X3P0: Breadcrumbs?\u003C\u002Fh4>\n\u003Cp>Unlike simpler breadcrumb plugins, X3P0: Breadcrumbs handles complex site structures automatically:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Hierarchical pages\u003C\u002Fstrong> – Automatically shows parent \u003Cspan aria-hidden=\"true\" class=\"wp-exclude-emoji\">→\u003C\u002Fspan> child relationships\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Category-based permalinks\u003C\u002Fstrong> – Shows category structure in URLs\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Date-based archives\u003C\u002Fstrong> – Displays year\u002Fmonth\u002Fday breadcrumb trails\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom post type archives\u003C\u002Fstrong> – Links back to custom post type archive pages\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Taxonomy hierarchies\u003C\u002Fstrong> – Displays parent\u002Fchild category relationships\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multisite networks\u003C\u002Fstrong> – Can include network home in breadcrumb trail\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The plugin has been refined since 2009, making it one of the most mature and reliable breadcrumb solutions for WordPress.\u003C\u002Fp>\n","Add breadcrumb navigation to any site. Works with block and classic themes. Auto-detects site structure and custom post types. Improves SEO.",6508,"2026-02-23T16:59:00.000Z","6.8.5","6.8","8.1",[94,18,76,19,77],"block","https:\u002F\u002Fgithub.com\u002Fx3p0-dev\u002Fx3p0-breadcrumbs","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fx3p0-breadcrumbs.4.1.0.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":57,"num_ratings":107,"last_updated":108,"tested_up_to":109,"requires_at_least":71,"requires_php":72,"tags":110,"homepage":112,"download_link":113,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"add-a-yoast-breadcrumb","Add a Yoast Breadcrumb","1.1.0","Allon Sacks","https:\u002F\u002Fprofiles.wordpress.org\u002Fallonsacksgmailcom\u002F","\u003Cp>Sometimes you have a different permalink set up than the breadcrumbs you want.\u003Cbr \u002F>\nFor instance: http:\u002F\u002Fyourdomain.com\u002Fseo-services\u003Cbr \u002F>\nThe “seo-services” page is under the “services” section but you did not set it up as a child of the services page.\u003Cbr \u002F>\nStill, you want the breadcrumbs to indicate the proper parent.\u003Cbr \u002F>\nExample:\u003Cbr \u002F>\nHome > Services > SEO Services\u003Cbr \u002F>\ninstead of:\u003Cbr \u002F>\nHome > SEO Services\u003C\u002Fp>\n\u003Cp>This plugin lets you do that.\u003Cbr \u002F>\nIt has no settings but adds a side meta box to all your posts and pages (All post types) where you can choose the title and url to prepend to the breadcrumbs trail.\u003Cbr \u002F>\nOptions are:\u003Cbr \u002F>\n-Append a breadcrumb after the first breadcrumb (Usually “Home”)\u003Cbr \u002F>\n-Prepend a breadcrumb to the last item in the breadcrumbs (the current page).\u003Cbr \u002F>\nA title and URL need to be entered for each pair in order for the breadcrumbs to be affected. You can create 2 new breadcrumbs or just one.\u003C\u002Fp>\n\u003Ch3>Future Versions\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Change the page url field to use a drop down of current sites pages\u002Fposts instead of manually typing in the URL\u003C\u002Fli>\n\u003Cli>Add option to use the title of selected page or enter in the title manually to override (Manual is how it currently works)\u003C\u002Fli>\n\u003Cli>Please feel free to email me with bugs and\u002For suggestions.\u003C\u002Fli>\n\u003C\u002Fol>\n","Add\u002Fprepend a breacrumb to the current page for Yoast SEO breadcrumbs",70,4272,3,"2016-04-16T02:12:00.000Z","4.5.33",[18,19,111],"yoast","http:\u002F\u002Fwww.digitalcontact.co.il","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadd-a-yoast-breadcrumb.zip",{"slug":115,"name":116,"version":117,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":29,"downloaded":122,"rating":11,"num_ratings":11,"last_updated":72,"tested_up_to":123,"requires_at_least":71,"requires_php":72,"tags":124,"homepage":72,"download_link":128,"security_score":57,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":129},"breadcrumb-navigation-for-seo-with-microdata","Breadcrumb Navigation for SEO with Microdata","1.2","tobias_.MerZ","https:\u002F\u002Fprofiles.wordpress.org\u002Ftobias_merz\u002F","\u003Cp>RichSnippets can have very positive impact on the Click-Through-Rate of your Website on Google or any searchengine. With this plugin it is possible to generate a breadcrumb navigation with the microdata format from schema.org. This navigation will be shown on your webpage and the snippets on the search engine result pages.\u003Cbr \u002F>\nUntil the next release this Plugin works mainly with Themes that have a menu navigation at the top of the page like Zerif Lite.\u003C\u002Fp>\n","With this Plugin you can generate a breadcrumb navigation with Microdata format from schema.org. The breadcrumbs will be shown in Google snippets.",2254,"4.4.34",[125,18,126,127,19],"breadcrumb-navigation","microdata","schema-org","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbreadcrumb-navigation-for-seo-with-microdata.zip","2026-03-15T10:48:56.248Z",{"attackSurface":131,"codeSignals":137,"taintFlows":150,"riskAssessment":151,"analyzedAt":161},{"hooks":132,"ajaxHandlers":133,"restRoutes":134,"shortcodes":135,"cronEvents":136,"entryPointCount":11,"unprotectedCount":11},[],[],[],[],[],{"dangerousFunctions":138,"sqlUsage":139,"outputEscaping":141,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":11,"bundledLibraries":149},[],{"prepared":11,"raw":11,"locations":140},[],{"escaped":142,"rawEcho":143,"locations":144},2,1,[145],{"file":146,"line":147,"context":148},"index.php",17,"raw output",[],[],{"summary":152,"deductions":153},"The 'jinx-breadcrumbs' plugin v0.2.11 exhibits a strong security posture based on the provided static analysis. The absence of any identified AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the potential attack surface.  Furthermore, the code shows no dangerous functions, no raw SQL queries, and no file operations, all of which are positive indicators. The lack of any recorded vulnerabilities in its history is also a significant strength.\n\nHowever, there are areas for improvement. The low percentage of properly escaped output (67%) suggests a potential risk of Cross-Site Scripting (XSS) vulnerabilities if the unescaped outputs handle user-supplied data. The complete absence of nonce and capability checks across all entry points (though currently zero) indicates a lack of built-in security mechanisms that would be crucial if new entry points were introduced in future versions. While the current analysis shows no taint flows or critical issues, the potential for XSS due to unescaped output remains the primary concern.\n\nIn conclusion, the plugin is currently in a very secure state due to its minimal attack surface and clean historical vulnerability record. The developer has demonstrated good practices by avoiding dangerous functions and using prepared statements. The main area to monitor and address is ensuring all output is properly escaped to prevent potential XSS, and implementing robust authentication and authorization checks if the plugin's functionality expands.",[154,157,159],{"reason":155,"points":156},"Unescaped output detected",6,{"reason":158,"points":68},"No capability checks",{"reason":160,"points":68},"No nonce checks","2026-03-17T06:23:36.873Z",{"wat":163,"direct":172},{"assetPaths":164,"generatorPatterns":167,"scriptPaths":168,"versionParams":169},[165,166],"\u002Fwp-content\u002Fplugins\u002Fjinx-breadcrumbs\u002Fassets\u002Fcss\u002Fjinx-breadcrumbs.css","\u002Fwp-content\u002Fplugins\u002Fjinx-breadcrumbs\u002Fassets\u002Fjs\u002Fjinx-breadcrumbs.js",[],[166],[170,171],"jinx-breadcrumbs\u002Fassets\u002Fcss\u002Fjinx-breadcrumbs.css?ver=","jinx-breadcrumbs\u002Fassets\u002Fjs\u002Fjinx-breadcrumbs.js?ver=",{"cssClasses":173,"htmlComments":174,"htmlAttributes":175,"restEndpoints":176,"jsGlobals":177,"shortcodeOutput":178},[],[],[],[],[],[179,180,181,182,183,184],"[jinx_breadcrumbs]","[jinx_breadcrumbs ]","[ jinx_breadcrumbs]","[ jinx_breadcrumbs ]","[jinx_breadcrumbs some_attribute='value']","[jinx_breadcrumbs='value']"]