<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/are-you-standard-site--e3sblhtqk" -->

---
title: Are you standard.site? | daily.dev
description: David Bushell walks through implementing Standard.site support for his blog, which adds a &#x27;View publication&#x27; button in Bluesky feeds via AT Protocol records....
canonical: https://daily.dev/posts/are-you-standard-site--e3sblhtqk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Are you standard.site? | daily.dev
og:description: David Bushell walks through implementing Standard.site support for his blog, which adds a &#x27;View publication&#x27; button in Bluesky feeds via AT Protocol records....
og:url: https://daily.dev/posts/are-you-standard-site--e3sblhtqk
og:image: https://api.daily.dev/og/posts/E3SblhTqK.png
og:image:alt: Are you standard.site?
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Are you standard.site?

**[dbushell](https://daily.dev/sources/dbushell)** · 2 min read · 10 upvotes · 0 comments

## Summary

David Bushell walks through implementing Standard.site support for his blog, which adds a 'View publication' button in Bluesky feeds via AT Protocol records. He automated the process using a build script and the atcute libraries, syncing his blog's page manifest with atproto records in the site.standard.document collection — creating, updating, or deleting records as needed, and injecting the resulting atproto URIs into link elements.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dbushell.com/2026/06/05/are-you-standard-site>

## Similar posts on daily.dev

- [Bluesky embraces long-form content to counter X Articles](https://daily.dev/posts/bluesky-embraces-long-form-content-to-counter-x-articles-35ttjstgi) · TechCrunch · 0 upvotes · 0 comments
- [Standard.site Docusaurus with Sequoia](https://daily.dev/posts/standard-site-docusaurus-with-sequoia-d4opaewuv) · John Reilly · 0 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript)

[View this post on daily.dev](https://daily.dev/posts/are-you-standard-site--e3sblhtqk)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Are you standard.site?","url":"https://daily.dev/posts/are-you-standard-site--e3sblhtqk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/are-you-standard-site--e3sblhtqk"},"datePublished":"2026-06-05T11:03:40.754Z","dateModified":"2026-06-05T11:04:03.264Z","description":"David Bushell walks through implementing Standard.site support for his blog, which adds a 'View publication' button in Bluesky feeds via AT Protocol records....","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f28d2d3f277c674e4b3acaccca03b0db?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f28d2d3f277c674e4b3acaccca03b0db?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"dbushell","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"dbushell","logo":"https://media.daily.dev/image/upload/s--o8r11ve8--/f_auto,q_auto/v1776585822/logos/dbushell","url":"https://daily.dev/sources/dbushell"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/are-you-standard-site--e3sblhtqk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":10},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"javascript","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"dbushell","item":"https://daily.dev/sources/dbushell"},{"@type":"ListItem","position":3,"name":"Are you standard.site?"}]}
```

