SEO improvements: add llms.txt, meta descriptions, and schema updates for absmach.eu#108
Open
FilipCivljak wants to merge 2 commits intomainfrom
Open
SEO improvements: add llms.txt, meta descriptions, and schema updates for absmach.eu#108FilipCivljak wants to merge 2 commits intomainfrom
FilipCivljak wants to merge 2 commits intomainfrom
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
absmach-website | 021abda | Commit Preview URL Branch Preview URL |
Mar 18 2026, 04:24 PM |
ianmuchyri
requested changes
Mar 17, 2026
src/pages/robots.txt.ts
Outdated
| }, | ||
| }); | ||
| }; | ||
| }; No newline at end of file |
src/pages/llms.txt.ts
Outdated
| "Content-Type": "text/plain; charset=utf-8", | ||
| }, | ||
| }); | ||
| }; No newline at end of file |
src/layouts/BaseLayout.astro
Outdated
| </script> | ||
| </body> | ||
| </html> | ||
| </html> No newline at end of file |
Musilah
requested changes
Mar 23, 2026
Contributor
Musilah
left a comment
There was a problem hiding this comment.
I’ve attached an SEO audit of the website for review: seo-audit-absmach.pdf
Please review the findings and apply the recommended changes where appropriate to improve overall SEO.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What type of PR is this?
This is an optimization and documentation update because it implements SEO improvements across the absmach.eu site: adds llms.txt, meta descriptions, JSON-LD schema for Organization, BlogPosting,, fixes canonical tags, and prepares pages for better AI search readability.
What does this do?
Adds llms.txt for AI search engines (ChatGPT, Claude, Perplexity, etc.)
Adds missing meta descriptions site-wide
Implements JSON-LD schemas:
Organization (homepage)
BlogPosting (all blog posts)
SoftwareApplication (products)
Fixes canonical tags on products and company pages
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
Did you document any new/modified features?
Notes