How to choose the right backend as a service platform for your app - #3158
How to choose the right backend as a service platform for your app#3158aishwaripahwa12 wants to merge 1 commit into
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Each function runs in its own isolated container with custom environment variables |
Greptile SummaryThe PR adds an unlisted SEO article explaining how to evaluate backend-as-a-service platforms, along with its optimized cover asset and cache metadata.
Confidence Score: 4/5The feed exposure should be fixed before merging if this article is intended to remain unlisted. The article is hidden from normal blog listings but is still emitted by both public feed endpoints because they consume the unfiltered posts collection. Files Needing Attention: src/routes/blog/post/how-to-choose-the-right-backend-as-a-service-platform-for-your-app/+page.markdoc Important Files Changed
Prompt To Fix All With AI### Issue 1
src/routes/blog/post/how-to-choose-the-right-backend-as-a-service-platform-for-your-app/+page.markdoc:11
**Unlisted post leaks through feeds**
When this post is deployed with `unlisted: true`, the RSS and JSON feed generators still serialize it from the unfiltered `posts` collection, exposing its title, description, URL, date, and other metadata to feed consumers despite hiding it from the blog listing.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "latest seo blog" | Re-trigger Greptile |
| author: aditya-oberai | ||
| category: comparisons | ||
| featured: false | ||
| unlisted: true |
There was a problem hiding this comment.
Unlisted post leaks through feeds
When this post is deployed with unlisted: true, the RSS and JSON feed generators still serialize it from the unfiltered posts collection, exposing its title, description, URL, date, and other metadata to feed consumers despite hiding it from the blog listing.
Knowledge Base Used: Blog and Changelog
Prompt To Fix With AI
This is a comment left during a code review.
Path: src/routes/blog/post/how-to-choose-the-right-backend-as-a-service-platform-for-your-app/+page.markdoc
Line: 11
Comment:
**Unlisted post leaks through feeds**
When this post is deployed with `unlisted: true`, the RSS and JSON feed generators still serialize it from the unfiltered `posts` collection, exposing its title, description, URL, date, and other metadata to feed consumers despite hiding it from the blog listing.
**Knowledge Base Used:** [Blog and Changelog](https://app.greptile.com/appwrite/-/custom-context/knowledge-base/appwrite/website/-/docs/blog-and-changelog.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Latest SEO blog