Experience Builder with broken link

429
0
04-05-2021 06:21 AM
Labels (1)
David_van_Riel
New Contributor III

I created a web experience with Experience Builder and had our HR run it through their accessibility checker and it came back with there being a broken link.  Problem is that I didn't put the link in - it seems to be built into the code.  I was told the link is https://experience.arcgis.com/experience/8916caba72ca446e9ff02245165c940a/page/page_0/assets/exb.ico

 

When I inspect the page through Chrome and search for exb I see:

<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
    <title>Experience</title>
    <link rel="shortcut icon" href="assets/exb.ico">
    <base href="/834/experience/"/>

 

And through AGOL Assistant I search for exb and I see in the description section:

"typeKeywords": [
    "EXB Experience",
    "JavaScript",
    "Ready To Use",
    "status: Published",
    "version:1.3.0",
    "Web Application",
    "Web Experience",
    "Web Mapping Application",
    "Web Page",
    "Web Site"
    ],

and in the data section:

"exbVersion": "1.3.0",

 

Where is this link in AGOL Assistant and how do I fix or get rid of it?  If I delete the lines referencing exb through AGOL Assistant will it remove it?

 

0 Kudos
0 Replies