Blog Posts
Get blog posts and blog detail via store-api.
Good to know: This API document based on Shopware 6 default store-api. You can reach base introduction document via https://shopware.stoplight.io/docs/store-api/38777d33d92dc-quick-start-guide and request body and detail via https://shopware.stoplight.io/docs/store-api/cf710bf73d0cd-search-queries. This document gives us store api basics. Ongrano Blog Pro is designed based on these basics.
Blog Post List
POST
https://your-site.com/store-api/blog
return all blog posts regarding your criteria.
Request Header
Accept*
string
Response type
application/json
Content-Type*
string
Request type
application/json
sw-access-key*
string
Headless Access Key
SWSCQ1V1QJHHSKV0TFLYZ0LSD1
Request Body - Example Criteria 1
Example getting blog posts regarding Category Id and sorting them with name ascending.
{
"limit": 4,
"page": 1,
"filter": [
{ "type": "equals", "field": "blogCategoryId", "value": "018f5760eca0726e878366b96fa244bb" }
],
"sort": [
{ "field": "name", "order": "ASC" }
]
}
Request Body - Example Criteria 2
Example getting blog posts regarding active true and get only id, name, subheader and media.
{
"limit": 5,
"page": 1,
"filter": [
{ "type": "equals", "field": "active", "value": true }
],
"sort": [
{ "field": "name", "order": "ASC" }
],
"includes": {
"ongrano_blog": [
"id",
"name",
"subheader",
"media"
]
},
"associations": {
"media": {}
}
}
{
"elements": [
{
"versionId": "0fa91ce3e96a4bc2be4bd9ce752c3425",
"translated": {
"name": "Choosing the Right Shopware 6 Plugins for Your Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"customFields": {},
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Choosing the Right Shopware 6 Plugins for Your Store",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"pageType": "blog"
},
"createdAt": "2024-05-09T06:56:52.400+00:00",
"updatedAt": "2024-05-09T06:58:06.836+00:00",
"mediaId": "018f3e3c9c11715c81b458965f770ee6",
"blogCategoryId": "018f5760eca0726e878366b96fa244bb",
"name": "Choosing the Right Shopware 6 Plugins for Your Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"active": true,
"scheduleActive": false,
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Choosing the Right Shopware 6 Plugins for Your Store",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"author": "Ongrano GmbH",
"pageType": "blog",
"seoUrls": null,
"translations": null,
"media": null,
"salesChannel": [
"018e8afb108071a4ac8b6fb0e2d299b5",
"98432def39fc4624b33213a56b8c944d"
],
"blogCategory": null,
"releaseDate": "2024-05-03T11:35:02.068+00:00",
"id": "018f5c23f8a873838f362efd0e054ddb",
"customFields": null,
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"apiAlias": "ongrano_blog"
},
{
"versionId": "0fa91ce3e96a4bc2be4bd9ce752c3425",
"translated": {
"name": "Custom Shopware 6 Themes: The Perfect Solution for SEO and User Experience",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"customFields": {},
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Custom Shopware 6 Themes: The Perfect Solution for SEO and User Experience",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"pageType": "blog"
},
"createdAt": "2024-05-09T06:56:55.295+00:00",
"updatedAt": "2024-05-09T06:58:44.809+00:00",
"mediaId": "018f3e3c9c11715c81b458965f770ee6",
"blogCategoryId": "018f5760eca0726e878366b96fa244bb",
"name": "Custom Shopware 6 Themes: The Perfect Solution for SEO and User Experience",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"active": true,
"scheduleActive": false,
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Custom Shopware 6 Themes: The Perfect Solution for SEO and User Experience",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"author": "Ongrano GmbH",
"pageType": "blog",
"seoUrls": null,
"translations": null,
"media": null,
"salesChannel": [
"018e8afb108071a4ac8b6fb0e2d299b5",
"98432def39fc4624b33213a56b8c944d"
],
"blogCategory": null,
"releaseDate": "2024-05-03T11:35:02.068+00:00",
"id": "018f5c2403f47290be4c9a8fd099d436",
"customFields": null,
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"apiAlias": "ongrano_blog"
}
],
"aggregations": [],
"page": 1,
"limit": 2,
"entity": "ongrano_blog",
"total": 2,
"states": [],
"apiAlias": "dal_entity_search_result"
}
{
"elements": [
{
"name": "Choosing the Right Shopware 6 Plugins for Your Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"media": {
"translated": {
"alt": null,
"title": null,
"customFields": {}
},
"createdAt": "2024-05-03T11:35:10.662+00:00",
"updatedAt": "2024-05-03T11:35:10.722+00:00",
"mimeType": "image/png",
"fileExtension": "png",
"fileSize": 10920,
"title": null,
"metaData": {
"width": 128,
"height": 128,
"type": 3,
"hash": "33bcca24da3c3742cf241066f18fc54c"
},
"uploadedAt": "2024-05-03T11:35:10.721+00:00",
"alt": null,
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"fileName": "newsletter",
"translations": null,
"thumbnails": [],
"hasFile": true,
"private": false,
"path": "media/c5/3a/26/1714736110/newsletter.png",
"config": null,
"customFields": null,
"id": "018f3e3c9c11715c81b458965f770ee6",
"apiAlias": "media"
},
"id": "018f5c23f8a873838f362efd0e054ddb",
"apiAlias": "ongrano_blog"
},
{
"name": "Custom Shopware 6 Themes: The Perfect Solution for SEO and User Experience",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"media": {
"translated": {
"alt": null,
"title": null,
"customFields": {}
},
"createdAt": "2024-05-03T11:35:10.662+00:00",
"updatedAt": "2024-05-03T11:35:10.722+00:00",
"mimeType": "image/png",
"fileExtension": "png",
"fileSize": 10920,
"title": null,
"metaData": {
"width": 128,
"height": 128,
"type": 3,
"hash": "33bcca24da3c3742cf241066f18fc54c"
},
"uploadedAt": "2024-05-03T11:35:10.721+00:00",
"alt": null,
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"fileName": "newsletter",
"translations": null,
"thumbnails": [],
"hasFile": true,
"private": false,
"path": "media/c5/3a/26/1714736110/newsletter.png",
"config": null,
"customFields": null,
"id": "018f3e3c9c11715c81b458965f770ee6",
"apiAlias": "media"
},
"id": "018f5c2403f47290be4c9a8fd099d436",
"apiAlias": "ongrano_blog"
},
{
"name": "How Shopware 6 Can Help You Optimize Your Website's Structure for SEO",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"media": {
"translated": {
"alt": null,
"title": null,
"customFields": {}
},
"createdAt": "2024-05-03T11:35:10.662+00:00",
"updatedAt": "2024-05-03T11:35:10.722+00:00",
"mimeType": "image/png",
"fileExtension": "png",
"fileSize": 10920,
"title": null,
"metaData": {
"width": 128,
"height": 128,
"type": 3,
"hash": "33bcca24da3c3742cf241066f18fc54c"
},
"uploadedAt": "2024-05-03T11:35:10.721+00:00",
"alt": null,
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"fileName": "newsletter",
"translations": null,
"thumbnails": [],
"hasFile": true,
"private": false,
"path": "media/c5/3a/26/1714736110/newsletter.png",
"config": null,
"customFields": null,
"id": "018f3e3c9c11715c81b458965f770ee6",
"apiAlias": "media"
},
"id": "018f5c2422b97004838a88c77ba134f3",
"apiAlias": "ongrano_blog"
},
{
"name": "Maximizing Your SEO Potential with Shopware 6",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"media": {
"translated": {
"alt": null,
"title": null,
"customFields": {}
},
"createdAt": "2024-05-03T11:35:10.662+00:00",
"updatedAt": "2024-05-03T11:35:10.722+00:00",
"mimeType": "image/png",
"fileExtension": "png",
"fileSize": 10920,
"title": null,
"metaData": {
"width": 128,
"height": 128,
"type": 3,
"hash": "33bcca24da3c3742cf241066f18fc54c"
},
"uploadedAt": "2024-05-03T11:35:10.721+00:00",
"alt": null,
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"fileName": "newsletter",
"translations": null,
"thumbnails": [],
"hasFile": true,
"private": false,
"path": "media/c5/3a/26/1714736110/newsletter.png",
"config": null,
"customFields": null,
"id": "018f3e3c9c11715c81b458965f770ee6",
"apiAlias": "media"
},
"id": "018f5c240e257001b87a02f766b7b01f",
"apiAlias": "ongrano_blog"
},
{
"name": "The Benefits of Responsive Design for Your Shopware 6 Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"media": {
"translated": {
"alt": null,
"title": null,
"customFields": {}
},
"createdAt": "2024-05-03T11:35:10.662+00:00",
"updatedAt": "2024-05-03T11:35:10.722+00:00",
"mimeType": "image/png",
"fileExtension": "png",
"fileSize": 10920,
"title": null,
"metaData": {
"width": 128,
"height": 128,
"type": 3,
"hash": "33bcca24da3c3742cf241066f18fc54c"
},
"uploadedAt": "2024-05-03T11:35:10.721+00:00",
"alt": null,
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"fileName": "newsletter",
"translations": null,
"thumbnails": [],
"hasFile": true,
"private": false,
"path": "media/c5/3a/26/1714736110/newsletter.png",
"config": null,
"customFields": null,
"id": "018f3e3c9c11715c81b458965f770ee6",
"apiAlias": "media"
},
"id": "018f3e3c7ab472faa01527f1fcc85477",
"apiAlias": "ongrano_blog"
}
],
"aggregations": [],
"page": 1,
"limit": 5,
"entity": "ongrano_blog",
"total": 5,
"states": [],
"apiAlias": "dal_entity_search_result"
}
Blog Post Detail
POST
https://your-site.com/store-api/blog/{blogId}
return blog post regarding {blogId}
Request Header
Accept*
string
Response type
application/json
Content-Type*
string
Request type
application/json
sw-access-key*
string
Headless Access Key
SWSCQ1V1QJHHSKV0TFLYZ0LSD1
Request Body - Example Criteria
{
"associations": {
"media": {}
},
"includes": {
"media": [
"url"
]
}
}
{
"elements": [
{
"versionId": "0fa91ce3e96a4bc2be4bd9ce752c3425",
"translated": {
"name": "Choosing the Right Shopware 6 Plugins for Your Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"customFields": {},
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Choosing the Right Shopware 6 Plugins for Your Store",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"pageType": "blog"
},
"createdAt": "2024-05-09T06:56:52.400+00:00",
"updatedAt": "2024-05-09T06:58:06.836+00:00",
"mediaId": "018f3e3c9c11715c81b458965f770ee6",
"blogCategoryId": "018f5760eca0726e878366b96fa244bb",
"name": "Choosing the Right Shopware 6 Plugins for Your Store",
"subheader": "Organizing Your Site for Better Rankings and Traffic",
"active": true,
"scheduleActive": false,
"description": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"metaTitle": "Choosing the Right Shopware 6 Plugins for Your Store",
"metaDescription": "Shopware 6 offers powerful tools to help you optimize your website's structure for SEO. From clean and intuitive navigation to streamlined URL structures, learn how to organize your site for maximum search engine visibility.",
"keywords": "SEO,blog,Shopware 6",
"author": "Ongrano GmbH",
"pageType": "blog",
"seoUrls": null,
"translations": null,
"media": {
"url": "http://127.0.0.1:8001/media/c5/3a/26/1714736110/newsletter.png?1714736110",
"apiAlias": "media"
},
"salesChannel": [
"018e8afb108071a4ac8b6fb0e2d299b5",
"98432def39fc4624b33213a56b8c944d"
],
"blogCategory": null,
"releaseDate": "2024-05-03T11:35:02.068+00:00",
"id": "018f5c23f8a873838f362efd0e054ddb",
"customFields": null,
"content": "<h2>Blogging: The Power Tool for SEO</h2><figure class=\"image image-style-side\"><img src=\"https://demo.ongrano.com/media/e5/77/e2/1684229526/5509d49f6d824dc2b7778683298851b6.png\" alt=\"Blogs - A perect place to house your content.\"><figcaption>Blogs - A perfect place to house your content.</figcaption></figure><p>At first glance, blogging might seem like a simple and straightforward activity. However, it holds more power than you might think, especially when it comes to <strong>Search Engine Optimization (SEO)</strong>. Over the past decade, blogs have gone from simple online diaries to powerful tools that can significantly enhance a website's visibility and engagement.</p><p>SEO is no longer just about keywords and backlinks. In today's digital age, where content is king, having high-quality, engaging, and regularly updated content is crucial. This is where blogging comes in. A well-optimized blog can do wonders for your SEO strategy, improving your site's visibility and attracting more organic traffic.</p><p>A study published in 2020 by HubSpot, a leading inbound marketing platform, shows that <a href=\"https://www.hubspot.com/marketing-statistics\">companies that blog receive 55% more visitors</a> than those that don't. The reason is simple: search engines love fresh content, and blogging is one of the most effective ways to deliver it.</p><figure class=\"table\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">SEO Factor</th><th style=\"background-color:hsl(0, 0%, 100%);\">How Blogging Helps</th></tr></thead><tbody><tr><td>Fresh Content</td><td>Regularly updated blog provides new content for search engines to index.</td></tr><tr><td>Keywords</td><td>Blog posts can naturally incorporate targeted keywords to improve SEO.</td></tr><tr><td>Backlinks</td><td>High-quality content encourages other websites to link back to your blog.</td></tr><tr><td>User Engagement</td><td>Engaging blog content keeps visitors on your site longer, reducing bounce rate.</td></tr></tbody></table></figure><p>In conclusion, blogging is a powerful tool that can significantly improve your SEO strategy. Not only does it provide a platform for fresh, engaging content, but it also allows for the natural incorporation of keywords and the opportunity to earn backlinks. Furthermore, a well-maintained blog can improve user engagement and reduce bounce rate.</p><p>Whether you're a small business owner, a digital marketer, or a hobbyist, blogging can be a powerful tool to boost your digital presence. Start leveraging its power today!</p><p> </p><h3>Are you tired of boring, plain-text blog posts? Do you want to create engaging content that captures your audience's attention? Look no further than <span style=\"color:hsl(0,75%,60%);\"><strong>Ongrano Blog!</strong></span></h3><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Basic Text Formatting:</strong></span> The toolbar includes buttons for basic formatting like bold, italic, underline, strikethrough, and subscript/superscript.</p><p><strong>Bold:</strong></p><p><strong>This text is bold.</strong></p><p><i>Italic:</i></p><p><i>This text is italicized.</i></p><p><s>Strikethrough:</s></p><p><s>This text is strikethrough.</s></p><p><u>Underlined:</u></p><p><u>This text is underlined.</u></p><hr><p>Text Aligned Left</p><p style=\"text-align:right;\">Text Aligned Right</p><p style=\"text-align:center;\">Text Aligned Center</p><p style=\"text-align:justify;\">Text Align Justified</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Customize Text with Font Size, Color, and Background Color:</strong> </span>Enhance the appearance of your blog posts by customizing the font size, color, and background color of your text.</p><p><span class=\"text-tiny\">Tiny text</span></p><p><span class=\"text-small\">Small text</span></p><p>Default text</p><p><span class=\"text-big\">Big text</span></p><p><span class=\"text-huge\">Huge text</span></p><h3>Font Color:</h3><p><span style=\"color:hsl(210,75%,60%);\">This text is blue.</span></p><h3>Background Color:</h3><p><span style=\"background-color:hsl(60,75%,60%);\">This text has a yellow background color.</span></p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Paragraph Formatting:</strong> </span>Organize your content into easy-to-read paragraphs and headings that make it easy for your readers to follow along.</p><h2>Heading 2</h2><p>This is a sample paragraph under Heading 2.</p><h3>Heading 3</h3><p>This is a sample paragraph under Heading 3.</p><p> </p><p>There is a blockquote sample below.</p><blockquote><p>\"The only way to do great work is to love what you do.\" - Steve Jobs</p></blockquote><p> </p><p><i>Emphasize your content with italics.</i></p><p><strong>Make important points stand out with bold text.</strong></p><p><u>Underline text for added emphasis.</u></p><p><s>Strikethrough text to indicate changes or deletions.</s></p><p>Subscript and superscript text can be used for scientific or mathematical notations.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>List Formatting:</strong></span><strong> </strong>Break up your content and make it more digestible with bulleted and numbered lists.</p><h3>Bulleted List:</h3><ul><li>Create a new blog post</li><li>Add compelling content</li><li>Format your text with CKEditor</li><li>Include relevant images and links</li><li>Publish and share with your audience</li></ul><h3>Numbered List:</h3><ol><li>Introduction</li><li>Body content</li><li>Conclusion</li></ol><h3>Nested Lists:</h3><ul><li>Main point 1</li><li>Main point 2<ul><li>Sub point 2.1</li><li>Sub point 2.2</li></ul></li><li>Main point 3</li></ul><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Enhance Your Content with Links and Images:</strong></span> Add links and images to provide additional context and visual interest to your blog posts.</p><h3>Links:</h3><p>Include hyperlinks in your blog posts to direct your readers to relevant sources or related content.</p><p>For example, you can link to:</p><ul><li><a href=\"https://www.example.com\">External websites</a></li><li><a href=\"#section1\">Internal sections within your blog post</a></li></ul><h3>Images:</h3><p>Enhance the visual appeal of your blog posts by inserting images directly into the content.</p><p>For example:</p><figure class=\"image\"><img src=\"https://demo.ongrano.com/media/5a/e3/52/1684229961/0e128ecffc0f46c9993be7b51b51cbfa.webp\" alt=\"New standard e-commerce blog management\"><figcaption>New standard e-commerce blog management</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Sections with Horizontal Lines:</strong> </span>Add horizontal lines to your blog posts to visually separate sections and draw attention to important content.</p><h3>Section 1</h3><p>This is the content of section 1.</p><hr><h3>Section 2</h3><p>This is the content of section 2.</p><hr><h3>Section 3</h3><p>This is the content of section 3.</p><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Emphasize Data with Tables:</strong></span> Add tables to your blog posts to present data in a structured and organized format.</p><figure class=\"table\" style=\"width:100%;\"><table><thead><tr><th style=\"background-color:hsl(0, 0%, 100%);\">Column 1</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 2</th><th style=\"background-color:hsl(0, 0%, 100%);\">Column 3</th></tr></thead><tbody><tr><td>Row 1, Cell 1</td><td>Row 1, Cell 2</td><td>Row 1, Cell 3</td></tr><tr><td>Row 2, Cell 1</td><td>Row 2, Cell 2</td><td>Row 2, Cell 3</td></tr><tr><td>Row 3, Cell 1</td><td>Row 3, Cell 2</td><td>Row 3, Cell 3</td></tr></tbody></table><figcaption>Sample Table</figcaption></figure><hr><p><span style=\"color:hsl(0,75%,60%);\"><strong>Embed Videos in Your Blog Posts:</strong></span> Add videos to your blog posts to provide visual content and engage your readers.</p><h3>Example Video Embed:</h3><figure class=\"media\"><oembed url=\"https://www.youtube.com/watch?v=bG57TZPYsyw\"></oembed></figure>",
"apiAlias": "ongrano_blog"
}
],
"aggregations": [],
"page": 1,
"limit": 100,
"entity": "ongrano_blog",
"total": 1,
"states": [],
"apiAlias": "dal_entity_search_result"
}
Last updated