AEM SEO Implementation | Community
Skip to main content
AEM_Forum
New Participant
June 18, 2017
Solved

AEM SEO Implementation

  • June 18, 2017
  • 11 replies
  • 21502 views

Hi all,

Let us say I have two teams, one for UI development (HTML, JS and CSS)  and the other for AEM Development and the work for these two teams is clearly delineated.

For SEO Implementation:

1. it looks like most of the work needs to be done by UI development team. Is it true?

2. Configuring the Rich Text Editor for producing accessible content:

Is it the job of UI development team?

3. What is the work of AEM Development team?

4. I read configuring components for Alt Txt etc. This definitely is the work of AEM Development team.

5. So, how to estimate AEM efforts?

6. Could we say 5% of effort for all components for configuring Alt Txt etc?

7. What is the difference among levels A, AA and AAA from the implementation perspective?

Does it have any bearing on AEM efforts?

Appreciate all your replies.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

Hi Rama,

take two requirements, URL structure, in order to enforce this, you would instruct your authors in how they should structure the site and name their pages.

Adding an H1 to every page. The design team creates the the HTML outputted, the AEM team creates the components to allow the author to enter the title, they then add the H1 component to the template so it is available every time a page is created from the template.

Your question is very open ended and more suited to consulting. If you have a specific use case and need help implementing it, then that would be a more appropriate question. No harm in asking, but open ended questions don't always get an answer

Regards,

Opkar

11 replies

smacdonald2008
New Participant
June 19, 2017

For SEO Implementation:

1. it looks like most of the work needs to be done by UI development team. Is it true? (AEM development is done between both Front end UI developers and back-end Java developers)

2. Configuring the Rich Text Editor for producing accessible content:

Is it the job of UI development team? (this is typically done by front-end component developers - the RTE is usually implemented within a component dialog)

3. What is the work of AEM Development team? (Coding front end components/ back-end Java services)

4. I read configuring components for Alt Txt etc. This definitely is the work of AEM Development team. (YES)

5. So, how to estimate AEM efforts? (Depends on a lot of factors - will you use OOTB components, or develop your own components, how many Java services do you need, etc)

6. Could we say 5% of effort for all components for configuring Alt Txt etc?

7. What is the difference among levels A, AA and AAA from the implementation perspective?

Does it have any bearing on AEM efforts?