AI Site Grade
develodesign.co.uk — AI Site Grade
Develo Design's Angular SPA serves a JavaScript shell to every AI crawler, making 134+ blog articles and 79+ technical guides invisible to language models.
Develo Design's Angular SPA blocks AI crawlers from indexing its content, while the site lacks a robots.txt, sitemap, and external signals, and the LLM cold-knowledge prior is partially fabricated.
- Findings
- 10
- Evidence checks
- 30
- Completed
- 30 May 2026
Analysis
Excellent. Now I have a comprehensive picture. Let me compile the audit.
Develo Design runs an Angular-based SPA that serves a JS shell to every crawler — including AI bots — making its 134+ blog articles and 79+ technical guides invisible to every language model that visits.
Crawler Access
All AI bots (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, Bytespider, Applebot-Extended, anthropic-ai, ChatGPT-User) receive a 200 status with identical byte-size content to a browser — but that content is a JavaScript shell (<base href="/">, <div data-beasties-container>, Angular bootstrap). The homepage returns 786 words of server-rendered text, but every blog article page returns "Error Loading Article" with a canonical pointing to the homepage. The /robots.txt and /llms.txt URLs both redirect to the homepage (no actual files exist). The /sitemap.xml also redirects to the homepage — there is no XML sitemap. The site runs on Cloudflare with no AI-bot-specific blocking, but Google-Extended and Perplexity-User returned errors during testing.
Cold-Knowledge Gap
The LLM cold-knowledge query describes Develo Design as serving clients like Puma, Superdry, and Lush — brands that do not appear anywhere on the actual site. The site's client list includes Bamford, BrandAlley, Currys, Daylesford Organic, HowSafe, Leon Paul, Teague Chokes, and DTE. The model also mentions "mixed reviews on Clutch and Google" — but no Clutch or Google review pages surfaced in any search. The model's prior is stale and partially fabricated, referencing a broader brand footprint than the site actually claims. The site itself positions as a Hyva Gold Partner and Magento/Adobe Commerce specialist — a detail the cold model did not mention at all.
Content & Schema Posture
The homepage and service pages carry solid Organization and ProfessionalService JSON-LD with address, phone, email, and social links. Case study pages use Article schema with datePublished. However, no FAQ schema exists anywhere despite the site having FAQ-style content (the sitemap page lists "What is Magento eCommerce? With Your FAQs Answered" as a blog article). The blog and learn sections are Angular-rendered SPAs — the blog list page shows only 18 words of visible text from a plain GET, and individual article pages show "Error Loading Article" with a broken title (DevelositeDaffodil). The /learn section has 79+ technical articles that are similarly invisible to crawlers.
External Signals
External search results for "Develo Design" returned zero results across multiple queries — no Clutch profile, no Google reviews, no press mentions, no Reddit threads. The only external links on the site are to LinkedIn and Instagram. The footer claims a 4.9 rating on Google, but no Google review page can be found via search. The site mentions "Founded in Birmingham in 2010" and lists 16 team members on the meet-the-team page, suggesting a legitimate operation — but the complete absence of off-domain signals means AI engines have almost no third-party corroboration to draw on.
Surprising Details
The blog article page returns a title tag of "DevelositeDaffodil" — an apparent development codename or placeholder that leaked into production. The canonical on broken article pages points to the homepage. The sitemap page (an HTML page at /sitemap, not XML) lists 251 total pages including 134 blog articles and 79 learn articles, but the XML sitemap at /sitemap.xml redirects to the homepage. The footer copyright reads "2026" — two years ahead of the current date.
Findings
Angular SPA serves JavaScript shell to all crawlers High
Every page on the site, including blog articles and technical guides, returns a JavaScript shell to AI bots like GPTBot and ClaudeBot. The blog list page shows only 18 words of visible text, and individual article pages display 'Error Loading Article' with a broken title.
What to change: Implement server-side rendering (SSR) or static prerendering for all content pages, especially blog and learn sections, so that crawlers receive fully rendered HTML.
Robots.txt redirects to homepage High
The /robots.txt URL redirects to the homepage instead of serving a valid robots.txt file. This means there are no crawl directives for any bot, including AI crawlers.
What to change: Create a proper robots.txt file that allows AI bots to crawl the site and disallow any non-content paths.
XML sitemap redirects to homepage High
The /sitemap.xml URL redirects to the homepage, so no XML sitemap is available for crawlers. An HTML sitemap exists at /sitemap but is not a standard XML sitemap.
What to change: Generate and serve a valid XML sitemap at /sitemap.xml listing all important pages, and submit it to search engines.
LLMs.txt redirects to homepage Medium
The /llms.txt URL redirects to the homepage, so no LLM-specific guidance file is available for AI crawlers.
What to change: Create an llms.txt file that provides a summary of the site and links to key content pages for AI crawlers.
Blog articles return 'Error Loading Article' High
Individual blog article pages, such as the one on Magento site speed, display 'Error Loading Article' and have a broken title tag 'DevelositeDaffodil'. The canonical URL points to the homepage, making the content effectively invisible.
What to change: Fix the Angular routing or backend to properly render blog articles, and remove the placeholder title 'DevelositeDaffodil'.
LLM cold-knowledge prior is stale and partially fabricated High
The LLM knowledge query returned claims that Develo Design serves clients like Puma, Superdry, and Lush, but these brands do not appear on the site. The model also mentioned mixed reviews on Clutch and Google, but no such review pages exist. The model failed to mention the site's Hyva Gold Partner status.
What to change: Ensure the site's content is crawlable and indexed by AI bots so that LLMs can retrieve accurate information. Consider publishing case studies and client logos with proper schema.
No external signals found for the brand High
Multiple web searches for 'Develo Design' returned zero results across queries for reviews, Clutch profile, Google reviews, press mentions, and LinkedIn. The only external links on the site are to LinkedIn and Instagram.
What to change: Build a presence on review platforms like Clutch and Google My Business, and encourage clients to leave reviews. Publish press releases or guest articles to generate backlinks.
No FAQ schema despite FAQ-style content Medium
The site has FAQ-style content (e.g., 'What is Magento eCommerce? With Your FAQs Answered' listed in the sitemap), but no FAQ schema is implemented anywhere on the site.
What to change: Add FAQPage schema to pages that contain question-and-answer content to improve visibility in AI-generated answers.
Footer copyright shows year 2026 Low
The footer copyright reads '2026', which is two years ahead of the current date, indicating a stale or placeholder value.
What to change: Update the copyright year to the current year or use dynamic year generation.
Learn section with 79+ articles is invisible to crawlers High
The /learn section contains 79+ technical articles, but like the blog, it is rendered via Angular and returns minimal visible text to crawlers.
What to change: Apply SSR or prerendering to the learn section to make its content accessible to crawlers.
What's working
- Homepage returns server-rendered text — The homepage returns 786 words of server-rendered text, providing some content to crawlers even though other pages are JS shells.
- Organization and ProfessionalService JSON-LD on key pages — The homepage and service pages include Organization and ProfessionalService JSON-LD with address, phone, email, and social links, which helps AI understand the business.
- Case study pages use Article schema with datePublished — Case study pages like the Bamford case study include Article schema with datePublished, which can help AI understand the content's timeliness.
- HTML sitemap lists 251 pages — An HTML sitemap at /sitemap lists 251 total pages, including 134 blog articles and 79 learn articles, providing a human-readable overview of the site structure.
- Site uses Cloudflare CDN — The site runs on Cloudflare, which provides performance and security benefits, and does not block AI bots at the CDN level.
- Meet the Team page lists 16 members — The /about/meet-the-team page lists 16 team members, demonstrating a legitimate operation and providing human credibility.
Track develodesign.co.uk across AI search
This is one snapshot. Open the interactive report to inspect evidence, or grade another site free.