A comprehensive repository of Vedic Astrology content, structured as a documentation site. This project aims to provide deep, authoritative, and SEO-friendly articles on various aspects of Vedic Science, including Rasi, Houses, Planets, Dashas, Nakshatras, and more.
AstroFusion Blogs is a curated collection of knowledge designed for both enthusiasts and students of Vedic Astrology. The content is formatted in MDX (Markdown with JSX) to support rich text and potential interactive components.
The content is organized hierarchically by astrological concepts:
- 01_Rasi: Zodiac signs (Mesha to Meena).
- 02_Houses: The 12 astrological houses and their significations.
- 03_Planets: Detailed descriptions of Planets and Upagrahas.
- 04_DashaSystem: Vimshottari and Yogini Dasha systems.
- 05_Nakshatra: The 27 Lunar Mansions.
- 06_Planet_in_Houses: Analysis of planets placed in specific houses.
- 07_Calculations: Astrological calculations (e.g., Shadbala).
- 08_Planet_in_Rashi: Planets placed in specific zodiac signs.
- 10_Lord_in_Houses: Deep dive into House Lords placed in other houses.
- 11_Planets_Conjunctions: Effects of multi-planet conjunctions.
- 14_Divisional_Charts: Vargas (D1 to D60).
- 17_Ashtakavarga: The system of eightfold classification.
- 18_Vastu: Vastu Shastra principles.
- 19_Medical_Astrology: Health and disease prediction.
- 20_Transit: Planetary transits (Gochara).
- 21_Numerology: Vedic and Western numerology.
All articles are written in MDX format.
Each file must include YAML frontmatter:
---
title: 'Article Title'
description: 'Concise summary for SEO (150-160 chars)'
keywords: 'keyword1, keyword2, keyword3'
---Files follow a strict naming convention for ordering and SEO:
{OrderPrefix}_{TopicSlug}.mdx
Example: 0101_Mesha.mdx
To browse the content locally:
- Clone the repository.
- Open the
index.mdxfile to see the full table of contents. - Navigate through the directories to read specific articles.
We welcome contributions to expand this knowledge base.
- Topic Selection: Ensure the topic fits into the existing directory structure.
- Formatting: Strictly follow the MDX structure and Frontmatter requirements.
- Quality: Content should be detailed, authoritative, and SEO-optimized.
- Linking: Use relative paths for internal links (e.g.,
[Link Text](../Folder/File.mdx)).
- Content: MDX (Markdown + JSX)
- Structure: Hierarchical File System
- Metadata:
_meta.jsonfiles for navigation ordering (Nextra/Next.js compatible).
Generated by AstroFusion Team