-
Notifications
You must be signed in to change notification settings - Fork 18
Enhance blog content strategy with AEO/GEO guidelines #5226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
KristopherLeads
wants to merge
1
commit into
main
Choose a base branch
from
aeo-geo-documentation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -314,6 +314,28 @@ The `<!--more-->` tag is used to define the text shown in the blog index from ea | |
|
|
||
| {.border.border-gray-200.max-w-[600px]} | ||
|
|
||
| ### AEO/GEO Optimisation | ||
|
|
||
| More searches are being handled by agents and AI systems, and as such, content should support this paradigm. Each blog post should have the following. | ||
| #### Question-Based Headers | ||
| H2 and below should be framed as questions - instead of "The Operational Reality of AI", it should read "What is the Operational Reality of AI in Industry?". AEO/GEO trades heavily on question:answer pairs, so where possible, this pair should be built into the content itself. | ||
| #### FAQ Section | ||
| Each blog page should have a "faq" section which structures questions and answers for AEO/GEO parsing. This should follow this format: | ||
|
|
||
| ``` | ||
| faq: | ||
| - question: "Core question about the content?" | ||
| answer: "Detailed answer of no more than two sentences." | ||
| - question: "Core question about the content?" | ||
| answer: "Detailed answer of no more than two sentences." | ||
| ``` | ||
| #### tl;dr Section | ||
| This section will render as a summary about the page, giving readers and AEO/GEO systems the ability to rapidly summarise and understand the content. It should take this structure: | ||
|
|
||
| ``` | ||
| tldr: "This page shows you how to build a blog post and release it for general consumption. It details the steps to take, the rationale for each step, and the practical outcome of each step." | ||
| ``` | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @KristopherLeads is the |
||
| ### Rendering Node-RED Flows | ||
|
|
||
| The blog uses a flow renderer to make it easier for users to understand what the | ||
|
|
@@ -342,3 +364,5 @@ Feel free to request reviews and merge your blog post when it's ready, even if t | |
| The post, to be published in the future, will be rendered when developing locally and on deployment previews. | ||
|
|
||
| By utilizing the scheduling feature, we can maintain a consistent and organized publishing schedule without the need for last-minute adjustments. | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@KristopherLeads @sumitshinde-84 does this still stands? considering the comments regarding blog titles? (I know it says H2, but still wanted to check)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add the following line so it does not feel like we are forcing every heading to be question-based:
"The goal is not to force every heading into a question, but to use question-based headings where they reflect genuine user intent and help organize the content more clearly."