{"id":2568,"date":"2026-04-08T12:48:40","date_gmt":"2026-04-08T16:48:40","guid":{"rendered":"https:\/\/rossweb.bus.umich.edu\/style-guide\/?page_id=2568"},"modified":"2026-04-08T14:26:52","modified_gmt":"2026-04-08T18:26:52","slug":"ross-web-accessibility-editor-quick-reference","status":"publish","type":"page","link":"https:\/\/rossweb.bus.umich.edu\/style-guide\/ross-web-accessibility-editor-quick-reference\/","title":{"rendered":"Ross Web Accessibility \u2014 Editor Quick Reference"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What you can do independently, what to avoid, and when to ask the web team for help<\/h2>\n\n\n\n<p><strong>More resources can be found on the <a href=\"https:\/\/accessibility.umich.edu\/\">U-M Digital Accessibility website<\/a><\/strong><\/p>\n\n\n\n<!-- Ross Web Accessibility Editor Cheat Sheet -->\n<!-- Drop into WordPress via: Gutenberg > Custom HTML block, OR Classic Editor > Text tab -->\n<!-- All styles are scoped to .ross-a11y-sheet to avoid theme conflicts -->\n\n<div class=\"ross-a11y-sheet\">\n\n\n  <!-- LEGEND -->\n  <div class=\"ras-section\">\n    <div class=\"ras-legend\">\n      <div class=\"ras-legend-item\"><span class=\"ras-badge ras-badge-no\">avoid<\/span> Don&#8217;t do this<\/div>\n      <div class=\"ras-legend-item\"><span class=\"ras-badge ras-badge-yes\">do this<\/span> Best practice<\/div>\n      <div class=\"ras-legend-item\"><span class=\"ras-badge ras-badge-ask\">ask web team<\/span> Request help<\/div>\n    <\/div>\n\n    <!-- COLOR SWATCHES -->\n    <div class=\"ras-section-label\">Color \u2014 what&#8217;s accessible on white backgrounds<\/div>\n    <div class=\"ras-grid3\" style=\"margin-bottom:12px\">\n      <div class=\"ras-swatch\">\n        <div class=\"ras-swatch-preview\" style=\"background:#fff;color:#FFCB05;border-bottom:1px solid #eee\">Sample text<\/div>\n        <div class=\"ras-swatch-meta\">\n          <strong>Ross Maize #FFCB05<\/strong>\n          Fails on white \u2014 1.3:1 ratio<br>\n          <span class=\"ras-fail\">Never use for text<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"ras-swatch\">\n        <div class=\"ras-swatch-preview\" style=\"background:#fff;color:#00274c\">Sample text<\/div>\n        <div class=\"ras-swatch-meta\">\n          <strong>Ross Navy #00274c<\/strong>\n          Passes \u2014 15.4:1 ratio<br>\n          <span class=\"ras-pass\">Safe for all text<\/span>\n        <\/div>\n      <\/div>\n      <div class=\"ras-swatch\">\n        <div class=\"ras-swatch-preview\" style=\"background:#fff;color:#004274\">Sample text<\/div>\n        <div class=\"ras-swatch-meta\">\n          <strong>Mid-Blue #004274<\/strong>\n          Passes \u2014 9.6:1 ratio<br>\n          <span class=\"ras-pass\">Safe for all text<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-grid2\">\n      <div class=\"ras-swatch\">\n        <div class=\"ras-swatch-preview\" style=\"background:#00274c;color:#FFCB05\">Sample text<\/div>\n        <div class=\"ras-swatch-meta\">\n          <strong>Maize on Navy<\/strong>\n          Passes \u2014 11.8:1 ratio. Maize works fine on dark backgrounds or as a decorative accent.\n        <\/div>\n      <\/div>\n      <div class=\"ras-swatch\">\n        <div class=\"ras-swatch-preview\" style=\"background:#fff;color:#666\">Sample text<\/div>\n        <div class=\"ras-swatch-meta\">\n          <strong>Default paragraph #666<\/strong>\n          Passes \u2014 5.7:1 ratio.<br>\n          <span class=\"ras-pass\">Safe for body text<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- LINKS -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">Links \u2014 how to write them<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t use generic phrases as link text<\/div>\n        <div class=\"ras-demo\">To learn more about the BBA program, <a href=\"#\">click here<\/a> or <a href=\"#\">read more<\/a>.<\/div>\n        <div class=\"ras-rule-sub\">Screen readers read links out of context. &#8220;Click here&#8221; tells a blind user nothing.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Link the descriptive words that tell users where they&#8217;re going<\/div>\n        <div class=\"ras-demo\">Learn more about the <a href=\"#\">BBA Program curriculum<\/a> or <a href=\"#\">view tuition and financial aid<\/a>.<\/div>\n        <div class=\"ras-rule-sub\">Link text should make sense on its own, without surrounding context.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t paste raw URLs as link text<\/div>\n        <div class=\"ras-demo\" style=\"word-break:break-all\"><a href=\"#\">https:\/\/michiganross.umich.edu\/programs\/bba\/curriculum<\/a><\/div>\n        <div class=\"ras-rule-sub\">Long URLs are unreadable for everyone, especially screen reader users.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t open links in a new tab without warning users<\/div>\n        <div class=\"ras-rule-sub\">If a link must open in a new tab, note it: &#8220;BBA curriculum (opens in new tab).&#8221; When possible, avoid new-tab links entirely.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- IMAGES -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">Images &amp; alt text<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\"><strong>Meaningful images:<\/strong> Write alt text that describes what the image conveys, not just what it shows<\/div>\n        <div class=\"ras-rule-sub\">Good: &#8220;Dean Anne Curzan speaks at the Ross Leadership Summit.&#8221; Not: &#8220;woman at podium&#8221; or &#8220;image1.jpg&#8221;<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\"><strong>Decorative images:<\/strong> Leave the alt field empty (not blank space \u2014 actually empty) so screen readers skip it<\/div>\n        <div class=\"ras-rule-sub\">If an image is purely decorative (a background texture, a divider graphic), alt=&#8221;&#8221; is correct.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t put important text inside an image<\/div>\n        <div class=\"ras-rule-sub\">Text in images can&#8217;t be read by screen readers or resized by users. Use real HTML text instead. Infographics with text: contact the web team.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t start alt text with &#8220;image of&#8221; or &#8220;photo of&#8221; \u2014 screen readers already announce it&#8217;s an image<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- HEADINGS -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">Headings &amp; page structure<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Use heading styles for structure, not for visual size<\/div>\n        <div class=\"ras-rule-sub\">Don&#8217;t pick Heading 3 because it &#8220;looks right.&#8221; Use headings in order (H1 \u2192 H2 \u2192 H3) to create a logical outline of the page.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t use bold text as a substitute for a heading<\/div>\n        <div class=\"ras-rule-sub\">Bold text looks like a heading visually but isn&#8217;t one structurally. Screen readers and search engines won&#8217;t treat it as a section title.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t skip heading levels (e.g., H2 to H4) to get a certain size<\/div>\n        <div class=\"ras-rule-sub\">If a heading style looks wrong, contact the web team \u2014 don&#8217;t work around it by choosing a different level.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TEXT FORMATTING -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">Text formatting<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t use ALL CAPS for emphasis<\/div>\n        <div class=\"ras-rule-sub\">Screen readers may spell out all-caps text letter by letter. Use bold or a heading instead.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t use color alone to convey meaning<\/div>\n        <div class=\"ras-rule-sub\">Example: &#8220;required fields are in red.&#8221; A colorblind user can&#8217;t see the distinction. Add a label, asterisk, or text indicator as well.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Write out acronyms on first use<\/div>\n        <div class=\"ras-rule-sub\">Example: &#8220;Full-Time MBA (FTMBA)&#8221; the first time, then &#8220;FTMBA&#8221; after. Helps screen readers and users unfamiliar with Ross terminology.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PDFS -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">PDFs &amp; downloadable documents<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-ask\">ask web team<\/span>\n      <div>\n        <div class=\"ras-rule-text\">All PDFs added to the site need to be accessibility-reviewed before publishing<\/div>\n        <div class=\"ras-rule-sub\">PDFs from external sources, older files, and scanned documents are rarely accessible. Don&#8217;t link a PDF until it has been reviewed.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Label PDF links so users know they&#8217;re downloading a file<\/div>\n        <div class=\"ras-rule-sub\">Example: &#8220;Download the BBA Student Handbook (PDF, 1.2 MB)&#8221; \u2014 not just &#8220;Student Handbook.&#8221;<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-yes\">do this<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Whenever possible, use a web page instead of a PDF<\/div>\n        <div class=\"ras-rule-sub\">Web pages are easier to keep updated, are searchable, and are far more accessible by default than PDFs.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TABLES + COMPLEX -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">Tables, complex layouts, and embeds<\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-ask\">ask web team<\/span>\n      <div>\n        <div class=\"ras-rule-text\"><strong>Data tables<\/strong> (curriculum schedules, stats, comparison grids) require special markup to be screen-reader accessible \u2014 always request help<\/div>\n        <div class=\"ras-rule-sub\">This includes any table with merged cells, spanning headers, or more than one header row.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-no\">avoid<\/span>\n      <div>\n        <div class=\"ras-rule-text\">Don&#8217;t use tables for visual layout only (e.g., putting text side by side)<\/div>\n        <div class=\"ras-rule-sub\">Tables are for data relationships, not column layout. Ask the web team for layout help.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-ask\">ask web team<\/span>\n      <div>\n        <div class=\"ras-rule-text\"><strong>Video embeds<\/strong> must include captions and a transcript. Coordinate with the web team and video producer before publishing.<\/div>\n      <\/div>\n    <\/div>\n    <div class=\"ras-divider\"><\/div>\n\n    <div class=\"ras-rule\">\n      <span class=\"ras-badge ras-badge-ask\">ask web team<\/span>\n      <div>\n        <div class=\"ras-rule-text\"><strong>Infographics, charts, or diagrams<\/strong> that contain meaningful text or data need an accessible text alternative<\/div>\n        <div class=\"ras-rule-sub\">The web team can add a text summary or data table alongside the image.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- WHEN TO ASK -->\n  <div class=\"ras-section\">\n    <div class=\"ras-section-label\">When to ask the web team<\/div>\n    <div class=\"ras-callout\">\n      Reach out to the web team before publishing if your content includes: <strong>data tables &middot; PDF uploads &middot; infographics with text &middot; videos without captions &middot; custom color styling &middot; embedded third-party content &middot; forms<\/strong>. When in doubt, ask first \u2014 it&#8217;s much easier to fix before it goes live. <a href=\"https:\/\/michiganross.umich.edu\/websiteupdate\" style=\"color:#00274c;font-weight:600;\">Submit a web team request &rarr;<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n<!-- End .ross-a11y-sheet -->\n\n\n\n<p><\/p>\n<style class=\"advgb-styles-renderer\">\n.ross-a11y-sheet *{box-sizing:border-box;margin:0;padding:0}\n.ross-a11y-sheet{font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;max-width:860px;margin:0 auto 2rem}\n.ross-a11y-sheet .ras-section{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}\n.ross-a11y-sheet .ras-section:last-child{border-bottom:none}\n.ross-a11y-sheet .ras-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:10px}\n.ross-a11y-sheet .ras-rule{display:flex;gap:12px;align-items:flex-start;margin-bottom:8px}\n.ross-a11y-sheet .ras-rule:last-child{margin-bottom:0}\n.ross-a11y-sheet .ras-rule-text{font-size:14px;color:#1a1a1a;line-height:1.5}\n.ross-a11y-sheet .ras-rule-text strong{font-weight:600}\n.ross-a11y-sheet .ras-rule-sub{font-size:13px;color:#6b7280;margin-top:2px}\n.ross-a11y-sheet .ras-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}\n.ross-a11y-sheet .ras-grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}\n@media(max-width:600px){\n  .ross-a11y-sheet .ras-grid2,.ross-a11y-sheet .ras-grid3{grid-template-columns:1fr}\n}\n.ross-a11y-sheet .ras-swatch{border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}\n.ross-a11y-sheet .ras-swatch-preview{height:44px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500}\n.ross-a11y-sheet .ras-swatch-meta{padding:6px 10px;font-size:12px;color:#6b7280}\n.ross-a11y-sheet .ras-swatch-meta strong{font-size:13px;display:block;color:#1a1a1a;font-weight:600}\n.ross-a11y-sheet .ras-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;flex-shrink:0;white-space:nowrap}\n.ross-a11y-sheet .ras-badge-no{background:#fee2e2;color:#991b1b}\n.ross-a11y-sheet .ras-badge-yes{background:#dcfce7;color:#166534}\n.ross-a11y-sheet .ras-badge-ask{background:#dbeafe;color:#1e40af}\n.ross-a11y-sheet .ras-demo{font-size:14px;padding:8px 12px;background:#f9fafb;border-radius:6px;line-height:1.8;border:1px solid #e5e7eb}\n.ross-a11y-sheet .ras-demo a{color:#00274c;text-decoration:underline}\n.ross-a11y-sheet .ras-divider{height:1px;background:#f3f4f6;margin:10px 0}\n.ross-a11y-sheet .ras-callout{background:#fffbeb;border-left:3px solid #00274c;padding:10px 14px;border-radius:0 6px 6px 0;font-size:13px;color:#1a1a1a;line-height:1.6}\n.ross-a11y-sheet .ras-legend{display:flex;gap:16px;font-size:12px;color:#6b7280;margin-bottom:1rem;flex-wrap:wrap}\n.ross-a11y-sheet .ras-legend-item{display:flex;align-items:center;gap:5px}\n.ross-a11y-sheet .ras-fail{color:#b91c1c;font-size:12px}\n.ross-a11y-sheet .ras-pass{color:#166534;font-size:12px}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>What you can do independently, what to avoid, and when to ask the web team for help More resources can be found on the U-M Digital Accessibility website avoid Don&#8217;t do this do this Best practice ask web team Request help Color \u2014 what&#8217;s accessible on white backgrounds Sample text Ross Maize #FFCB05 Fails on&#8230;<\/p>\n","protected":false},"author":33,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_lmt_disableupdate":"no","_lmt_disable":"","advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","ep_exclude_from_search":false,"footnotes":"","advanced-sidebar-menu\/link-title":"","advanced-sidebar-menu\/exclude-page":false},"categories":[1],"tags":[],"ep_post_type":[29],"class_list":["post-2568","page","type-page","status-publish","hentry","category-uncategorized","ep_post_type-page"],"acf":[],"taxonomy_info":{"category":[{"value":1,"label":"Uncategorized"}]},"featured_image_src_large":false,"author_info":{"display_name":"Julie Akin","author_link":"https:\/\/rossweb.bus.umich.edu\/style-guide\/author\/jacrosby\/"},"comment_info":"","coauthors":[],"author_meta":{"author_link":"https:\/\/rossweb.bus.umich.edu\/style-guide\/author\/jacrosby\/","display_name":"Julie Akin"},"relative_dates":{"created":"Posted 2 weeks ago","modified":"Updated 2 weeks ago"},"absolute_dates":{"created":"Posted on April 8, 2026","modified":"Updated on April 8, 2026"},"absolute_dates_time":{"created":"Posted on April 8, 2026 12:48 pm","modified":"Updated on April 8, 2026 2:26 pm"},"featured_img_caption":"","featured_img":false,"series_order":"","_links":{"self":[{"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/pages\/2568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/comments?post=2568"}],"version-history":[{"count":4,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/pages\/2568\/revisions"}],"predecessor-version":[{"id":2599,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/pages\/2568\/revisions\/2599"}],"wp:attachment":[{"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/media?parent=2568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/categories?post=2568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/tags?post=2568"},{"taxonomy":"ep_post_type","embeddable":true,"href":"https:\/\/rossweb.bus.umich.edu\/style-guide\/wp-json\/wp\/v2\/ep_post_type?post=2568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}