인증된 AgentReady.md 증명서
발급일 sig: 52d6de02b728cb40 검증 →

분석된 URL

https://rcf-community.com

측정: 10시간 전

다른 URL 분석

AI-Ready 점수

보통

/ 100

토큰 절감량

HTML 토큰 2824
Markdown 토큰 352
절감 88%

점수 상세

접근성 88/100
AI 발견 가능성 65/100
구조화 데이터 35/100
시맨틱 HTML 55/100
콘텐츠 효율성 75/100

신흥 프로토콜

6개 중 0개 감지

AI 에이전트가 찾는 well-known 엔드포인트. 감지되면 에이전트가 서비스를 자동으로 발견하고 연결할 수 있습니다.

  • OAuth Protected Resource RFC 9728
    /.well-known/oauth-protected-resource
  • OAuth Discovery RFC 8414
    /.well-known/oauth-authorization-server
  • MCP Server Card SEP-1649 draft
    /.well-known/mcp/server-card.json
  • A2A Agent Card A2A v1.0
    /.well-known/agent-card.json
  • API Catalog RFC 9727
    /.well-known/api-catalog
  • Agent Skills index Discovery RFC v0.2.0 draft
    /.well-known/agent-skills/index.json

이 점수는 그대로 있지 않습니다. 모니터링은 아직 없습니다. 명단에 등록하면 출시할 때 알려드립니다.

명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.

측정 결과 No JSON-LD / Schema.org found

Schema.org 구조화 데이터를 찾을 수 없습니다. JSON-LD는 AI 에이전트가 페이지에서 사실 기반의 구조화 정보를 추출하는 데 도움을 줍니다.

구현 방법

Schema.org 마크업이 포함된 <script type="application/ld+json"> 블록을 추가하세요. 적절한 유형을 사용하세요: 블로그 게시물에는 Article, 제품 페이지에는 Product, 회사 페이지에는 Organization.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No Markdown for Agents support detected

사이트가 Markdown for Agents를 지원하지 않습니다. 이 Cloudflare 표준을 통해 AI 에이전트가 마크다운 형식으로 콘텐츠를 요청할 수 있으며, 토큰 사용량을 ~80% 줄일 수 있습니다.

구현 방법

다음 중 하나 이상을 구현하세요: (1) Accept: text/markdown에 마크다운 콘텐츠로 응답. (2) .md URL 제공 (예: /page.md). (3) <link rel="alternate" type="text/markdown"> 태그 추가. (4) 마크다운 발견을 위한 Link HTTP 헤더 추가.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 0/3 OG tags present

Open Graph 태그가 없거나 불완전합니다. OG 태그는 AI 에이전트(및 소셜 플랫폼)가 페이지의 제목, 설명, 이미지를 이해하는 데 도움을 줍니다.

구현 방법

페이지의 <head>에 og:title, og:description, og:image 메타 태그를 추가하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 Missing <article> and <main> elements

페이지에 <article> 또는 <main> 요소가 없습니다. 이 시맨틱 컨테이너는 AI 에이전트가 주요 콘텐츠 영역을 식별하고 내비게이션, 사이드바, 푸터를 무시하는 데 도움을 줍니다.

구현 방법

페이지의 주요 콘텐츠 주위에 <main> 요소를 추가하고, 블로그 게시물이나 제품 설명 같은 독립적인 콘텐츠 블록에는 <article>을 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 0 semantic elements, 26 divs (ratio: 0%)

페이지가 <div> 요소에 크게 의존합니다. <section>, <nav>, <header>, <footer>, <aside> 같은 시맨틱 요소는 AI 에이전트에게 의미 있는 구조를 제공합니다.

구현 방법

범용 <div> 컨테이너를 적절한 시맨틱 요소로 교체하세요. 주제별 그룹에는 <section>, 내비게이션에는 <nav>, 페이지/섹션 헤더와 푸터에는 <header>/<footer>를 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No Content-Signal found (robots.txt or HTTP headers)

Content-Signal 지시어가 발견되지 않았습니다. 이는 AI 에이전트에게 콘텐츠 사용 방법(검색 색인, AI 입력, 훈련 데이터)을 알려줍니다. 권장 위치는 robots.txt입니다.

구현 방법

robots.txt에 Content-Signal을 추가하세요: User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no. 마크다운 응답의 HTTP 헤더로도 추가할 수 있습니다.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 No lang attribute on <html>

<html> 요소에 lang 속성이 없습니다. AI 에이전트에게 페이지의 주 언어를 알려줍니다.

구현 방법

<html> 태그에 lang="ko" (또는 해당 언어)를 추가하세요: <html lang="ko">.

코딩 에이전트에 붙여넣어 수정하게 하세요

측정 결과 11/115 elements with inline styles (9.6%)

많은 요소에 인라인 스타일 속성이 있습니다. 이는 콘텐츠를 추출하는 AI 에이전트에게 잡음이 됩니다.

구현 방법

모든 인라인 스타일을 스타일시트의 CSS 클래스로 이동하세요. 많은 고유 스타일이 필요하면 Tailwind 같은 유틸리티 CSS 프레임워크를 사용하세요.

코딩 에이전트에 붙여넣어 수정하게 하세요
Markdown 토큰: 352
## April 1st, 2025 - by Novus

![RCF Seal](https://rcf-community.com/images/RCF-anim-test1.gif)

*One of the largest and most active communities in [STAR TREK ONLINE](https://www.arcgames.com/en/games/star-trek-online)™️ Universe.*

### Abount Us

**\-RCF- Community Fleets** is a powerhouse in \*Star Trek: Online\*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.

**Our mission is simple:** *“Uniti vincimus”* — United, we conquer

### What We Offer-   **Active Discord:** 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more
-   **Fleet Projects:** Constantly slotted holdings across multiple fleets
-   **Weekly Events:** TFOs, patrols, colony raids, and lore-based missions
-   **Experienced Leadership:** Veteran players with years of STO experience
-   **Flexible Playstyles:** Whether you’re casual or competitive, there’s a place for you
### Join Our Community

You don’t have to explore the final frontier alone. Join one of the most organized, respected, and enduring STO communities today. \*\*Boldly go—with backup.\*\*

[![](https://rcf-community.com/images/discord_invite.jpg)](https://discord.gg/RCF)

Nos Unum Inter Astra
“Together As One, Among The Stars”
*\-RCF- Community Fleets*
\-RCF- Community Fleets | Welcome

Welcome To -RCF- Community Fleets

“Nos Unum Inter Astra”

[HOME](https://rcf-community.com/) [ARMADA](https://rcf-community.com/armada?fleet_no=28)

# \-RCF- Community Fleets,

## April 1st, 2025 - by Novus

![RCF Seal](https://rcf-community.com/images/RCF-anim-test1.gif)

*One of the largest and most active communities in [STAR TREK ONLINE](https://www.arcgames.com/en/games/star-trek-online)™️ Universe.*

### Abount Us

**\-RCF- Community Fleets** is a powerhouse in \*Star Trek: Online\*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.

**Our mission is simple:** *“Uniti vincimus”* — United, we conquer

### What We Offer

-   **Active Discord:** 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more
-   **Fleet Projects:** Constantly slotted holdings across multiple fleets
-   **Weekly Events:** TFOs, patrols, colony raids, and lore-based missions
-   **Experienced Leadership:** Veteran players with years of STO experience
-   **Flexible Playstyles:** Whether you’re casual or competitive, there’s a place for you

### Join Our Community

You don’t have to explore the final frontier alone. Join one of the most organized, respected, and enduring STO communities today. \*\*Boldly go—with backup.\*\*

[![](https://rcf-community.com/images/discord_invite.jpg)](https://discord.gg/RCF)

Nos Unum Inter Astra
“Together As One, Among The Stars”
*\-RCF- Community Fleets*

Copyright © 2021-2026 ~ -RCF- Community Fleets | [Terms of Service](https://rcf-community.com/tos.php "Terms of Service") | [Privacy Policy](https://rcf-community.com/privacy.php "Privacy Policy")
Page loaded in 0.196322 seconds

Back To Top

Welcome Guest      
[](https://rcf-community.com/?action=login)

 Current Fleet Time

ARMADA TIME

이 파일을 서버의 /index.md에 업로드하여 AI 에이전트가 페이지의 깔끔한 버전에 접근할 수 있게 하세요. Accept: text/markdown 콘텐츠 협상을 설정하여 자동으로 제공할 수도 있습니다.

권장 내용

llms.txt 다운로드
# rcf-community.com

> -RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.

## Main
- [-RCF- Community Fleets | Welcome](https://rcf-community.com): -RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across…

전체 llms.txt는 도메인 전체 분석이 필요합니다 (곧 출시)

이 파일을 도메인 루트의 https://rcf-community.com/llms.txt에 업로드하세요. ChatGPT, Claude, Perplexity 등의 AI 에이전트가 이 파일을 확인하여 사이트 구조를 파악합니다.

이 사이트에는 이미 llms.txt 파일이 있습니다.

유효하지 않은 형식 — # 제목으로 시작하고 의미 있는 콘텐츠가 있어야 합니다
<!DOCTYPE html>

<html>

<head>
<meta charset="utf-8" />
<meta name="title" content="-RCF- Community Fleets | Welcome">
<title>-RCF- Community Fleets | Welcome</title>
<meta http-equiv="Content-Type" content="text/html;" charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="date=no">
<meta name="DC.Rights" content="© -RCF- Community Fleets" />
<meta name="Copyright" content="© -RCF- Community Fleets" />
<meta name="author" content="Gregory Munson (TRI0N)">
<meta name="Robots" content="INDEX, FOLLOW" />
<meta name="revisit-after" content="90 days">
<meta name="Language" content="en" />
<meta name="language" content="English">
<meta name="description" content="-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.">
<meta name="keywords" content="STO, Star Trek Online, Gaming Community, Online Gaming, Discord Group, Renegade Community Fleets">

<!--<link rel="stylesheet" type="text/css" href="assets/classic.css">-->

<link rel="stylesheet" type="text/css" href="css/global.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />

<script type="text/javascript" src="js/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>

<link rel="stylesheet" type="text/css" href="css/shadowbox.css" />

<script type="text/javascript" src="js/shadowbox.js"></script>
<script type="text/javascript" src="js/html.js"></script>
<script type="text/javascript">

Shadowbox.init({
    fadeDuration: 1,
	onClose:function(){location.reload() ;
}}) ;

$('a').click(function() {
	var content = $('#cont').html() ;
	Shadowbox.open({
		content: content,
		player: 'html',
		displayNav:false,
		height: 250,
		width: 250
	}) ;
});
</script>

<link rel="stylesheet" type="text/css" href="css/balloon.css" /><link rel="canonical" href="https://www.rcf-community.com/index.php" />
</head>

<body style="background-color: black; background-image: url(images/renegade1.jpg); background-repeat:no-repeat; background-size: auto;" onload="closeShadowboxes()">
<div class="cn" style="background-image: url(images/222.jpg); background-repeat:no-repeat; background-size: auto;">
    <div class="inner">
    	<div class="logo_holder">
    		<div><span id="icon"><span id="page_title" style="font-variant: small-caps;">Welcome To -RCF- Community Fleets</span></div>
    		<div><span id="tagline">“Nos Unum Inter Astra”</span></div>
      </div>
    </div>
</div>

<div class="topnav">
<a href="/">HOME</a>
<a href="armada?fleet_no=28">ARMADA</a>

<div class="divFleetSelect">


</div>

</div>
<div style="padding: 15px;">
<div class="divMain" style="display: table; width: 100%;">
<div style="display: table-row-group;">
<div style="display: table-row;">
<div class="default_page_container">

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<style>
.divNews h1 {
font-family: AGB;
font-variant: small-caps;
font-size: 40px;
color: #f71b1b;
text-shadow: 2px 2px #969799;
}
.divNews h1 {
	 font-family: AGB;
    font-variant: small-caps;
    font-size: 40px;
    color: #213184;
    text-shadow: 2px 2px #969799;
    margin: .1rem 0;
    letter-spacing: 4px;
    /*font-weight: normal;*/
    padding: 0px 0px;
    padding-top: 10px;
}
.divNews h2 {
    font-family: AGR;
    margin: .1rem 0;
    font-size: 16px;
    color: #828282;
    letter-spacing: 2px;
	 padding: 0px 0px;
	 padding-left: 20px;
	 text-shadow: none;
	 text-align: right;
}
.divNews h3 {
	 font-family: AGB;
    font-variant: small-caps;
    font-size: 25px;
    color: #213184;
    text-shadow: 2px 2px #969799;
    margin: .1rem 0;
    letter-spacing: 4px;
    /*font-weight: normal;*/
    padding: 0px 0px;
    padding-top: 10px;
}
.divNews hr {
	color:#213184;
	background-color:#213184;
	border: 0;
	height: 2px;
	width: 100%;
	margin-bottom: 13px;
	padding: 0;
}
.divNews p {
font-family: AGR;
font-size: 25px;
text-align: justify;
}
.divNews a, a:link {
color: black;
text-decoration: none;
}
.divNews a:hover, a:active {
color: #207cf5 !important;
}
.divNews a:after {
color: #207cf5;
}
.divNews a:visited {
color: black;
text-decoration: none:
}
.divNews img {
float: right;
margin-left: 15px;
}
.invite img {
float: none;
text-align: center; 
    }
.divNews li {
font-family: AGR;
font-size: 25px;
text-align: justify;
}
div.NewsTitle {
width: 100%;
}
.parserImages img {
float: none;
margin-left: 15px;
text-align: center;
align-content: center;
    right: 50%;
    left: 50%;
}
</style>
</head>
<body>
<div class="divNews">

<div class="divTable NewsTitle">
<div class="divTableBody">
<div class="divTableRow">
<div class="divTableCell"><h1>-RCF- Community Fleets,</h1></div>
<div class="divTableCell"><h2>April 1st, 2025 - by Novus</h2></div>
</div>
</div>
</div>

<div class="logo">
<div style="vertical-align: top;">
<img src="images/RCF-anim-test1.gif" height="200px" alt="RCF Seal">
</div>
<!--<p>Lorem ipsum dolor sit amet, emphasis consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>-->
<p><i>One of the largest and most active communities in <span style="font-family: GEP; letter-spacing: 2px;"><a href="https://www.arcgames.com/en/games/star-trek-online" target="_new">STAR TREK ONLINE</a></span>™️ Universe.</i></p>
<h3>Abount Us</h3>
<p><strong>-RCF- Community Fleets</strong> is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.</p>
<p><strong>Our mission is simple:</strong> <i>“Uniti vincimus”</i> — United, we conquer</p>
    
<h3>What We Offer</h3>

<p>
<li><strong>Active Discord:</strong> 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more</li>
<li><strong>Fleet Projects:</strong> Constantly slotted holdings across multiple fleets</li>
<li><strong>Weekly Events:</strong> TFOs, patrols, colony raids, and lore-based missions</li>
<li><strong>Experienced Leadership:</strong> Veteran players with years of STO experience</li>
<li><strong>Flexible Playstyles:</strong> Whether you’re casual or competitive, there’s a place for you</li>
</p>
    
<h3>Join Our Community</h3>
    
<p>You don’t have to explore the final frontier alone.  
Join one of the most organized, respected, and enduring STO communities today.  
**Boldly go—with backup.**</p>

<p class="invite"><a href="https://discord.gg/RCF" target="_blank"><img src="images/discord_invite.jpg" width="432" height="179" alt=""/></a></p>

<p>Nos Unum Inter Astra</br>
  “Together As One, Among The Stars”</br>
  <i>-RCF- Community Fleets</i></p>
  
</div>

</div>
</body>
</html></div>

<div style="display: table-cell; width: 10%; text-align: right; padding-left: 15px;"><iframe src="https://discord.com/widget?id=880867229711892510&theme=dark" width="350" height="700" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></div>
</div>
</div>
</div>
<div class="footer">
<div class="sub-footer">

<div id="copyright">Copyright &copy; 2021-2026 ~ -RCF- Community Fleets | <a href="tos.php" title="Terms of Service">Terms of Service</a> | <a href="privacy.php" title="Privacy Policy">Privacy Policy</a></br>Page loaded in 0.014033 seconds</div>
</div>
</div>
</div>
<button onclick="topFunction()" id="myBtn" title="Go To Top of Page">Back To Top</button>

<script>
//Get the button:
mybutton = document.getElementById("myBtn");

// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};

function scrollFunction() {
  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
    mybutton.style.display = "block";
  } else {
    mybutton.style.display = "none";
  }
}

// When the user clicks on the button, scroll to the top of the document
function topFunction() {
  document.body.scrollTop = 0; // For Safari
  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
}
</script>

<div class="divProfileLogin"><br><!-- <br> -->
<span style="color: white; text-align: center;">Welcome Guest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br>
<a href="?action=login"><input type="image" src="images/discord-button-small-off.png" onMouseOver="this.src='images/discord-button-small-on.png'" onMouseOut="this.src='images/discord-button-small-off.png'"></a></div><!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Current Fleet Time</title>
</head>
<body>
<div class="divFleetTime">ARMADA TIME</br>

<iframe src="https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4" frameborder="0" width="139" height="40" allowtransparency="true"></iframe>

</div>
</body>
</html>
<script>

        window.setInterval(function() {

            reloadIFrame()

        }, 60000);



        function reloadIFrame() {

            console.log('reloading..');

            document.getElementById('discord').contentWindow.location.reload();

        }

</script>
    
<script>
function closeShadowboxes() {
    close();
    window.parent.Shadowbox.close();
}
</script>

</body>

</html>

접근성

JavaScript 없이 콘텐츠 이용 가능 (100/100)

Content available without JavaScript

HTML에서 콘텐츠가 빠른 위치에 배치 (50/100)

Main content starts at 50% of HTML

적절한 페이지 크기 (100/100)

Page size: 10KB

AI 발견 가능성

robots.txt가 AI 봇 허용 (100/100)

All major AI search bots allowed

Markdown for Agents 지원 (0/100)
✗ Accept: text/markdown ✗ .md URL ✗ <link> tag ✗ Link header
sitemap.xml 있음 (100/100)

Sitemap found

robots.txt 파일 있음 (100/100)

robots.txt exists

llms.txt 파일 있음 (50/100)

llms.txt exists but appears empty or invalid

Content-Signal 있음 (robots.txt 또는 HTTP 헤더) (0/100)
✓ robots.txt ✓ HTTP header ✗ Policy

구조화 데이터

Schema.org / JSON-LD 있음 (0/100)

No JSON-LD / Schema.org found

Open Graph 태그 있음 (0/100)

0/3 OG tags present

메타 설명 있음 (100/100)

Meta description: 273 chars

정규 URL 있음 (100/100)

Canonical URL present

lang 속성 있음 (0/100)

No lang attribute on <html>

시맨틱 HTML

올바른 제목 계층 구조 (100/100)

Clean heading hierarchy

article 또는 main 요소 사용 (0/100)

Missing <article> and <main> elements

시맨틱 HTML 요소 사용 (0/100)

0 semantic elements, 26 divs (ratio: 0%)

의미 있는 이미지 alt 속성 (100/100)

1/1 images with meaningful alt text (1 decorative, not counted)

낮은 div 중첩 깊이 (100/100)

Avg div depth: 3.3, max: 9

콘텐츠 효율성

양호한 토큰 감소율 (100/100)

88% token reduction (HTML→Markdown)

양호한 콘텐츠 대 잡음 비율 (50/100)

Content ratio: 11.3% (1167 content chars / 10342 HTML bytes)

적절한 페이지 무게 (100/100)

HTML size: 10KB

최소한의 인라인 스타일 (0/100)

11/115 elements with inline styles (9.6%)

{
  "url": "https://rcf-community.com",
  "timestamp": 1788479278572,
  "fetch": {
    "mode": "simple",
    "timeMs": 1458,
    "htmlSizeBytes": 10342,
    "supportsMarkdown": false,
    "markdownAgents": {
      "contentNegotiation": false,
      "mdUrl": {
        "found": false,
        "url": null
      },
      "linkTag": {
        "found": false,
        "url": null
      },
      "linkHeader": {
        "found": false,
        "url": null
      },
      "responseHeaders": {
        "contentSignal": null,
        "xMarkdownTokens": null,
        "vary": null
      },
      "frontmatter": {
        "present": false,
        "fields": [],
        "level": "none"
      },
      "level": "none"
    },
    "statusCode": 200
  },
  "extraction": {
    "title": "-RCF- Community Fleets | Welcome",
    "excerpt": "-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.",
    "byline": "Gregory Munson (TRI0N)",
    "siteName": null,
    "lang": null,
    "contentLength": 1167,
    "metadata": {
      "description": "-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.",
      "ogTitle": null,
      "ogDescription": null,
      "ogImage": null,
      "ogType": null,
      "canonical": "https://www.rcf-community.com/index.php",
      "lang": null,
      "schemas": [],
      "robotsMeta": null,
      "author": "Gregory Munson (TRI0N)",
      "generator": null,
      "markdownAlternateHref": null
    }
  },
  "markdown": "## April 1st, 2025 - by Novus\n\n![RCF Seal](https://rcf-community.com/images/RCF-anim-test1.gif)\n\n*One of the largest and most active communities in [STAR TREK ONLINE](https://www.arcgames.com/en/games/star-trek-online)™️ Universe.*\n\n### Abount Us\n\n**\\-RCF- Community Fleets** is a powerhouse in \\*Star Trek: Online\\*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\n\n**Our mission is simple:** *“Uniti vincimus”* — United, we conquer\n\n### What We Offer-   **Active Discord:** 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more\n-   **Fleet Projects:** Constantly slotted holdings across multiple fleets\n-   **Weekly Events:** TFOs, patrols, colony raids, and lore-based missions\n-   **Experienced Leadership:** Veteran players with years of STO experience\n-   **Flexible Playstyles:** Whether you’re casual or competitive, there’s a place for you\n### Join Our Community\n\nYou don’t have to explore the final frontier alone. Join one of the most organized, respected, and enduring STO communities today. \\*\\*Boldly go—with backup.\\*\\*\n\n[![](https://rcf-community.com/images/discord_invite.jpg)](https://discord.gg/RCF)\n\nNos Unum Inter Astra\n“Together As One, Among The Stars”\n*\\-RCF- Community Fleets*\n",
  "fullPageMarkdown": "\\-RCF- Community Fleets | Welcome\n\nWelcome To -RCF- Community Fleets\n\n“Nos Unum Inter Astra”\n\n[HOME](https://rcf-community.com/) [ARMADA](https://rcf-community.com/armada?fleet_no=28)\n\n# \\-RCF- Community Fleets,\n\n## April 1st, 2025 - by Novus\n\n![RCF Seal](https://rcf-community.com/images/RCF-anim-test1.gif)\n\n*One of the largest and most active communities in [STAR TREK ONLINE](https://www.arcgames.com/en/games/star-trek-online)™️ Universe.*\n\n### Abount Us\n\n**\\-RCF- Community Fleets** is a powerhouse in \\*Star Trek: Online\\*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\n\n**Our mission is simple:** *“Uniti vincimus”* — United, we conquer\n\n### What We Offer\n\n-   **Active Discord:** 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more\n-   **Fleet Projects:** Constantly slotted holdings across multiple fleets\n-   **Weekly Events:** TFOs, patrols, colony raids, and lore-based missions\n-   **Experienced Leadership:** Veteran players with years of STO experience\n-   **Flexible Playstyles:** Whether you’re casual or competitive, there’s a place for you\n\n### Join Our Community\n\nYou don’t have to explore the final frontier alone. Join one of the most organized, respected, and enduring STO communities today. \\*\\*Boldly go—with backup.\\*\\*\n\n[![](https://rcf-community.com/images/discord_invite.jpg)](https://discord.gg/RCF)\n\nNos Unum Inter Astra\n“Together As One, Among The Stars”\n*\\-RCF- Community Fleets*\n\nCopyright © 2021-2026 ~ -RCF- Community Fleets | [Terms of Service](https://rcf-community.com/tos.php \"Terms of Service\") | [Privacy Policy](https://rcf-community.com/privacy.php \"Privacy Policy\")\nPage loaded in 0.196322 seconds\n\nBack To Top\n\nWelcome Guest      \n[](https://rcf-community.com/?action=login)\n\n Current Fleet Time\n\nARMADA TIME\n",
  "markdownStats": {
    "images": 2,
    "links": 2,
    "tables": 0,
    "codeBlocks": 0,
    "headings": 4
  },
  "tokens": {
    "htmlTokens": 2824,
    "markdownTokens": 352,
    "reduction": 2472,
    "reductionPercent": 88
  },
  "score": {
    "score": 65,
    "grade": "C",
    "rubricVersion": 3,
    "dimensions": {
      "accessibility": {
        "score": 88,
        "weight": 30,
        "grade": "B",
        "checks": {
          "content_without_js": {
            "score": 100,
            "weight": 55,
            "evidence": "proven",
            "details": "Content available without JavaScript"
          },
          "fast_content_position": {
            "score": 50,
            "weight": 25,
            "evidence": "plausible",
            "details": "Main content starts at 50% of HTML"
          },
          "reasonable_page_size": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Page size: 10KB"
          }
        }
      },
      "aiDiscoverability": {
        "score": 65,
        "weight": 25,
        "grade": "C",
        "checks": {
          "robots_allows_ai_bots": {
            "score": 100,
            "weight": 35,
            "evidence": "proven",
            "details": "All major AI search bots allowed"
          },
          "supports_markdown_negotiation": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "No Markdown for Agents support detected"
          },
          "has_sitemap": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Sitemap found"
          },
          "has_robots_txt": {
            "score": 100,
            "weight": 10,
            "evidence": "plausible",
            "details": "robots.txt exists"
          },
          "has_llms_txt": {
            "score": 50,
            "weight": 10,
            "evidence": "speculative",
            "details": "llms.txt exists but appears empty or invalid"
          },
          "has_content_signals": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "No Content-Signal found (robots.txt or HTTP headers)",
            "mechanisms": {
              "robotsTxt": false,
              "httpHeader": false,
              "policy": false
            }
          }
        }
      },
      "structuredData": {
        "score": 35,
        "weight": 20,
        "grade": "F",
        "checks": {
          "has_schema_org": {
            "score": 0,
            "weight": 35,
            "evidence": "proven",
            "details": "No JSON-LD / Schema.org found"
          },
          "has_open_graph": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "0/3 OG tags present"
          },
          "has_meta_description": {
            "score": 100,
            "weight": 20,
            "evidence": "plausible",
            "details": "Meta description: 273 chars"
          },
          "has_canonical_url": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "Canonical URL present"
          },
          "has_lang_attribute": {
            "score": 0,
            "weight": 10,
            "evidence": "plausible",
            "details": "No lang attribute on <html>"
          }
        }
      },
      "semanticHtml": {
        "score": 55,
        "weight": 15,
        "grade": "D",
        "checks": {
          "proper_heading_hierarchy": {
            "score": 100,
            "weight": 30,
            "evidence": "plausible",
            "details": "Clean heading hierarchy"
          },
          "uses_article_or_main": {
            "score": 0,
            "weight": 25,
            "evidence": "plausible",
            "details": "Missing <article> and <main> elements"
          },
          "semantic_elements": {
            "score": 0,
            "weight": 20,
            "evidence": "plausible",
            "details": "0 semantic elements, 26 divs (ratio: 0%)"
          },
          "meaningful_alt_texts": {
            "score": 100,
            "weight": 15,
            "evidence": "plausible",
            "details": "1/1 images with meaningful alt text (1 decorative, not counted)"
          },
          "low_div_nesting": {
            "score": 100,
            "weight": 10,
            "evidence": "speculative",
            "details": "Avg div depth: 3.3, max: 9"
          }
        }
      },
      "contentEfficiency": {
        "score": 75,
        "weight": 10,
        "grade": "B",
        "checks": {
          "token_reduction_ratio": {
            "score": 100,
            "weight": 40,
            "evidence": "speculative",
            "details": "88% token reduction (HTML→Markdown)"
          },
          "content_to_noise_ratio": {
            "score": 50,
            "weight": 30,
            "evidence": "speculative",
            "details": "Content ratio: 11.3% (1167 content chars / 10342 HTML bytes)"
          },
          "reasonable_page_weight": {
            "score": 100,
            "weight": 20,
            "evidence": "speculative",
            "details": "HTML size: 10KB"
          },
          "minimal_inline_styles": {
            "score": 0,
            "weight": 10,
            "evidence": "speculative",
            "details": "11/115 elements with inline styles (9.6%)"
          }
        }
      }
    }
  },
  "recommendations": [
    {
      "id": "add_schema_org",
      "priority": "critical",
      "category": "structuredData",
      "titleKey": "rec.add_schema_org.title",
      "descriptionKey": "rec.add_schema_org.description",
      "howToKey": "rec.add_schema_org.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 7,
      "maxImpact": 7,
      "evidence": "proven",
      "checkScore": 0,
      "checkDetails": "No JSON-LD / Schema.org found"
    },
    {
      "id": "add_markdown_negotiation",
      "priority": "critical",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_markdown_negotiation.title",
      "descriptionKey": "rec.add_markdown_negotiation.description",
      "howToKey": "rec.add_markdown_negotiation.howto",
      "howToStepKeys": null,
      "effort": "significant",
      "estimatedImpact": 5,
      "maxImpact": 5,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No Markdown for Agents support detected"
    },
    {
      "id": "add_open_graph",
      "priority": "high",
      "category": "structuredData",
      "titleKey": "rec.add_open_graph.title",
      "descriptionKey": "rec.add_open_graph.description",
      "howToKey": "rec.add_open_graph.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 4,
      "maxImpact": 4,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "0/3 OG tags present"
    },
    {
      "id": "add_article_main",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_article_main.title",
      "descriptionKey": "rec.add_article_main.description",
      "howToKey": "rec.add_article_main.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 3.8,
      "maxImpact": 3.8,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "Missing <article> and <main> elements"
    },
    {
      "id": "add_semantic_elements",
      "priority": "high",
      "category": "semanticHtml",
      "titleKey": "rec.add_semantic_elements.title",
      "descriptionKey": "rec.add_semantic_elements.description",
      "howToKey": "rec.add_semantic_elements.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 3,
      "maxImpact": 3,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "0 semantic elements, 26 divs (ratio: 0%)"
    },
    {
      "id": "add_content_signals",
      "priority": "high",
      "category": "aiDiscoverability",
      "titleKey": "rec.add_content_signals.title",
      "descriptionKey": "rec.add_content_signals.description",
      "howToKey": "rec.add_content_signals.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 2.5,
      "maxImpact": 2.5,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "No Content-Signal found (robots.txt or HTTP headers)"
    },
    {
      "id": "add_lang_attribute",
      "priority": "medium",
      "category": "structuredData",
      "titleKey": "rec.add_lang_attribute.title",
      "descriptionKey": "rec.add_lang_attribute.description",
      "howToKey": "rec.add_lang_attribute.howto",
      "howToStepKeys": null,
      "effort": "quick-win",
      "estimatedImpact": 2,
      "maxImpact": 2,
      "evidence": "plausible",
      "checkScore": 0,
      "checkDetails": "No lang attribute on <html>"
    },
    {
      "id": "remove_inline_styles",
      "priority": "medium",
      "category": "contentEfficiency",
      "titleKey": "rec.remove_inline_styles.title",
      "descriptionKey": "rec.remove_inline_styles.description",
      "howToKey": "rec.remove_inline_styles.howto",
      "howToStepKeys": null,
      "effort": "moderate",
      "estimatedImpact": 1,
      "maxImpact": 1,
      "evidence": "speculative",
      "checkScore": 0,
      "checkDetails": "11/115 elements with inline styles (9.6%)"
    }
  ],
  "llmsTxtPreview": "# rcf-community.com\n\n> -RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\n\n## Main\n- [-RCF- Community Fleets | Welcome](https://rcf-community.com): -RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across…\n\n",
  "llmsTxtExisting": "<!DOCTYPE html>\r\n\r\n<html>\r\n\r\n<head>\r\n<meta charset=\"utf-8\" />\r\n<meta name=\"title\" content=\"-RCF- Community Fleets | Welcome\">\r\n<title>-RCF- Community Fleets | Welcome</title>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html;\" charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\">\r\n<meta name=\"format-detection\" content=\"telephone=no\">\r\n<meta name=\"format-detection\" content=\"date=no\">\r\n<meta name=\"DC.Rights\" content=\"© -RCF- Community Fleets\" />\r\n<meta name=\"Copyright\" content=\"© -RCF- Community Fleets\" />\r\n<meta name=\"author\" content=\"Gregory Munson (TRI0N)\">\r\n<meta name=\"Robots\" content=\"INDEX, FOLLOW\" />\r\n<meta name=\"revisit-after\" content=\"90 days\">\r\n<meta name=\"Language\" content=\"en\" />\r\n<meta name=\"language\" content=\"English\">\r\n<meta name=\"description\" content=\"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\">\r\n<meta name=\"keywords\" content=\"STO, Star Trek Online, Gaming Community, Online Gaming, Discord Group, Renegade Community Fleets\">\r\n\r\n<!--<link rel=\"stylesheet\" type=\"text/css\" href=\"assets/classic.css\">-->\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/global.css\" />\r\n<link rel=\"icon\" type=\"image/x-icon\" href=\"favicon.ico\" />\r\n\r\n<script type=\"text/javascript\" src=\"js/jquery-3.6.0.min.js\"></script>\r\n<script type=\"text/javascript\" src=\"https://www.gstatic.com/charts/loader.js\"></script>\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/shadowbox.css\" />\r\n\r\n<script type=\"text/javascript\" src=\"js/shadowbox.js\"></script>\r\n<script type=\"text/javascript\" src=\"js/html.js\"></script>\r\n<script type=\"text/javascript\">\r\n\r\nShadowbox.init({\r\n    fadeDuration: 1,\r\n\tonClose:function(){location.reload() ;\r\n}}) ;\r\n\r\n$('a').click(function() {\r\n\tvar content = $('#cont').html() ;\r\n\tShadowbox.open({\r\n\t\tcontent: content,\r\n\t\tplayer: 'html',\r\n\t\tdisplayNav:false,\r\n\t\theight: 250,\r\n\t\twidth: 250\r\n\t}) ;\r\n});\r\n</script>\r\n\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/balloon.css\" /><link rel=\"canonical\" href=\"https://www.rcf-community.com/index.php\" />\r\n</head>\r\n\r\n<body style=\"background-color: black; background-image: url(images/renegade1.jpg); background-repeat:no-repeat; background-size: auto;\" onload=\"closeShadowboxes()\">\r\n<div class=\"cn\" style=\"background-image: url(images/222.jpg); background-repeat:no-repeat; background-size: auto;\">\r\n    <div class=\"inner\">\r\n    \t<div class=\"logo_holder\">\r\n    \t\t<div><span id=\"icon\"><span id=\"page_title\" style=\"font-variant: small-caps;\">Welcome To -RCF- Community Fleets</span></div>\r\n    \t\t<div><span id=\"tagline\">“Nos Unum Inter Astra”</span></div>\r\n      </div>\r\n    </div>\r\n</div>\r\n\r\n<div class=\"topnav\">\n<a href=\"/\">HOME</a>\n<a href=\"armada?fleet_no=28\">ARMADA</a>\n\n<div class=\"divFleetSelect\">\n\n\n</div>\n\n</div>\r\n<div style=\"padding: 15px;\">\r\n<div class=\"divMain\" style=\"display: table; width: 100%;\">\r\n<div style=\"display: table-row-group;\">\r\n<div style=\"display: table-row;\">\r\n<div class=\"default_page_container\">\r\n\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\" />\r\n<title></title>\r\n<style>\r\n.divNews h1 {\r\nfont-family: AGB;\r\nfont-variant: small-caps;\r\nfont-size: 40px;\r\ncolor: #f71b1b;\r\ntext-shadow: 2px 2px #969799;\r\n}\r\n.divNews h1 {\r\n\t font-family: AGB;\r\n    font-variant: small-caps;\r\n    font-size: 40px;\r\n    color: #213184;\r\n    text-shadow: 2px 2px #969799;\r\n    margin: .1rem 0;\r\n    letter-spacing: 4px;\r\n    /*font-weight: normal;*/\r\n    padding: 0px 0px;\r\n    padding-top: 10px;\r\n}\r\n.divNews h2 {\r\n    font-family: AGR;\r\n    margin: .1rem 0;\r\n    font-size: 16px;\r\n    color: #828282;\r\n    letter-spacing: 2px;\r\n\t padding: 0px 0px;\r\n\t padding-left: 20px;\r\n\t text-shadow: none;\r\n\t text-align: right;\r\n}\r\n.divNews h3 {\r\n\t font-family: AGB;\r\n    font-variant: small-caps;\r\n    font-size: 25px;\r\n    color: #213184;\r\n    text-shadow: 2px 2px #969799;\r\n    margin: .1rem 0;\r\n    letter-spacing: 4px;\r\n    /*font-weight: normal;*/\r\n    padding: 0px 0px;\r\n    padding-top: 10px;\r\n}\r\n.divNews hr {\r\n\tcolor:#213184;\r\n\tbackground-color:#213184;\r\n\tborder: 0;\r\n\theight: 2px;\r\n\twidth: 100%;\r\n\tmargin-bottom: 13px;\r\n\tpadding: 0;\r\n}\r\n.divNews p {\r\nfont-family: AGR;\r\nfont-size: 25px;\r\ntext-align: justify;\r\n}\r\n.divNews a, a:link {\r\ncolor: black;\r\ntext-decoration: none;\r\n}\r\n.divNews a:hover, a:active {\r\ncolor: #207cf5 !important;\r\n}\r\n.divNews a:after {\r\ncolor: #207cf5;\r\n}\r\n.divNews a:visited {\r\ncolor: black;\r\ntext-decoration: none:\r\n}\r\n.divNews img {\r\nfloat: right;\r\nmargin-left: 15px;\r\n}\r\n.invite img {\r\nfloat: none;\r\ntext-align: center; \r\n    }\r\n.divNews li {\r\nfont-family: AGR;\r\nfont-size: 25px;\r\ntext-align: justify;\r\n}\r\ndiv.NewsTitle {\r\nwidth: 100%;\r\n}\r\n.parserImages img {\r\nfloat: none;\r\nmargin-left: 15px;\r\ntext-align: center;\r\nalign-content: center;\r\n    right: 50%;\r\n    left: 50%;\r\n}\r\n</style>\r\n</head>\r\n<body>\r\n<div class=\"divNews\">\r\n\r\n<div class=\"divTable NewsTitle\">\r\n<div class=\"divTableBody\">\r\n<div class=\"divTableRow\">\r\n<div class=\"divTableCell\"><h1>-RCF- Community Fleets,</h1></div>\r\n<div class=\"divTableCell\"><h2>April 1st, 2025 - by Novus</h2></div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<div class=\"logo\">\r\n<div style=\"vertical-align: top;\">\r\n<img src=\"images/RCF-anim-test1.gif\" height=\"200px\" alt=\"RCF Seal\">\r\n</div>\r\n<!--<p>Lorem ipsum dolor sit amet, emphasis consectetuer adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. Donec faucibus. Nunc iaculis suscipit dui. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.</p>-->\r\n<p><i>One of the largest and most active communities in <span style=\"font-family: GEP; letter-spacing: 2px;\"><a href=\"https://www.arcgames.com/en/games/star-trek-online\" target=\"_new\">STAR TREK ONLINE</a></span>™️ Universe.</i></p>\r\n<h3>Abount Us</h3>\r\n<p><strong>-RCF- Community Fleets</strong> is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.</p>\r\n<p><strong>Our mission is simple:</strong> <i>“Uniti vincimus”</i> — United, we conquer</p>\r\n    \r\n<h3>What We Offer</h3>\r\n\r\n<p>\r\n<li><strong>Active Discord:</strong> 30+ fleet channels, active voice chats, patch notes, build support, giveaways, and more</li>\r\n<li><strong>Fleet Projects:</strong> Constantly slotted holdings across multiple fleets</li>\r\n<li><strong>Weekly Events:</strong> TFOs, patrols, colony raids, and lore-based missions</li>\r\n<li><strong>Experienced Leadership:</strong> Veteran players with years of STO experience</li>\r\n<li><strong>Flexible Playstyles:</strong> Whether you’re casual or competitive, there’s a place for you</li>\r\n</p>\r\n    \r\n<h3>Join Our Community</h3>\r\n    \r\n<p>You don’t have to explore the final frontier alone.  \r\nJoin one of the most organized, respected, and enduring STO communities today.  \r\n**Boldly go—with backup.**</p>\r\n\r\n<p class=\"invite\"><a href=\"https://discord.gg/RCF\" target=\"_blank\"><img src=\"images/discord_invite.jpg\" width=\"432\" height=\"179\" alt=\"\"/></a></p>\r\n\r\n<p>Nos Unum Inter Astra</br>\r\n  “Together As One, Among The Stars”</br>\r\n  <i>-RCF- Community Fleets</i></p>\r\n  \r\n</div>\r\n\r\n</div>\r\n</body>\r\n</html></div>\r\n\r\n<div style=\"display: table-cell; width: 10%; text-align: right; padding-left: 15px;\"><iframe src=\"https://discord.com/widget?id=880867229711892510&theme=dark\" width=\"350\" height=\"700\" allowtransparency=\"true\" frameborder=\"0\" sandbox=\"allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts\"></iframe></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"footer\">\r\n<div class=\"sub-footer\">\r\n\r\n<div id=\"copyright\">Copyright &copy; 2021-2026 ~ -RCF- Community Fleets | <a href=\"tos.php\" title=\"Terms of Service\">Terms of Service</a> | <a href=\"privacy.php\" title=\"Privacy Policy\">Privacy Policy</a></br>Page loaded in 0.014033 seconds</div>\r\n</div>\r\n</div>\r\n</div>\r\n<button onclick=\"topFunction()\" id=\"myBtn\" title=\"Go To Top of Page\">Back To Top</button>\r\n\r\n<script>\r\n//Get the button:\r\nmybutton = document.getElementById(\"myBtn\");\r\n\r\n// When the user scrolls down 20px from the top of the document, show the button\r\nwindow.onscroll = function() {scrollFunction()};\r\n\r\nfunction scrollFunction() {\r\n  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {\r\n    mybutton.style.display = \"block\";\r\n  } else {\r\n    mybutton.style.display = \"none\";\r\n  }\r\n}\r\n\r\n// When the user clicks on the button, scroll to the top of the document\r\nfunction topFunction() {\r\n  document.body.scrollTop = 0; // For Safari\r\n  document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera\r\n}\r\n</script>\r\n\r\n<div class=\"divProfileLogin\"><br><!-- <br> -->\r\n<span style=\"color: white; text-align: center;\">Welcome Guest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><br>\r\n<a href=\"?action=login\"><input type=\"image\" src=\"images/discord-button-small-off.png\" onMouseOver=\"this.src='images/discord-button-small-on.png'\" onMouseOut=\"this.src='images/discord-button-small-off.png'\"></a></div><!DOCTYPE html>\r\n<html>\r\n<head>\r\n<meta charset=\"utf-8\" />\r\n<title>Current Fleet Time</title>\r\n</head>\r\n<body>\r\n<div class=\"divFleetTime\">ARMADA TIME</br>\r\n\r\n<iframe src=\"https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4\" frameborder=\"0\" width=\"139\" height=\"40\" allowtransparency=\"true\"></iframe>\r\n\r\n</div>\r\n</body>\r\n</html>\r\n<script>\r\n\r\n        window.setInterval(function() {\r\n\r\n            reloadIFrame()\r\n\r\n        }, 60000);\r\n\r\n\r\n\r\n        function reloadIFrame() {\r\n\r\n            console.log('reloading..');\r\n\r\n            document.getElementById('discord').contentWindow.location.reload();\r\n\r\n        }\r\n\r\n</script>\r\n    \r\n<script>\r\nfunction closeShadowboxes() {\r\n    close();\r\n    window.parent.Shadowbox.close();\r\n}\r\n</script>\r\n\r\n</body>\r\n\r\n</html>",
  "emergingProtocols": {
    "oauthProtectedResource": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/oauth-protected-resource"
    },
    "oauthDiscovery": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/oauth-authorization-server"
    },
    "mcpServerCard": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/mcp/server-card.json",
      "draft": true
    },
    "a2aAgentCard": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/agent-card.json"
    },
    "apiCatalog": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/api-catalog"
    },
    "agentSkills": {
      "exists": false,
      "url": "https://rcf-community.com/.well-known/agent-skills/index.json",
      "draft": true
    },
    "count": 0,
    "total": 6
  },
  "botAccess": {
    "probed": true,
    "bot": "OAI-SearchBot",
    "controlStatus": 200,
    "botStatus": 200,
    "discriminates": false,
    "refusedAsBot": false,
    "edge": null,
    "verifiable": false,
    "detail": "This origin answers OAI-SearchBot exactly as it answers any other client (200). No edge-level filtering of AI crawlers observed."
  },
  "snippets": [
    {
      "id": "add_open_graph",
      "title": "Add missing Open Graph tags",
      "description": "Open Graph tags control how your page looks when shared on social media and how AI platforms preview your URL in answers.",
      "language": "html",
      "code": "<meta property=\"og:title\" content=\"-RCF- Community Fleets | Welcome\">\n<meta property=\"og:description\" content=\"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://rcf-community.com\">\n<meta property=\"og:type\" content=\"website\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<meta property=\"og:title\" content=\"-RCF- Community Fleets | Welcome\">\n<meta property=\"og:description\" content=\"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\">\n<meta property=\"og:image\" content=\"https://yoursite.com/og-image.jpg\">\n<meta property=\"og:url\" content=\"https://rcf-community.com\">\n<meta property=\"og:type\" content=\"website\">"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Quick Open Graph tags without a plugin (skip if Yoast / Rank Math is active)\nadd_action('wp_head', function () {\n    if (!is_singular()) return;\n    $post = get_queried_object();\n    $title = get_the_title($post);\n    $desc  = get_the_excerpt($post) ?: wp_trim_words(strip_tags($post->post_content), 30);\n    $image = get_the_post_thumbnail_url($post, 'large') ?: 'https://yoursite.com/og-image.jpg';\n    $url   = get_permalink($post);\n    printf('<meta property=\"og:title\" content=\"%s\">' . \"\\n\", esc_attr($title));\n    printf('<meta property=\"og:description\" content=\"%s\">' . \"\\n\", esc_attr($desc));\n    printf('<meta property=\"og:image\" content=\"%s\">' . \"\\n\", esc_url($image));\n    printf('<meta property=\"og:url\" content=\"%s\">' . \"\\n\", esc_url($url));\n    echo '<meta property=\"og:type\" content=\"article\">' . \"\\n\";\n}, 5);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page.tsx",
          "code": "// Next.js App Router — Metadata API\nimport type { Metadata } from 'next';\n\nexport const metadata: Metadata = {\n  title: \"-RCF- Community Fleets | Welcome\",\n  description: \"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\",\n  openGraph: {\n    title: \"-RCF- Community Fleets | Welcome\",\n    description: \"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\",\n    url: \"https://rcf-community.com\",\n    images: [\"https://yoursite.com/og-image.jpg\"],\n    type: 'website',\n  },\n};"
        }
      ]
    },
    {
      "id": "add_lang_attribute",
      "title": "Add lang attribute",
      "description": "The lang attribute helps AI agents identify the language of your content.",
      "language": "html",
      "code": "<html lang=\"en\">",
      "filename": "Opening <html> tag"
    },
    {
      "id": "add_schema_org",
      "title": "Add Schema.org JSON-LD",
      "description": "Structured data helps AI agents understand the type, author, and purpose of your content.",
      "language": "html",
      "code": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"WebPage\",\n  \"name\": \"-RCF- Community Fleets | Welcome\",\n  \"description\": \"-RCF- Community Fleets is a powerhouse in *Star Trek: Online*, home to dozens of fleets and thousands of players across all factions. Built on collaboration, respect, and a deep knowledge of the game, we support players of every style — from new cadets to veteran captains.\",\n  \"url\": \"https://rcf-community.com\",\n  \"inLanguage\": \"en\",\n  \"author\": {\n    \"@type\": \"Person\",\n    \"name\": \"Gregory Munson (TRI0N)\"\n  }\n}\n</script>",
      "filename": "<head>"
    },
    {
      "id": "add_article_main",
      "title": "Wrap content in <main> and <article>",
      "description": "Semantic HTML landmarks help AI agents identify the main content of your page.",
      "language": "html",
      "code": "<main>\n  <article>\n    <h1>Your Page Title</h1>\n    <p>Your content here...</p>\n  </article>\n</main>",
      "filename": "<body>"
    },
    {
      "id": "add_content_signals",
      "title": "Add Content-Signal directives",
      "description": "Content-Signal tells AI agents how they may use your content. The canonical location is robots.txt, but you can also expose it as an HTTP header from any stack.",
      "language": "txt",
      "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no",
      "filename": "/robots.txt",
      "stacks": [
        {
          "id": "robots",
          "label": "robots.txt",
          "language": "txt",
          "filename": "/robots.txt",
          "code": "User-agent: *\nContent-Signal: search=yes, ai-input=yes, ai-train=no"
        },
        {
          "id": "nginx",
          "label": "Nginx",
          "language": "nginx",
          "filename": "server block",
          "code": "# Inside your server { } block:\nadd_header Content-Signal \"search=yes, ai-input=yes, ai-train=no\" always;"
        },
        {
          "id": "apache",
          "label": "Apache",
          "language": "apache",
          "filename": ".htaccess",
          "code": "# In .htaccess (or VirtualHost):\nHeader set Content-Signal \"search=yes, ai-input=yes, ai-train=no\""
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// In your theme's functions.php or a small mu-plugin\nadd_action('send_headers', function () {\n    header('Content-Signal: search=yes, ai-input=yes, ai-train=no');\n});\n\n// Optional: also append the directive to the dynamic robots.txt\nadd_filter('robots_txt', function ($output) {\n    return $output . \"\\nContent-Signal: search=yes, ai-input=yes, ai-train=no\\n\";\n}, 10, 1);"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "middleware.ts",
          "code": "// middleware.ts (Next.js 13+ App Router or Pages Router)\nimport { NextResponse } from 'next/server';\nexport function middleware() {\n  const res = NextResponse.next();\n  res.headers.set(\n    'Content-Signal',\n    'search=yes, ai-input=yes, ai-train=no'\n  );\n  return res;\n}\nexport const config = { matcher: '/:path*' };"
        },
        {
          "id": "cloudflare",
          "label": "Cloudflare Workers",
          "language": "javascript",
          "filename": "worker.js",
          "code": "// Cloudflare Worker that proxies your origin and adds the header\nexport default {\n  async fetch(request, env, ctx) {\n    const res = await fetch(request);\n    const newRes = new Response(res.body, res);\n    newRes.headers.set(\n      'Content-Signal',\n      'search=yes, ai-input=yes, ai-train=no'\n    );\n    return newRes;\n  },\n};"
        },
        {
          "id": "express",
          "label": "Express / Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Express\napp.use((req, res, next) => {\n  res.setHeader('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  next();\n});\n\n// Fastify\nfastify.addHook('onSend', (request, reply, payload, done) => {\n  reply.header('Content-Signal', 'search=yes, ai-input=yes, ai-train=no');\n  done();\n});"
        }
      ]
    },
    {
      "id": "add_markdown_negotiation",
      "title": "Support Markdown for Agents",
      "description": "Let AI agents request a clean Markdown version of any page via content negotiation, .md alternate URLs, link tags or Link headers.",
      "language": "html",
      "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">",
      "filename": "<head>",
      "stacks": [
        {
          "id": "html",
          "label": "HTML <head>",
          "language": "html",
          "filename": "<head>",
          "code": "<!-- Mechanism 3: link tag advertising the .md alternate -->\n<link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        },
        {
          "id": "express",
          "label": "Express",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\napp.get('/page', (req, res) => {\n  res.setHeader('Vary', 'Accept');\n  res.setHeader('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    res.type('text/markdown; charset=utf-8');\n    return res.send(renderMarkdown('page'));\n  }\n  res.render('page');\n});"
        },
        {
          "id": "fastify",
          "label": "Fastify",
          "language": "javascript",
          "filename": "server.js",
          "code": "// Mechanisms 1 + 4: content negotiation + Link header\nfastify.get('/page', async (req, reply) => {\n  reply.header('Vary', 'Accept');\n  reply.header('Link', '</page.md>; rel=\"alternate\"; type=\"text/markdown\"');\n  if ((req.headers.accept || '').includes('text/markdown')) {\n    return reply.type('text/markdown; charset=utf-8').send(renderMarkdown('page'));\n  }\n  return reply.view('/page.ejs');\n});"
        },
        {
          "id": "nextjs",
          "label": "Next.js",
          "language": "typescript",
          "filename": "app/page/route.ts",
          "code": "// Next.js App Router — Route Handler returning Markdown\nimport { NextRequest } from 'next/server';\nimport { renderMarkdown } from '@/lib/md';\nexport async function GET(req: NextRequest) {\n  const accept = req.headers.get('accept') || '';\n  if (accept.includes('text/markdown')) {\n    return new Response(await renderMarkdown('page'), {\n      headers: {\n        'Content-Type': 'text/markdown; charset=utf-8',\n        'Vary': 'Accept',\n      },\n    });\n  }\n  // Fall through to the page component\n  return new Response(null, { status: 404 });\n}"
        },
        {
          "id": "wordpress",
          "label": "WordPress",
          "language": "php",
          "filename": "functions.php",
          "code": "<?php\n// Mechanism 1: respond to Accept: text/markdown on the same URL\nadd_action('template_redirect', function () {\n    if (!is_singular()) return;\n    $accept = $_SERVER['HTTP_ACCEPT'] ?? '';\n    if (strpos($accept, 'text/markdown') === false) return;\n    header('Content-Type: text/markdown; charset=utf-8');\n    header('Vary: Accept');\n    $post = get_queried_object();\n    echo \"# \" . get_the_title($post) . \"\\n\\n\";\n    echo wp_strip_all_tags(apply_filters('the_content', $post->post_content));\n    exit;\n});"
        },
        {
          "id": "static",
          "label": "Hugo / Jekyll / Astro",
          "language": "txt",
          "filename": "static/page.md",
          "code": "# Mechanism 2: serve .md alongside .html\n# Hugo: place page.md in /static/ — built unchanged\n# Jekyll: drop page.md in /assets/ — copied as-is\n# Astro: src/pages/page.md.ts that exports a GET returning markdown\n\n# Then advertise with mechanism 3 in <head>:\n#   <link rel=\"alternate\" type=\"text/markdown\" href=\"/page.md\">"
        }
      ]
    }
  ]
}

API를 사용하여 프로그래밍 방식으로 가져올 수 있습니다 (곧 출시)

이 JSON은 내부용입니다 — Markdown 및 llms.txt 파일과 달리 사이트에 업로드하기 위한 것이 아닙니다. 시간에 따른 점수 추적을 위한 기준값으로 저장하거나, 개발팀과 공유하거나, CI/CD 파이프라인에 통합하세요.

결과 공유

또는 AI에게 개선 방법을 물어보세요

다른 의견도 들어보시겠어요?

Cloudflare에도 무료 스캐너가 있는데, 던지는 질문이 다릅니다. 그쪽은 에이전트가 호출할 수 있도록 사이트가 게시한 것(MCP 서버 카드, Agent Skills, API 카탈로그, DNS 레코드)을 채점합니다. 저희는 에이전트가 콘텐츠에 도달해 읽고 이해할 수 있는지를 채점합니다. 한쪽은 좋고 다른 쪽은 나쁠 수 있으니 두 점수가 다른 것은 당연합니다. 서로 다른 질문에 대한 답이고, 둘 다 알아둘 가치가 있습니다.

Cloudflare로 rcf-community.com 검사하기

배지 삽입

이 배지를 사이트에 추가하세요. AI 준비도 점수가 변경되면 자동으로 업데이트됩니다.

AgentReady.md score for rcf-community.com
Script 권장
<script src="https://agentready.md/badge.js" data-id="941a09a3-6508-4a34-884a-d1ec0217d3dc" data-domain="rcf-community.com"></script>
Markdown
[![AgentReady.md score for rcf-community.com](https://agentready.md/badge/rcf-community.com.svg)](https://agentready.md/ko/r/rcf-community.com)

곧 출시: 전체 도메인 분석

전체 도메인을 크롤링하고, llms.txt를 생성하고, AI 준비도 점수를 시간에 따라 모니터링하세요. 대기자 명단에 등록하여 알림을 받으세요.

명단에 등록되었습니다! 서비스 출시 시 알려드리겠습니다.