Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit fbc9bc3

Browse files
Create multi-slide-patio.md
1 parent e822dd3 commit fbc9bc3

1 file changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Ply Gem Multi-Slide Patio Doors
2+
3+
**Category:** Patio Doors
4+
**Brand:** Ply Gem
5+
**Type:** Multi-Slide Patio Doors
6+
**Material:** Vinyl, Aluminum Clad, Aluminum
7+
**Project Types:** New Construction
8+
**Energy Efficiency:** Energy-efficient glass options available
9+
**Warranty:** Warranty information available from Ply Gem; coverage varies by series and application
10+
11+
## Overview
12+
Ply Gem Multi-Slide Patio Doors are built for expansive openings, broad views, and contemporary indoor-outdoor living. The Ply Gem page presents these doors as a new construction solution with multiple material options and configurable multi-sliding door layouts.
13+
14+
## Key Features
15+
- Designed for large openings and expansive views
16+
- Contemporary aesthetic
17+
- Available for new construction applications
18+
- Offered in vinyl, aluminum clad, and aluminum depending on series
19+
- Energy-efficient glass options available
20+
21+
## Common Applications
22+
- Large openings to patios or terraces
23+
- Contemporary home designs
24+
- Indoor-outdoor living spaces
25+
- New construction residential projects
26+
27+
## Schema Markup (JSON-LD)
28+
```json
29+
{
30+
"@context": "https://schema.org",
31+
"@graph": [
32+
{
33+
"@type": "Product",
34+
"@id": "https://www.plygem.com/patio-doors/multi-slide-patio-doors/#product",
35+
"name": "Ply Gem Multi-Slide Patio Doors",
36+
"category": "Patio Doors",
37+
"description": "Multi-slide patio doors from Ply Gem designed for large openings, expansive views, and contemporary indoor-outdoor living in new construction applications.",
38+
"brand": {
39+
"@type": "Brand",
40+
"name": "Ply Gem"
41+
},
42+
"manufacturer": {
43+
"@type": "Organization",
44+
"name": "Ply Gem",
45+
"url": "https://www.plygem.com/"
46+
},
47+
"material": "Vinyl, Aluminum Clad, Aluminum",
48+
"url": "https://www.plygem.com/patio-doors/multi-slide-patio-doors/",
49+
"additionalProperty": [
50+
{
51+
"@type": "PropertyValue",
52+
"name": "Door Style",
53+
"value": "Multi-Slide Patio Door"
54+
},
55+
{
56+
"@type": "PropertyValue",
57+
"name": "Operation",
58+
"value": "Multi-Sliding"
59+
},
60+
{
61+
"@type": "PropertyValue",
62+
"name": "Project Types",
63+
"value": "New Construction"
64+
}
65+
]
66+
},
67+
{
68+
"@type": "WebPage",
69+
"@id": "https://www.plygem.com/patio-doors/multi-slide-patio-doors/#webpage",
70+
"url": "https://www.plygem.com/patio-doors/multi-slide-patio-doors/",
71+
"name": "Multi-Slide Patio Doors - Ply Gem",
72+
"isPartOf": {
73+
"@type": "WebSite",
74+
"@id": "https://www.plygem.com/#website",
75+
"name": "Ply Gem",
76+
"url": "https://www.plygem.com/"
77+
},
78+
"about": {
79+
"@id": "https://www.plygem.com/patio-doors/multi-slide-patio-doors/#product"
80+
}
81+
}
82+
]
83+
}

0 commit comments

Comments
 (0)