{"id":46194,"date":"2019-11-06T15:42:42","date_gmt":"2019-11-06T10:12:42","guid":{"rendered":"https:\/\/git-staging.wpastra.com\/?post_type=docs&#038;p=46194"},"modified":"2022-08-24T13:58:13","modified_gmt":"2022-08-24T08:28:13","slug":"disable-schema-markup","status":"publish","type":"docs","link":"https:\/\/git-staging.wpastra.com\/es\/docs\/disable-schema-markup\/","title":{"rendered":"\u00bfC\u00f3mo desactivar el marcado Schema a\u00f1adido por Astra?"},"content":{"rendered":"<p>Por si a\u00fan no lo sab\u00edas, Astra a\u00f1ade lo que se denomina <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/structured-data-and-schema-markup-in-astra\/\">\"Marcado \"Schema<\/a> a sus entradas, p\u00e1ginas y el resto de su sitio web.&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/git-staging.wpastra.com\/es\/guides-and-tutorials\/add-rich-snippets-to-wordpress-website\/\">A\u00f1adir Schema es una pr\u00e1ctica respetuosa con el SEO<\/a> que ayuda a los motores de b\u00fasqueda a comprender mejor su contenido, incluida la intenci\u00f3n de b\u00fasqueda.<\/p>\n\n\n\n<p>\u00bfC\u00f3mo ayuda Schema? Schema le dice al motor de b\u00fasqueda m\u00e1s sobre lo que hay en su p\u00e1gina y sobre lo que trata la p\u00e1gina en s\u00ed. Como los motores de b\u00fasqueda pueden entender mejor la intenci\u00f3n de b\u00fasqueda, esto ayuda a mejorar su clasificaci\u00f3n en las b\u00fasquedas.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"0-removing-schema-generated-by-astra\">Eliminaci\u00f3n del esquema generado por Astra<\/h4>\n\n\n\n<p>Hay varias razones por las que puedes querer eliminar el marcado Schema generado por Astra. Quiz\u00e1s ya tienes una configuraci\u00f3n de Schema en tu sitio web con la que est\u00e1s satisfecho, o quiz\u00e1s Schema no es algo que quieras usar. Cualquiera que sea la raz\u00f3n, es r\u00e1pido y f\u00e1cil de eliminar. <\/p>\n\n\n\t\t\t\t<div class=\"wp-block-uagb-table-of-contents uagb-toc__align-left uagb-toc__columns-1  uagb-block-51af1b18\"\n\t\t\t\t\tdata-scroll= \"1\"\n\t\t\t\t\tdata-offset= \"30\"\n\t\t\t\t\tstyle=\"\"\n\t\t\t\t>\n\t\t\t\t<div class=\"uagb-toc__wrap\">\n\t\t\t\t\t\t<div class=\"uagb-toc__title\">\n\t\t\t\t\t\t\tTabla de contenidos\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"uagb-toc__list-wrap\">\n\t\t\t\t\t\t<ol class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#disable-all-astra-generated-schema\" class=\"uagb-toc-link__trigger\">Desactivar todos los esquemas generados por Astra\u00a0<\/a><li class=\"uagb-toc__list\"><a href=\"#disable-schema-on-a-type-by-type-basis\" class=\"uagb-toc-link__trigger\">Desactivar el esquema tipo por tipo<\/a><li class=\"uagb-toc__list\"><a href=\"#wrapping-up\" class=\"uagb-toc-link__trigger\">Conclusi\u00f3n<\/a><\/ol>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-disable-all-astra-generated-schema-\">Desactivar todos los esquemas generados por Astra&nbsp;<\/h3>\n\n\n\n<p>Si no desea ninguno de los tipos de esquema en su sitio, a\u00f1ada el siguiente c\u00f3digo a su tema hijo functions.php. \u00bfNo est\u00e1 seguro de lo que es un tema hijo? Eche un vistazo a nuestro pr\u00e1ctico <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/install-astra-child-theme\/\">gu\u00eda de temas infantiles<\/a>y <a href=\"https:\/\/git-staging.wpastra.com\/es\/child-theme-generator\/\">cree su propio tema hijo en menos de 5 minutos con nuestro generador de temas hijo<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code>add_filter( 'astra_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-disable-schema-on-a-type-by-type-basis\">Desactivar el esquema tipo por tipo<\/h3>\n\n\n\n<p>Si s\u00f3lo desea desactivar determinados tipos de esquema, puede hacerlo con los \u00fatiles fragmentos de c\u00f3digo que se indican a continuaci\u00f3n.&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__outer-wrap uagb-inline_notice__align-left uagb-block-7fa75183\"><h4 class=\"uagb-notice-title\">Nota:<\/h4><div class=\"uagb-notice-text\"><p>Copie el c\u00f3digo necesario de la siguiente lista y a\u00f1\u00e1dalo al archivo <a href=\"https:\/\/git-staging.wpastra.com\/es\/docs\/add-custom-php-code\/#3.-in-child-theme\">archivo functions.php del tema hijo<\/a>.<\/p><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"3-organization-schema\"><a href=\"https:\/\/schema.org\/Organization\">Organizaci\u00f3n<\/a> Schema<\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_organization_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"4-person-schema-\"><a href=\"http:\/\/schema.org\/Person\">Persona<\/a> Schema <\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_person_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"5-sitenavigationelement-schema-\"><a href=\"http:\/\/schema.org\/SiteNavigationElement\">SiteNavigationElement<\/a> Schema <\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_site_navigation_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"6-wpheader-schema-\"><a href=\"https:\/\/schema.org\/WPHeader\">WPHeader<\/a> Schema <\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_wpheader_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"7-wpfooter-schema\"><a href=\"https:\/\/schema.org\/WPFooter\">WPFooter<\/a> Schema<\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_wpfooter_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"8-wpsidebar-schema\"><a href=\"http:\/\/schema.org\/WPSideBar\">WPSideBar<\/a> Schema<\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_wpsidebar_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"9-breadcrumblist-schema-\"><a href=\"http:\/\/schema.org\/BreadcrumbList\">BreadcrumbList<\/a> Schema <\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_breadcrumb_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"10-creativework-schema-\"><a href=\"https:\/\/schema.org\/CreativeWork\">CreativeWork<\/a> Schema <\/h4>\n\n\n\n<pre class=\"wp-block-code\" data-no-translation=\"\" data-no-auto-translation=\"\"><code> add_filter( 'astra_creativework_schema_enabled', '__return_false' );<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"11-wrapping-up\">Conclusi\u00f3n<\/h3>\n\n\n\n<p>\u00bfNo aparece aqu\u00ed el tipo de esquema? No se preocupe. Todav\u00eda se puede desactivar; sin embargo, tendr\u00e1s que desactivar todos los esquemas Astra globalmente con el fragmento de c\u00f3digo m\u00e1s arriba en el art\u00edculo.&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>Por si a\u00fan no lo sab\u00edas, Astra a\u00f1ade lo que se denomina marcado \"Schema\" a tus entradas, p\u00e1ginas y al resto de tu sitio web.  A\u00f1adir Schema es una pr\u00e1ctica SEO amigable que ayuda a los motores de b\u00fasqueda a entender mejor tu contenido, incluyendo la intenci\u00f3n de b\u00fasqueda. \u00bfC\u00f3mo ayuda Schema? Schema le dice al motor de b\u00fasqueda m\u00e1s sobre lo que hay en [...]<\/p>","protected":false},"author":20,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"docs_category":[2109],"docs_tag":[],"class_list":{"0":"post-46194","1":"docs","2":"type-docs","3":"status-publish","5":"docs_category-astra-theme-pro-filters"},"spectra_custom_meta":{"_edit_lock":["1661329694:88"],"_edit_last":["88"],"onesignal_meta_box_present":["1"],"onesignal_send_notification":[""],"tap_disable_autolinker":["no"],"tap_autolink_inside_heading":["global"],"tap_autolink_random_placement":["global"],"tap_post_autolinker_limit":["0"],"wpil_sync_report3":["0"],"site-sidebar-layout":["default"],"site-content-layout":["default"],"theme-transparent-header-meta":["default"],"_yoast_wpseo_content_score":["90"],"_yoast_wpseo_metadesc":["Astra follows the best SEO practices and adds the necessary Schema markup to your website. In case you need to disable the schema added by Astra, use the custom code mentioned in this article."],"uagb_style_timestamp-css":["1588230675"],"uagb_style_timestamp-js":["1588230675"],"_ppc_meta_key":["a:11:{s:20:\"ppc_key5d92f85d42273\";s:60:\"Images &amp; Names Correctly. Title &amp; Alt Tags are Given\";s:8:\"ppc_key4\";s:15:\"Formatting Done\";s:8:\"ppc_key2\";s:23:\"Featured Image Assigned\";s:8:\"ppc_key3\";s:17:\"Category Selected\";s:8:\"ppc_key5\";s:15:\"Title is Catchy\";s:8:\"ppc_key6\";s:22:\"Social Images Assigned\";s:8:\"ppc_key7\";s:8:\"Done SEO\";s:8:\"ppc_key8\";s:28:\"Spelling and Grammar Checked\";s:20:\"ppc_key5ddf5ba19a347\";s:9:\"TOC Added\";s:20:\"ppc_key5ddf5c326920c\";s:59:\"Headings are in title-case and have appropriate heading tag\";s:20:\"ppc_key5ddf5b93dc6a6\";s:21:\"Affiliate Links Added\";}"],"_elementor_controls_usage":["a:0:{}"],"uag_style_timestamp-css":["1590130886"],"uag_style_timestamp-js":["1590130886"],"_ht_kb_post_views_count":["5"],"_ht_kb_usefulness":["0"],"_ht_article_order_103":["46194"],"wp_last_modified_info":["August 24, 2022 @ 1:58 PM"],"wplmi_shortcode":["[lmt-post-modified-info]"],"_uagb_toc_heading_content":["a:13:{i:0;N;i:1;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:36:\"disable-all-astra-generated-schema\u00a0\";s:7:\"content\";s:36:\"Disable all Astra Generated Schema\u00a0\";s:5:\"depth\";i:3;}i:2;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:38:\"disable-schema-on-a-type-by-type-basis\";s:7:\"content\";s:38:\"Disable Schema on a Type by Type Basis\";s:5:\"depth\";i:3;}i:3;N;i:4;N;i:5;N;i:6;N;i:7;N;i:8;N;i:9;N;i:10;N;i:11;N;i:12;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:11:\"wrapping-up\";s:7:\"content\";s:11:\"Wrapping Up\";s:5:\"depth\";i:3;}}"],"views":["5198"],"helpful":["1"],"unhelpful":["0"],"redirects":["2"],"_lmt_disableupdate":["no"],"_wplmi_last_modified":["2022-08-24 13:58:13"],"rank_math_description":["Astra follows the best SEO practices and adds the necessary Schema markup to your website. If not needed, here's how you can disable the schema added by Astra."],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"rank_math_analytic_object_id":["777"],"rank_math_internal_links_processed":["1"],"rank_math_seo_score":["20"],"pfd_related_docs":[""],"_uagb_toc_options":["a:2:{s:17:\"_uagb_toc_version\";s:10:\"1777029896\";s:18:\"_uagb_toc_headings\";a:13:{i:0;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:34:\"removing-schema-generated-by-astra\";s:7:\"content\";s:34:\"Removing Schema Generated by Astra\";s:5:\"depth\";i:4;}i:1;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:34:\"disable-all-astra-generated-schema\";s:7:\"content\";s:36:\"Disable all Astra Generated Schema\u00a0\";s:5:\"depth\";i:3;}i:2;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:38:\"disable-schema-on-a-type-by-type-basis\";s:7:\"content\";s:38:\"Disable Schema on a Type by Type Basis\";s:5:\"depth\";i:3;}i:3;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:4:\"note\";s:7:\"content\";s:5:\"Note:\";s:5:\"depth\";i:4;}i:4;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:19:\"organization-schema\";s:7:\"content\";s:19:\"Organization Schema\";s:5:\"depth\";i:4;}i:5;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:13:\"person-schema\";s:7:\"content\";s:13:\"Person Schema\";s:5:\"depth\";i:4;}i:6;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:28:\"sitenavigationelement-schema\";s:7:\"content\";s:28:\"SiteNavigationElement Schema\";s:5:\"depth\";i:4;}i:7;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:15:\"wpheader-schema\";s:7:\"content\";s:15:\"WPHeader Schema\";s:5:\"depth\";i:4;}i:8;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:15:\"wpfooter-schema\";s:7:\"content\";s:15:\"WPFooter Schema\";s:5:\"depth\";i:4;}i:9;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:16:\"wpsidebar-schema\";s:7:\"content\";s:16:\"WPSideBar Schema\";s:5:\"depth\";i:4;}i:10;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:21:\"breadcrumblist-schema\";s:7:\"content\";s:21:\"BreadcrumbList Schema\";s:5:\"depth\";i:4;}i:11;a:4:{s:5:\"level\";i:4;s:2:\"id\";s:19:\"creativework-schema\";s:7:\"content\";s:19:\"CreativeWork Schema\";s:5:\"depth\";i:4;}i:12;a:4:{s:5:\"level\";i:3;s:2:\"id\";s:11:\"wrapping-up\";s:7:\"content\";s:11:\"Wrapping Up\";s:5:\"depth\";i:3;}}}"],"_trp_automatically_translated_slug_es_ES":["desactivar-el-marcado-schema"],"_uag_page_assets":["a:9:{s:3:\"css\";s:6448:\".uagb-block-51af1b18.wp-block-uagb-table-of-contents{text-align: left;}.uagb-block-51af1b18 .uagb-toc__list-wrap li a:hover{color: #6635b7;}.uagb-block-51af1b18 .uagb-toc__list-wrap li a{color: #54595F;}.uagb-block-51af1b18 .uagb-toc__wrap .uagb-toc__title-wrap{justify-content: left;margin-bottom: 22px;}.uagb-block-51af1b18 .uagb-toc__wrap .uagb-toc__title{color: #2f3f50;justify-content: left;margin-bottom: 22px;}.uagb-block-51af1b18 .uagb-toc__wrap{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-color: #efefef;border-style: solid;padding-left: 85px;padding-right: 85px;padding-top: 60px;padding-bottom: 60px;background: #f9f9f9;width: 100%;}.uagb-block-51af1b18 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-51af1b18 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-51af1b18 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;}.uagb-block-51af1b18 .uag-toc__collapsible-wrap svg{width: 31px;height: 31px;}.uagb-block-51af1b18 svg{width: 31px;height: 31px;}.uagb-block-51af1b18 .uagb-toc__list-wrap ol.uagb-toc__list > li{padding-top: calc( 15px \/ 2 );padding-bottom: calc( 15px \/ 2 );}.uagb-block-51af1b18 .uagb-toc__list-wrap ul.uagb-toc__list > li{padding-top: calc( 15px \/ 2 );padding-bottom: calc( 15px \/ 2 );}.uagb-block-51af1b18 .uagb-toc__list{list-style-type: none !important;}.uagb-block-51af1b18 .uagb-toc__list .uagb-toc__list{list-style-type: none !important;}.uagb-block-51af1b18 .uagb-toc__title{font-weight: 600;font-size: 22px;line-height: 30px;}.uagb-block-51af1b18 .uagb-toc__list-wrap ol li a{text-decoration: underline;}.uagb-toc__scroll-top { color: #cf2e2e; }.uagb-toc__scroll-top.uagb-toc__show-scroll { background: #ff6900; } .uagb-block-7fa75183.wp-block-uagb-inline-notice .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-7fa75183 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;background-color: #fff8e1;border: 2px solid #fdf4c9;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;} .uagb-block-7fa75183.uagb-dismissable button[type=\"button\"] svg{width: 16px;height: 16px;} .uagb-block-7fa75183.uagb-dismissable > svg{width: 16px;height: 16px;} .uagb-block-7fa75183 .uagb-notice-title{background-color: #fdf4c9;border-top-right-radius: 3px;border-top-left-radius: 3px;}@media only screen and (max-width: 976px) {.uagb-block-51af1b18 .uagb-toc__wrap{padding-left: 30px;padding-right: 30px;}.uagb-block-51af1b18 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-51af1b18 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-51af1b18 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;} .uagb-block-7fa75183 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-7fa75183 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}@media only screen and (max-width: 767px) {.uagb-block-51af1b18 .uagb-toc__wrap{padding-left: 35px;padding-right: 35px;padding-top: 30px;padding-bottom: 30px;}.uagb-block-51af1b18 .uagb-toc__list-wrap{column-count: 1;overflow: hidden;text-align: left;}.uagb-block-51af1b18 .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child{padding-top: 0;}.uagb-block-51af1b18 .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child{padding-bottom: 0;} .uagb-block-7fa75183 .uagb-notice-text{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;} .uagb-block-7fa75183 .uagb-notice-title{padding-left: 15px;padding-right: 15px;padding-top: 15px;padding-bottom: 15px;}}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-top svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-top .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape-bottom svg{width: calc( 100% + 1.3px );}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__shape.uagb-container__shape-bottom .uagb-container__shape-fill{fill: rgba(51,51,51,1);}.wp-block-uagb-container.uagb-block-debf2792 .uagb-container__video-wrap video{opacity: 1;}.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1200px);max-width: var(--inner-content-custom-width);width: 100%;flex-direction: column;align-items: center;justify-content: center;flex-wrap: nowrap;row-gap: 0px;column-gap: 0px;}.wp-block-uagb-container.uagb-block-debf2792{box-shadow: 0px 0px   #00000070 ;padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;overflow: visible;border-color: inherit;row-gap: 0px;column-gap: 0px;}@media only screen and (max-width: 976px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 1024px);max-width: var(--inner-content-custom-width);width: 100%;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}@media only screen and (max-width: 767px) {.wp-block-uagb-container.uagb-is-root-container .uagb-block-debf2792{max-width: 100%;width: 100%;}.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-debf2792 > .uagb-container-inner-blocks-wrap{--inner-content-custom-width: min( 100%, 767px);max-width: var(--inner-content-custom-width);width: 100%;flex-wrap: wrap;}.wp-block-uagb-container.uagb-block-debf2792{padding-top: 0px;padding-bottom: 0px;padding-left: 0px;padding-right: 0px;margin-top: 0px !important;margin-bottom: 0px !important;margin-left: 0px;margin-right: 0px;}}\";s:2:\"js\";s:475:\"document.addEventListener(\"DOMContentLoaded\", function(){ window.addEventListener( 'load', function(){\n\tUAGBTableOfContents._run( {\"mappingHeaders\":[false,false,true,false,false,false],\"scrollToTop\":false,\"makeCollapsible\":false}, '.uagb-block-51af1b18' );\n} );\nwindow.addEventListener( 'DOMContentLoaded', function() {\n\tUAGBInlineNotice.init( {\"c_id\":null,\"cookies\":false,\"close_cookie_days\":1,\"noticeDismiss\":\"\",\"icon\":\"rectangle-xmark\"}, '.uagb-block-7fa75183' );\n});\n });\";s:18:\"current_block_list\";a:7:{i:0;s:14:\"core\/paragraph\";i:1;s:12:\"core\/heading\";i:2;s:22:\"uagb\/table-of-contents\";i:3;s:9:\"core\/code\";i:4;s:18:\"uagb\/inline-notice\";i:5;s:14:\"uagb\/container\";i:6;s:14:\"core\/shortcode\";}s:8:\"uag_flag\";b:1;s:11:\"uag_version\";s:10:\"1777019791\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Anjali","author_link":"https:\/\/git-staging.wpastra.com\/es\/author\/anjalic\/"},"uagb_comment_info":0,"uagb_excerpt":"If you weren\u2019t already aware, Astra adds what is called \u201cSchema\u201d markup to your posts, pages, and the rest of your website.&nbsp; Adding Schema is an SEO friendly practice that helps search engines better understand your content, including the search intent. How does Schema help? Schema tells the search engine more about what is on&hellip;","_links":{"self":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/46194"}],"collection":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/comments?post=46194"}],"version-history":[{"count":0,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs\/46194\/revisions"}],"wp:attachment":[{"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/media?parent=46194"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_category?post=46194"},{"taxonomy":"docs_tag","embeddable":true,"href":"https:\/\/git-staging.wpastra.com\/es\/wp-json\/wp\/v2\/docs_tag?post=46194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}