Hey @narendiran_ravi I have now actually defined custom helix-query.yaml file. I added it to my main branch.However I am noticing two things, which tells me this custom indexing is NOT working:1. I have added an exclude path, yet when I publish within this excluded path, it get's indexed, even thoug...
Hey experts, I am using EDS (Document based authoring) approach to build a website for a client. The following is the structure I have for my site:- /- - en--- us--- ukI have two query-index.xlsx sheet set up, one in en/us and one in en/uk. I have not defined a custom index (no helix-query.yaml fil...
Hey everyone, I am trying to implement a Blogs feature in EDS. I am doing this by creating a dynamic feed from query-index.json using JS fetch. async function loadJSON(path) {
if (path) {
const resp = await fetch(path);
if (resp.ok) {
return await resp.json();
}
}
return nul...
Hey, we're building an EDS site for a client and ideally we don't want the .live or .page site to be crawlable or accessible publicly. We want some sort of security or VPN (or login) around it? Is this possible? What options do I have?
Hey guys, Hope everyone is doing well. I am wondering if there is a way to use multiple Sharepoint URLs for a single Github Repo. For example, I have this sharepoint URL in my main branch: mountpoints:/: https://mycompany.sharepoint.com/:f:/r/sites/WebsiteProjects/Shared%20Documents/website And this...
Hey everyone, We have an EDS website which we want to deploy on our AEM Cloud CDN using Edge Delivery Solution. (Screenshot below)I do understand the steps needed to configure and connect an EDS website to a Domain. However, this single domain instance will then be our production. I want a staging e...
Hey guys, I am trying to use this custom video block from aem assets plugin.https://github.com/adobe-rnd/aem-assets-plugin/tree/main/blocks/videoThe preview for these blocks are here: https://main--assets-blocks--hlxsites.aem.live/video-block-demoHowever, when trying to run them on my local EDS proj...
Data ingestion and forms in EDS are depreciated (https://www.aem.live/developer/forms)Are there any other options for me to intake data through forms in EDS from users and store them somewhere within AEM or EDS?Thanks,Osman
Hey guys, Working on an EDS Document based website, but I want to know if I can connect it to Hubspot / Salesforce integrations. I want to direct the form responses to some integrations etc. What is the best way? Thanks
Hey guys,I recently evaluated the Lighthouse SEO scores for my published EDS (Edge Delivery Service) website and noticed that the SEO score was quite low. To better understand the issue, I also checked the boilerplate SEO score, and it appears to be low as well.I’ve already ensured that metadata is ...