163 lines
7.2 KiB
Plaintext

@{
ViewData["Title"] = "Catherine Lynwood Publishing";
}
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a asp-controller="Home" asp-action="Index">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Catherine Lynwood Publishing</li>
</ol>
</nav>
</div>
</div>
<div class="row mb-4">
<div class="col-12">
<h1 class="display-5 mb-3">Catherine Lynwood Publishing</h1>
<p class="lead">The official imprint of author Catherine Lynwood</p>
</div>
</div>
<div class="row">
<div class="col-md-10 col-lg-8">
<section class="mb-5">
<h2 class="h4">About the Imprint</h2>
<p>Catherine Lynwood Publishing is the registered trading name under which Catherine Lynwood independently publishes her written works. Established in the United Kingdom as a sole trader business, this imprint allows full control over every aspect of the creative and publishing process.</p>
<p>From editing and layout to cover design and distribution, each book released under this imprint is crafted with care, passion, and an unwavering focus on quality storytelling.</p>
</section>
<section class="mb-5">
<h2 class="h4">What We Do</h2>
<ul>
<li>Publish and manage the <strong>Alpha Flame Trilogy</strong> and future titles</li>
<li>Oversee all design, layout, and editorial decisions</li>
<li>Register and manage ISBNs and metadata</li>
<li>Coordinate print and eBook distribution via IngramSpark, Amazon, and other platforms</li>
<li>Offer exclusive editions and extras via this website</li>
</ul>
</section>
<section class="mb-5">
<h2 class="h4">Current Titles</h2>
<p><strong>The Alpha Flame: Discovery</strong> (Book One of the Alpha Flame Trilogy)</p>
<ul>
<li>Available in hardback, paperback, eBook, and Amazon-exclusive editions</li>
<li>More titles coming soon</li>
</ul>
</section>
<section class="mb-5">
<h2 class="h4">Publishing Philosophy</h2>
<p>At Catherine Lynwood Publishing, we believe that independent publishing can offer the same exceptional quality as traditional houses, with greater creative freedom. Every detail matters: from the emotional weight of the story to the typography, layout, and binding.</p>
<p>Our goal is to deliver books that not only tell powerful stories but look and feel beautiful in your hands.</p>
</section>
<section class="mb-5">
<h2 class="h4">For Retailers & Libraries</h2>
<p>All titles under this imprint are registered with ISBNs and distributed through reputable global networks. If you are a bookshop, library, or distributor and would like to stock our titles or learn more about upcoming releases, please get in touch.</p>
<p><strong>Contact:</strong> <a href="mailto:catherine@catherinelynwood.com">catherine@catherinelynwood.com</a></p>
</section>
<section>
<h2 class="h4">Legal Information</h2>
<ul class="list-unstyled">
<li><strong>Trading Name:</strong> Catherine Lynwood Publishing</li>
<li><strong>Business Type:</strong> Sole Trader</li>
<li><strong>Established:</strong> 2025</li>
<li><strong>Country:</strong> United Kingdom</li>
</ul>
</section>
</div>
</div>
@section Meta{
<script type="application/ld+json">
{
"@@context": "https://schema.org",
"@@type": "Organization",
"name": "Catherine Lynwood Publishing",
"alternateName": "Catherine Lynwood",
"url": "https://www.catherinelynwood.com/publishing",
"logo": "https://www.catherinelynwood.com/images/logo.png",
"description": "Catherine Lynwood Publishing is the registered sole trader imprint of author Catherine Lynwood, responsible for the publication and distribution of the Alpha Flame Trilogy and future works.",
"founder": {
"@@type": "Person",
"name": "Catherine Lynwood",
"sameAs": [
"https://www.catherinelynwood.com"
]
},
"foundingDate": "2025",
"location": {
"@@type": "Place",
"address": {
"@@type": "PostalAddress",
"addressCountry": "UK"
}
},
"publishingPrinciples": "https://www.catherinelynwood.com/publishing#philosophy",
"makesOffer": {
"@@type": "OfferCatalog",
"name": "Published Titles",
"itemListElement": [
{
"@@type": "Product",
"name": "The Alpha Flame: Discovery (Hardback)",
"productID": "ISBN:978-1-0682258-0-2",
"description": "Hardback edition of Book One in the Alpha Flame Trilogy.",
"url": "https://www.catherinelynwood.com/the-alpha-flame",
"offers": {
"@@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "GBP"
}
},
{
"@@type": "Product",
"name": "The Alpha Flame: Discovery (Paperback)",
"productID": "ISBN:978-1-0682258-1-9",
"description": "Paperback edition of Book One in the Alpha Flame Trilogy.",
"url": "https://www.catherinelynwood.com/the-alpha-flame",
"offers": {
"@@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "GBP"
}
},
{
"@@type": "Product",
"name": "The Alpha Flame: Discovery (Amazon Edition)",
"productID": "ISBN:978-1-0682258-2-6",
"description": "Amazon-exclusive edition of Book One in the Alpha Flame Trilogy.",
"url": "https://www.amazon.co.uk/dp/B0D3T5XYTG", // Replace with your actual Amazon product URL
"offers": {
"@@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "GBP"
}
},
{
"@@type": "Product",
"name": "The Alpha Flame: Discovery (eBook)",
"productID": "ISBN:978-1-0682258-3-3",
"description": "eBook edition of Book One in the Alpha Flame Trilogy.",
"url": "https://www.catherinelynwood.com/the-alpha-flame",
"offers": {
"@@type": "Offer",
"availability": "https://schema.org/InStock",
"priceCurrency": "GBP"
}
}
]
},
"sameAs": [
"https://www.catherinelynwood.com",
"https://www.amazon.co.uk/dp/B0D3T5XYTG" // Confirm or add additional relevant links
]
}
</script>
}