Skip to content

Commit 43a31c7

Browse files
SLIDESDOC-709 Improve article headers (Python via .NET) to increase CTR (#868)
Updated the titles, keywords, and descriptions in 22 articles.
1 parent 49e110c commit 43a31c7

File tree

21 files changed

+167
-27
lines changed

21 files changed

+167
-27
lines changed

en/python-net/developer-guide/faq/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ weight: 340
55
url: /python-net/faq/
66
keywords:
77
- FAQ
8-
- PowerPoint
98
- presentation format
109
- out of memory error
1110
- slide size
@@ -14,6 +13,9 @@ keywords:
1413
- paragraph size
1514
- formatting tables
1615
- font
16+
- PowerPoint
17+
- OpenDocument
18+
- presentation
1719
- Python
1820
- Aspose.Slides
1921
description: "Get answers to FAQ on Aspose.Slides for Python via .NET, covering PowerPoint and OpenDocument support, installation guidance, licensing, troubleshooting."

en/python-net/developer-guide/known-issues/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ title: Known Issues
33
type: docs
44
weight: 330
55
url: /python-net/known-issues/
6+
keywords:
7+
- known issue
8+
- Python
9+
- Aspose.Slides
10+
description: "Stay informed about current limitations and workarounds in Aspose.Slides for Python to handle PowerPoint and OpenDocument presentations reliably."
611
---

en/python-net/developer-guide/known-issues/object-preview-issue-when-adding-oleobjectframe/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
title: Object Preview Issue when Adding OleObjectFrame
2+
title: Object Preview Issue When Adding OleObjectFrame
3+
linktitle: OLE Object Issue
34
type: docs
45
weight: 10
56
url: /python-net/object-preview-issue-when-adding-oleobjectframe/
67
keywords:
78
- OLE
9+
- preview issue
810
- embed object
911
- embed file
10-
- embedded OLE object
1112
- object changed
1213
- object preview
1314
- presentation
1415
- PowerPoint
1516
- Python
16-
- .NET
17-
- Aspose.Slides for Python via .NET
17+
- Aspose.Slides
18+
description: "Learn why EMBEDDED OLE OBJECT appears when adding OleObjectFrame in Aspose.Slides for Python and how to fix preview issues in PPT, PPTX and ODP presentations."
1819
---
1920

2021
## **Introduction**

en/python-net/developer-guide/manage-presentation/_index.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
2-
title: Manage Presentation
2+
title: Manage Presentations in Python
3+
linktitle: Manage Presentation
34
type: docs
45
weight: 10
56
url: /python-net/manage-presentation/
7+
keywords:
8+
- manage presentation
9+
- manage PPT
10+
- manage PPTX
11+
- manage ODP
12+
- create presentation
13+
- open presentation
14+
- examine presentation
15+
- merge presentations
16+
- convert presentation
17+
- save presentation
18+
- manage slide show
19+
- Python
20+
- Aspose.Slides
21+
description: "Manage PowerPoint PPT, PPTX and ODP presentations in Python with Aspose.Slides: create, load, edit, clone slides and control content programmatically."
622
---
7-
8-

en/python-net/developer-guide/manage-presentation/create-presentation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a Presentation in Python
2+
title: Create Presentations in Python
33
linktitle: Create Presentation
44
type: docs
55
weight: 10

en/python-net/developer-guide/manage-presentation/open-presentation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Open a Presentation in Python
2+
title: Open Presentations in Python
33
linktitle: Open Presentations
44
type: docs
55
weight: 20

en/python-net/developer-guide/presentation-content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Presentation Content
2+
title: Manage Presentation Content in Python
3+
linktitle: Presentation Content
34
type: docs
45
weight: 30
56
url: /python-net/presentation-content/

en/python-net/developer-guide/presentation-content/powerpoint-charts/_index.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
---
2-
title: PowerPoint Charts
2+
title: Create and Customize PowerPoint Charts in Python
3+
linktitle: PowerPoint Charts
34
type: docs
45
weight: 70
56
url: /python-net/powerpoint-charts/
7+
keywords:
8+
- add chart
9+
- create chart
10+
- update chart
11+
- change chart
12+
- modify chart
13+
- customize chart
14+
- chart type
15+
- chart entities
16+
- format chart
17+
- chart workbook
18+
- animated chart
19+
- export chart
20+
- PowerPoint
21+
- presentation
22+
- Python
23+
- Aspose.Slides
24+
description: "Create and customize PowerPoint charts in Python with Aspose.Slides — work with data, styles, and chart types in PPT and PPTX using clear code examples."
625
---
7-
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
---
2-
title: Chart Entities
2+
title: Customize Presentation Chart Entities in Python
3+
linktitle: Chart Entities
34
type: docs
45
weight: 30
56
url: /python-net/chart-entities/
7+
keywords:
8+
- callout
9+
- axis
10+
- data label
11+
- data marker
12+
- data table
13+
- legend
14+
- plot area
15+
- data series
16+
- error bar
17+
- trend line
18+
- PowerPoint
19+
- presentation
20+
- Python
21+
- Aspose.Slides
22+
description: "Understand chart entities in Aspose.Slides for Python via .NET and learn to manage series, categories, data points and axes in PowerPoint PPT and PPTX."
623
---

en/python-net/developer-guide/presentation-content/powerpoint-charts/chart-entities/chart-data-table/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Customize Chart Data Tables in Python
3-
linktitle: Chart Data Table
3+
linktitle: Data Table
44
type: docs
55
url: /python-net/chart-data-table/
66
keywords:

0 commit comments

Comments
 (0)