Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
minhafarmacia.app
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
dist
/
Lite
/
assets
/
js
/
Editing: EeatCta.b2859e7b.js
import{u as C}from"./EeatCta.f06edda4.js";import{C as D}from"./Index.72794c8a.js";import{G as g}from"./constants.bc5863fe.js";import{b}from"./index.317ad629.js";import{u as I}from"./JsonValues.a0694556.js";import{l as P}from"./license.414793bf.js";import"./translations.e71e2202.js";import{_ as E}from"./Button.9a301412.js";import{B as L}from"./Checkbox.6a913600.js";import{B as k}from"./Input.f04bee4d.js";import{B as W}from"./RadioToggle.18655b2f.js";import{B as R}from"./Select.69906a74.js";import{C as V}from"./Blur.92695742.js";import{C as B}from"./Card.b75a3969.js";import{C as $}from"./SettingsRow.35256805.js";import{C as f}from"./Tooltip.23c7170d.js";import{C as O}from"./Index.b576f6c8.js";import{S as z}from"./Plus.c9b03af8.js";import{S as y,_ as N}from"./Trash.87a7d946.js";import{_ as t,a as r}from"./default-i18n.65d58dd6.js";import{W as j,o as h,a1 as v,a2 as l,_ as s,l as a,R as o,a7 as c,$ as n,c as w,F as H,af as M,ae as G,a4 as S}from"./runtime-core.esm-bundler.ce5add0b.js";import{R as F}from"./RequiredPlans.3bd01b59.js";import{u as J}from"./AddonConditions.c3862ae2.js";import"./Index.2a391835.js";import"./Close.ccd53ef3.js";import"./_plugin-vue_export-helper.eefbdd86.js";import"./Row.bb9acf3f.js";import"./Pencil.d82df6a1.js";import"./helpers.633a054c.js";import"./upperFirst.5dc701f8.js";import"./Checkmark.762f711e.js";import"./runtime-dom.esm-bundler.dc49ee3e.js";import"./Caret.cd869c5d.js";import"./Slide.3003ef51.js";import"./CheckSolid.5be77a11.js";import"./addons.a280be1f.js";const q={id:"aioseo-author-seo"},Q={class:"aioseo-description"},Y=["innerHTML"],K={class:"aioseo-description"},X=["innerHTML"],Z={class:"topics-table"},ee={class:"tooltip-wrapper"},te={class:"tooltip-wrapper"},oe={class:"tooltip-wrapper"},se=s("td",null,null,-1),ae={class:"name"},ie={class:"url"},re={class:"same-as-urls"},le={class:"actions"},ne={colspan:"4"},ce={__name:"EeatBlur",setup(A){const{getJsonValue:d}=I(),p=[{name:"WordPress",url:"https://wordpress.org",sameAsUrls:[]},{name:"SEO",url:"https://aioseo.com",sameAsUrls:[]},{name:"Schema Markup",url:"https://schema.org",sameAsUrls:[]}],e="all-in-one-seo-pack",i={settings:t("Settings",e),experienceTopics:t("Author Experience Topics (E-E-A-T)",e),experienceTopicsDescription:r(t("The following settings will be added directly to an author's schema meta data via the %1$sknowsAbout%2$s property. This property helps with the Experience aspect of Google's E-E-A-T guidelines. After setting the global options here, you can add them directly in an authors profile page.",e),"<code>","</code>"),name:t("Name",e),url:t("URL",e),sameAsUrls:t("Same As URLs",e),addItem:t("Add Item",e),delete:t("Delete",e),nameTooltip:t('The name of the item the author knows about (e.g. "Amazon").',e),urlTooltip:t('The URL of the item the author knows about (e.g. "https://amazon.com").',e),sameAsUrlsTooltip:t('Additional URLs to help identify the item (e.g. "https://en.wikipedia.org/wiki/Amazon_(company)").',e),sameAsUrlsPlaceholder:t("Enter a URL and press enter",e),tagPlaceholder:t("Press enter to insert a URL",e),authorBioInjection:t("Append Author Bio to Posts",e),authorBioInjectionDescription:r(t("Choose whether %1$s should automatically append a compact author bio at the end of every post. You can also manually insert the author bio using the Author Bio block.",e),void 0),postTypes:t("Post Types",e),includeAllPostTypes:t("Include All Post Types",e),selectPostTypes:t("Select the post types for which you want to automatically inject an author bio.",e)},T=j(()=>{const m={block:{desc:r('<p>The following blocks are available in the Block Editor:</p><ul style="list-style:disc; margin-left: 24px;"><li>AIOSEO - Author Bio</li><li>AIOSEO - Author Name</li></ul>')},shortcode:{multiple:[{copy:"[aioseo_eeat_author_bio]",desc:t("Use the following shortcode to display the author bio.",e),hasAdvanced:!0,attributes:[{name:"compact",description:r(t("Whether the compact author bio should be output or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following shortcode attributes can be used to override the default settings:",e)},{copy:"[aioseo_eeat_author_tooltip]",desc:t("Use the following shortcode to display the author name.",e),hasAdvanced:!0,attributes:[{name:"show-label",description:r(t('Whether to display the "Written By" label or not. Defaults to %1$s.',e),"<code>true</code>")},{name:"show-image",description:r(t("Whether to display the author image or not. Defaults to %1$s.",e),"<code>true</code>")},{name:"show-tooltip",description:r(t("Whether to display the popup when someone hovers over the name or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following shortcode attributes can be used to override the default settings:",e)}]},php:{multiple:[{copy:"<?php if( function_exists( 'aioseo_eeat_author_bio' ) ) aioseo_eeat_author_bio(); ?>",desc:t("Use the following PHP code anywhere in your theme's post templates or author archive template to display a bio for the author.",e),hasAdvanced:!0,attributes:[{name:"$compact",description:r(t("Whether the compact author bio should be output or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following function arguments can be used to override the default settings:",e)},{copy:"<?php if( function_exists( 'aioseo_eeat_author_tooltip' ) ) aioseo_eeat_author_tooltip(); ?>",desc:t("Use the following PHP code anywhere in your theme's post templates to display a bio for the post author.",e),hasAdvanced:!0,attributes:[{name:"$showLabel",description:r(t('Whether to display the "Written By" label or not. Defaults to %1$s.',e),"<code>true</code>")},{name:"$showImage",description:r(t("Whether to display the author image or not. Defaults to %1$s.",e),"<code>true</code>")},{name:"$showTooltip",description:r(t("Whether to display the popup when someone hovers over the name or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following function arguments can be used to override the default settings:",e)}]}};return P.hasAddonFeature("aioseo-eeat","post-reviewer")&&(m.block.desc=r('<p>The following blocks are available in the Block Editor:</p><ul style="list-style:disc; margin-left: 24px;"><li>AIOSEO - Author Bio</li><li>AIOSEO - Author Name</li><li>AIOSEO - Reviewer Name</li></ul>'),m.shortcode.multiple.push({copy:"[aioseo_eeat_reviewer_tooltip]",desc:t("Use the following shortcode to display the reviewer name.",e),hasAdvanced:!0,attributes:[{name:"show-label",description:r(t('Whether to display the "Reviewed By" label or not. Defaults to %1$s.',e),"<code>true</code>")},{name:"show-image",description:r(t("Whether to display the reviewer image or not. Defaults to %1$s.",e),"<code>true</code>")},{name:"show-tooltip",description:r(t("Whether to display the popup when someone hovers over the name or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following shortcode attributes can be used to override the default settings:",e)}),m.php.multiple.push({copy:"<?php if( function_exists( 'aioseo_eeat_reviewer_tooltip' ) ) aioseo_eeat_reviewer_tooltip(); ?>",desc:t("Use the following PHP code anywhere in your theme's post templates to display a bio for the post reviewer.",e),hasAdvanced:!0,attributes:[{name:"$showLabel",description:r(t('Whether to display the "Reviewed By" label or not. Defaults to %1$s.',e),"<code>true</code>")},{name:"$showImage",description:r(t("Whether to display the reviewer image or not. Defaults to %1$s.",e),"<code>true</code>")},{name:"$showTooltip",description:r(t("Whether to display the popup when someone hovers over the name or not. Defaults to %1$s.",e),"<code>true</code>")}],attributesDescription:t("The following function arguments can be used to override the default settings:",e)})),m});return(m,pe)=>(h(),v(o(V),null,{default:l(()=>[s("div",q,[a(o(B),{id:"aioseo-author-seo-settings",slug:"authorSeoSettings","header-text":i.settings,noSlide:""},{default:l(()=>[a(o(O),{options:T.value,plural:""},null,8,["options"]),a(o($),{name:i.authorBioInjection},{content:l(()=>[a(o(W),{value:"true",name:"authorBioInjection",options:[{label:o(g).disabled,value:!1,activeClass:"dark"},{label:o(g).enabled,value:!0}]},null,8,["options"]),s("div",Q,[c(n(i.authorBioInjectionDescription)+" ",1),s("span",{innerHTML:o(b).getDocLink(o(g).learnMore,"eeatAuthorBioInjection",!0)},null,8,Y)])]),_:1},8,["name"]),a(o($),{name:i.postTypes},{content:l(()=>[a(o(L),{size:"medium",value:"true"},{default:l(()=>[c(n(i.includeAllPostTypes),1)]),_:1}),s("div",K,n(i.selectPostTypes),1)]),_:1},8,["name"])]),_:1},8,["header-text"]),a(o(B),{id:"aioseo-author-seo-topics",slug:"authorSeoTopics","header-text":i.experienceTopics,noSlide:""},{default:l(()=>[s("div",{class:"aioseo-settings-row aioseo-section-description",innerHTML:i.experienceTopicsDescription},null,8,X),s("table",Z,[s("thead",null,[s("tr",null,[s("td",null,[s("div",ee,[c(n(i.name)+" ",1),a(o(f),null,{tooltip:l(()=>[c(n(i.nameTooltip),1)]),default:l(()=>[a(o(y))]),_:1})])]),s("td",null,[s("div",te,[c(n(i.url)+" ",1),a(o(f),null,{tooltip:l(()=>[c(n(i.urlTooltip),1)]),default:l(()=>[a(o(y))]),_:1})])]),s("td",null,[s("div",oe,[c(n(i.sameAsUrls)+" ",1),a(o(f),null,{tooltip:l(()=>[c(n(i.sameAsUrlsTooltip),1)]),default:l(()=>[a(o(y))]),_:1})])]),se])]),s("tbody",null,[(h(),w(H,null,M(p,(u,U)=>s("tr",{class:G({even:U%2===0}),key:U},[s("td",ae,[a(o(k),{size:"medium",modelValue:u.name,"onUpdate:modelValue":_=>u.name=_,"append-icon":"circle-close","append-icon-on-value":"",onAppendIconClick:_=>u.name=""},null,8,["modelValue","onUpdate:modelValue","onAppendIconClick"])]),s("td",ie,[a(o(k),{size:"medium",modelValue:u.url,"onUpdate:modelValue":_=>u.url=_,"append-icon":"circle-close","append-icon-on-value":"",onAppendIconClick:_=>u.url=""},null,8,["modelValue","onUpdate:modelValue","onAppendIconClick"])]),s("td",re,[a(o(R),{size:"medium",multiple:"",taggable:"",options:o(d)(u.sameAsUrls)||[],modelValue:o(d)(u.sameAsUrls)||[],placeholder:i.sameAsUrlsPlaceholder,"tag-placeholder":i.tagPlaceholder},null,8,["options","modelValue","placeholder","tag-placeholder"])]),s("td",le,[a(o(f),{type:"action"},{tooltip:l(()=>[c(n(i.delete),1)]),default:l(()=>[a(o(N))]),_:1})])],2)),64))]),s("tfoot",null,[s("tr",null,[s("td",ne,[a(o(E),{size:"small-table",type:"black"},{default:l(()=>[a(o(z)),c(" "+n(i.addItem),1)]),_:1})])])])])]),_:1},8,["header-text"])])]),_:1}))}},x={__name:"EeatCta",setup(A){const{features:d,strings:p}=C();return(e,i)=>(h(),w("div",null,[a(o(ce)),a(o(D),{"cta-link":o(b).getPricingUrl("eeat","eeat-upsell",null,"liteUpgrade"),"button-text":o(p).ctaButtonText,"learn-more-link":o(b).getUpsellUrl("eeat",null,"liteUpgrade"),"feature-list":o(d),alignTop:""},{"header-text":l(()=>[c(n(o(p).headerText),1)]),description:l(()=>[a(o(F),{addon:"aioseo-eeat"}),c(" "+n(o(p).description),1)]),_:1},8,["cta-link","button-text","learn-more-link","feature-list"])]))}},ue={class:"author-seo-cta"},qe={__name:"EeatCta",setup(A){const{shouldShowActivate:d,shouldShowLite:p,shouldShowUpdate:e}=J({addonSlug:"aioseo-eeat"});return(i,T)=>(h(),w("div",ue,[o(e)||o(d)?(h(),v(o(x),{key:0})):S("",!0),o(p)?(h(),v(o(x),{key:1})):S("",!0)]))}};export{qe as default};
Save
Cancel