bmad-plus 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,73 +0,0 @@
1
- # TEMPLATE — llms.txt
2
- # Replace [BRACKETS] with your actual information
3
-
4
- # [Your Company Name]
5
-
6
- > [One-line elevator pitch describing your company]
7
-
8
- ## About
9
-
10
- [Company Name] is a [type of company] based in [City, Country]. [2-3 sentences describing what you do, your unique value proposition, and your target audience.]
11
-
12
- Founded by [Founder Name], the company specializes in [core specializations].
13
-
14
- ## Services
15
-
16
- ### [Service 1 Name]
17
- - [Key feature 1]
18
- - [Key feature 2]
19
- - [Key feature 3]
20
-
21
- ### [Service 2 Name]
22
- - [Key feature 1]
23
- - [Key feature 2]
24
- - [Key feature 3]
25
-
26
- ### [Service 3 Name]
27
- - [Key feature 1]
28
- - [Key feature 2]
29
- - [Key feature 3]
30
-
31
- ## Methodology
32
-
33
- 1. **[Phase 1 Name]**: [Brief description]
34
- 2. **[Phase 2 Name]**: [Brief description]
35
- 3. **[Phase 3 Name]**: [Brief description]
36
-
37
- ## Unique Value Proposition
38
-
39
- - **[USP 1]**: [Brief description]
40
- - **[USP 2]**: [Brief description]
41
- - **[USP 3]**: [Brief description]
42
-
43
- ## FAQ
44
-
45
- ### [Question 1]?
46
- [Concise, factual answer — 2-3 sentences max]
47
-
48
- ### [Question 2]?
49
- [Concise, factual answer]
50
-
51
- ### [Question 3]?
52
- [Concise, factual answer]
53
-
54
- ### [Question 4]?
55
- [Concise, factual answer]
56
-
57
- ### [Question 5]?
58
- [Concise, factual answer]
59
-
60
- ### [Question 6]?
61
- [Concise, factual answer]
62
-
63
- ## Contact
64
-
65
- - **Website**: https://[your-domain.com]
66
- - **Email**: [contact@your-domain.com]
67
- - **LinkedIn**: [LinkedIn URL]
68
- - **Location**: [City, Country (Postal Code)]
69
-
70
- ## Legal
71
-
72
- - [Privacy Policy](https://[your-domain.com]/privacy)
73
- - [Terms of Service](https://[your-domain.com]/terms)
@@ -1,38 +0,0 @@
1
- # TEMPLATE — robots.txt
2
- # Adapt domain and sitemap URL to your project
3
-
4
- User-agent: *
5
- Allow: /
6
- Sitemap: https://YOUR-DOMAIN.com/sitemap.xml
7
-
8
- # AI Crawlers (GEO optimization — allow all)
9
- User-agent: GPTBot
10
- Allow: /
11
-
12
- User-agent: ChatGPT-User
13
- Allow: /
14
-
15
- User-agent: PerplexityBot
16
- Allow: /
17
-
18
- User-agent: ClaudeBot
19
- Allow: /
20
-
21
- User-agent: Google-Extended
22
- Allow: /
23
-
24
- User-agent: Googlebot
25
- Allow: /
26
-
27
- User-agent: Bingbot
28
- Allow: /
29
-
30
- # Block known scraper bots (optional)
31
- User-agent: AhrefsBot
32
- Disallow: /
33
-
34
- User-agent: SemrushBot
35
- Disallow: /
36
-
37
- User-agent: MJ12bot
38
- Disallow: /
@@ -1,116 +0,0 @@
1
- {
2
- "_comment": "TEMPLATE — Schema.org JSON-LD Templates for SEO/GEO Optimization",
3
- "_instructions": "Copy the relevant schema types into your page's <head> as <script type='application/ld+json'>. Replace [BRACKETS] with actual values.",
4
-
5
- "ProfessionalService": {
6
- "@context": "https://schema.org",
7
- "@type": "ProfessionalService",
8
- "name": "[Company Name]",
9
- "url": "https://[your-domain.com]",
10
- "logo": "https://[your-domain.com]/logo.svg",
11
- "image": "https://[your-domain.com]/og.jpg",
12
- "description": "[Company description — 1-2 sentences]",
13
- "founder": {
14
- "@type": "Person",
15
- "name": "[Founder Name]",
16
- "url": "[Founder LinkedIn URL]"
17
- },
18
- "sameAs": ["[LinkedIn URL]", "[Twitter URL]", "[GitHub URL]"],
19
- "address": {
20
- "@type": "PostalAddress",
21
- "addressLocality": "[City]",
22
- "postalCode": "[Postal Code]",
23
- "addressRegion": "[Region]",
24
- "addressCountry": "[Country Code]"
25
- },
26
- "geo": {
27
- "@type": "GeoCoordinates",
28
- "latitude": 0.0,
29
- "longitude": 0.0
30
- },
31
- "areaServed": [
32
- { "@type": "Country", "name": "[Country]" },
33
- { "@type": "Place", "name": "International" }
34
- ],
35
- "knowsAbout": ["[Skill 1]", "[Skill 2]", "[Skill 3]"],
36
- "hasOfferCatalog": {
37
- "@type": "OfferCatalog",
38
- "name": "Services",
39
- "itemListElement": [
40
- {
41
- "@type": "Offer",
42
- "itemOffered": {
43
- "@type": "Service",
44
- "name": "[Service 1]",
45
- "description": "[Service 1 description]"
46
- }
47
- },
48
- {
49
- "@type": "Offer",
50
- "itemOffered": {
51
- "@type": "Service",
52
- "name": "[Service 2]",
53
- "description": "[Service 2 description]"
54
- }
55
- }
56
- ]
57
- }
58
- },
59
-
60
- "FAQPage": {
61
- "@context": "https://schema.org",
62
- "@type": "FAQPage",
63
- "mainEntity": [
64
- {
65
- "@type": "Question",
66
- "name": "[Question 1]?",
67
- "acceptedAnswer": {
68
- "@type": "Answer",
69
- "text": "[Answer 1]"
70
- }
71
- },
72
- {
73
- "@type": "Question",
74
- "name": "[Question 2]?",
75
- "acceptedAnswer": {
76
- "@type": "Answer",
77
- "text": "[Answer 2]"
78
- }
79
- }
80
- ]
81
- },
82
-
83
- "WebPage": {
84
- "@context": "https://schema.org",
85
- "@type": "WebPage",
86
- "name": "[Page Title]",
87
- "url": "https://[your-domain.com]/",
88
- "datePublished": "[YYYY-MM-DD]",
89
- "dateModified": "[YYYY-MM-DD]",
90
- "inLanguage": ["en", "fr"],
91
- "isPartOf": {
92
- "@type": "WebSite",
93
- "name": "[Site Name]",
94
- "url": "https://[your-domain.com]/"
95
- }
96
- },
97
-
98
- "BreadcrumbList": {
99
- "@context": "https://schema.org",
100
- "@type": "BreadcrumbList",
101
- "itemListElement": [
102
- {
103
- "@type": "ListItem",
104
- "position": 1,
105
- "name": "Home",
106
- "item": "https://[your-domain.com]/"
107
- },
108
- {
109
- "@type": "ListItem",
110
- "position": 2,
111
- "name": "[Page Name]",
112
- "item": "https://[your-domain.com]/[page]"
113
- }
114
- ]
115
- }
116
- }