<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Content Fragment Archives - Sourced Code</title>
	<atom:link href="https://sourcedcode.com/blog/category/aem/content-fragment/feed" rel="self" type="application/rss+xml" />
	<link>https://sourcedcode.com</link>
	<description>AEM Blog Made Just for You.</description>
	<lastBuildDate>Tue, 02 May 2023 03:38:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>

<image>
	<url>https://sourcedcode.com/wp-content/uploads/2019/09/cropped-favicon-32x32.png</url>
	<title>Content Fragment Archives - Sourced Code</title>
	<link>https://sourcedcode.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AEM Query Builder Examples with Content Fragments</title>
		<link>https://sourcedcode.com/blog/aem/aem-query-builder-examples-with-content-fragments</link>
					<comments>https://sourcedcode.com/blog/aem/aem-query-builder-examples-with-content-fragments#respond</comments>
		
		<dc:creator><![CDATA[briankasingli]]></dc:creator>
		<pubDate>Tue, 02 May 2023 03:34:23 +0000</pubDate>
				<category><![CDATA[AEM]]></category>
		<category><![CDATA[Content Fragment]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Quick Reference]]></category>
		<guid isPermaLink="false">https://sourcedcode.com/?p=4804</guid>

					<description><![CDATA[<p>In this article, I will share some example AEM Query Builder API Search Queries that queries for Content Fragments. 1. Find all Content Fragments with Content Fragment Model 123456type=dam:Asset path=/content/dam/sourcedcode boolproperty=jcr:content/contentFragment boolproperty.value=true property=jcr:content/data/cq:model property.value=/conf/sourcedcode/settings/dam/cfm/models/model1 http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1 2. Find all Content Fragments with Content Fragment Model &#038; Property 12345678type=dam:Asset path=/content/dam/sourcedcode boolproperty=jcr:content/contentFragment boolproperty.value=true 1_property=jcr:content/data/cq:model 1_property_1.value=/conf/sourcedcode/settings/dam/cfm/models/model1 2_property=jcr:content/data/master/title 2_property.value=example http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=path%3D%2Fcontent%2Fdam%2Fsourcedcode%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0A1_property%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0A1_property_1.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1%0D%0A2_property%3Djcr%3Acontent%2Fdata%2Fmaster%2Ftitle%0D%0A2_property.value%3Dexample [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sourcedcode.com/blog/aem/aem-query-builder-examples-with-content-fragments">AEM Query Builder Examples with Content Fragments</a> appeared first on <a rel="nofollow" href="https://sourcedcode.com">Sourced Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article, I will share some example AEM Query Builder API Search Queries that queries for Content Fragments.</p>
<hr class="spacer-large" />
<h3>1. Find all Content Fragments with Content Fragment Model</h3>
<div class="codecolorer-container java default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">type<span style="color: #339933;">=</span>dam<span style="color: #339933;">:</span>Asset<br />
path<span style="color: #339933;">=/</span>content<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>sourcedcode<br />
boolproperty<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>contentFragment<br />
boolproperty.<span style="color: #006633;">value</span><span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">true</span><br />
property<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>cq<span style="color: #339933;">:</span>model<br />
property.<span style="color: #006633;">value</span><span style="color: #339933;">=/</span>conf<span style="color: #339933;">/</span>sourcedcode<span style="color: #339933;">/</span>settings<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>cfm<span style="color: #339933;">/</span>models<span style="color: #339933;">/</span>model1</div></td></tr></tbody></table></div>
<p><a href="http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1" rel="noopener" target="_blank">http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1</a></p>
<hr class="spacer-large" />
<h3>2. Find all Content Fragments with Content Fragment Model &#038; Property</h3>
<div class="codecolorer-container java default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">type<span style="color: #339933;">=</span>dam<span style="color: #339933;">:</span>Asset<br />
path<span style="color: #339933;">=/</span>content<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>sourcedcode<br />
boolproperty<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>contentFragment<br />
boolproperty.<span style="color: #006633;">value</span><span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">true</span><br />
<span style="color: #cc66cc;">1</span>_property<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>cq<span style="color: #339933;">:</span>model<br />
<span style="color: #cc66cc;">1</span>_property_1.<span style="color: #006633;">value</span><span style="color: #339933;">=/</span>conf<span style="color: #339933;">/</span>sourcedcode<span style="color: #339933;">/</span>settings<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>cfm<span style="color: #339933;">/</span>models<span style="color: #339933;">/</span>model1<br />
<span style="color: #cc66cc;">2</span>_property<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>master<span style="color: #339933;">/</span>title<br />
<span style="color: #cc66cc;">2</span>_property.<span style="color: #006633;">value</span><span style="color: #339933;">=</span>example</div></td></tr></tbody></table></div>
<p><a href="http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=path%3D%2Fcontent%2Fdam%2Fsourcedcode%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0A1_property%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0A1_property_1.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1%0D%0A2_property%3Djcr%3Acontent%2Fdata%2Fmaster%2Ftitle%0D%0A2_property.value%3Dexample" rel="noopener" target="_blank">http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;query=path%3D%2Fcontent%2Fdam%2Fsourcedcode%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0A1_property%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0A1_property_1.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1%0D%0A2_property%3Djcr%3Acontent%2Fdata%2Fmaster%2Ftitle%0D%0A2_property.value%3Dexample</a></p>
<hr class="spacer-large" />
<h3>4. Find all Content Fragments with Content Fragment Model &#038; Full Text Search</h3>
<div class="codecolorer-container java default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">type<span style="color: #339933;">=</span>dam<span style="color: #339933;">:</span>Asset<br />
path<span style="color: #339933;">=/</span>content<span style="color: #339933;">/</span>dam<br />
boolproperty<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>contentFragment<br />
boolproperty.<span style="color: #006633;">value</span><span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">true</span><br />
property<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>cq<span style="color: #339933;">:</span>model<br />
property.<span style="color: #006633;">value</span><span style="color: #339933;">=/</span>conf<span style="color: #339933;">/</span>wknd<span style="color: #339933;">-</span>shared<span style="color: #339933;">/</span>settings<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>cfm<span style="color: #339933;">/</span>models<span style="color: #339933;">/</span>adventure<br />
fulltext<span style="color: #339933;">=</span>a<br />
fulltext.<span style="color: #006633;">relPath</span><span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>master</div></td></tr></tbody></table></div>
<p><a href="http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;facets=on&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fwknd-shared%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fadventure%0D%0Afulltext%3Da%0D%0Afulltext.relPath%3Djcr%3Acontent%2Fdata%2Fmaster%0D%0A" rel="noopener" target="_blank">http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;facets=on&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fwknd-shared%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fadventure%0D%0Afulltext%3Da%0D%0Afulltext.relPath%3Djcr%3Acontent%2Fdata%2Fmaster%0D%0A</a></p>
<hr class="spacer-large" />
<h3>4. Find all Content Fragments &#038; Full Text Search</h3>
<div class="codecolorer-container java default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="java codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">type<span style="color: #339933;">=</span>dam<span style="color: #339933;">:</span>Asset<br />
path<span style="color: #339933;">=/</span>content<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>sourcedcode<br />
boolproperty<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>contentFragment<br />
boolproperty.<span style="color: #006633;">value</span><span style="color: #339933;">=</span><span style="color: #000066; font-weight: bold;">true</span><br />
property<span style="color: #339933;">=</span>jcr<span style="color: #339933;">:</span>content<span style="color: #339933;">/</span>data<span style="color: #339933;">/</span>cq<span style="color: #339933;">:</span>model<br />
property.<span style="color: #006633;">value</span><span style="color: #339933;">=/</span>conf<span style="color: #339933;">/</span>sourcedcode<span style="color: #339933;">/</span>settings<span style="color: #339933;">/</span>dam<span style="color: #339933;">/</span>cfm<span style="color: #339933;">/</span>models<span style="color: #339933;">/</span>model1<br />
fulltext<span style="color: #339933;">=</span>full text</div></td></tr></tbody></table></div>
<p><a href="http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;facets=on&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%2Fsourcedcode%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1%0D%0Afulltext%3Dfull+text">http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&#038;facets=on&#038;query=type%3Ddam%3AAsset%0D%0Apath%3D%2Fcontent%2Fdam%2Fsourcedcode%0D%0Aboolproperty%3Djcr%3Acontent%2FcontentFragment%0D%0Aboolproperty.value%3Dtrue%0D%0Aproperty%3Djcr%3Acontent%2Fdata%2Fcq%3Amodel%0D%0Aproperty.value%3D%2Fconf%2Fsourcedcode%2Fsettings%2Fdam%2Fcfm%2Fmodels%2Fmodel1%0D%0Afulltext%3Dfull+text</a></p>
<p>The post <a rel="nofollow" href="https://sourcedcode.com/blog/aem/aem-query-builder-examples-with-content-fragments">AEM Query Builder Examples with Content Fragments</a> appeared first on <a rel="nofollow" href="https://sourcedcode.com">Sourced Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sourcedcode.com/blog/aem/aem-query-builder-examples-with-content-fragments/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are AEM Content Fragments &#038; it&#8217;s Use Cases</title>
		<link>https://sourcedcode.com/blog/aem/what-are-aem-content-fragments-its-use-cases</link>
					<comments>https://sourcedcode.com/blog/aem/what-are-aem-content-fragments-its-use-cases#respond</comments>
		
		<dc:creator><![CDATA[briankasingli]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 06:51:13 +0000</pubDate>
				<category><![CDATA[AEM]]></category>
		<category><![CDATA[Content Fragment]]></category>
		<guid isPermaLink="false">https://sourcedcode.com/?p=4355</guid>

					<description><![CDATA[<p>AEM Content Fragments, CF, are units of reusable and modular content in AEM that can be managed and shared across multiple pages and digital channels. They allow content to be created and managed independently of the pages and templates that use them, making it easier to maintain consistent and up-to-date content across multiple channels. CF&#8217;s [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://sourcedcode.com/blog/aem/what-are-aem-content-fragments-its-use-cases">What are AEM Content Fragments &#038; it&#8217;s Use Cases</a> appeared first on <a rel="nofollow" href="https://sourcedcode.com">Sourced Code</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>AEM Content Fragments, CF, are units of reusable and modular content in AEM that can be managed and shared across multiple pages and digital channels. They allow content to be created and managed independently of the pages and templates that use them, making it easier to maintain consistent and up-to-date content across multiple channels. CF&#8217;s can be text, images, videos, interactive elements, or any other type of digital content. They provide a flexible and scalable way to manage content in AEM, improving the speed and efficiency of content creation and management.</p>
<p>CF also support headless architecture, where the content can be consumed and displayed through APIs without the need for a user interface. This allows organizations to create and manage content in AEM, and then surface it in a variety of different channels and applications, such as websites, mobile apps, and voice assistants. AEM&#8217;s content services utilize this functionality to make it easy for developers to retrieve and display CF&#8217;s in their applications. This provides organizations with a flexible and scalable way to manage content across multiple channels and touchpoints, improving the overall user experience and the efficiency of content management.</p>
<p>In addition to its technical capabilities, AEM CF&#8217;s are also designed to be author-friendly. The CF Model Editor is easy to use and allows authors to create and manage CF&#8217;s without needing technical expertise. This helps to reduce the dependency on developers and improve the speed and efficiency of content creation and management. The editor provides a simple and intuitive interface for authors to create and manage CF&#8217;s, including text, images, videos, and other digital assets. This makes it easier for organizations to keep their content up-to-date and consistent across multiple channels and touchpoints.</p>
<hr class="spacer-large" />
<h3>AEM Content Fragments Use Cases</h3>
<ol>
<li><strong>Migrated content from 3rd party API</strong>: AEM CF&#8217;s can be used to cache and manage content that is migrated from a third-party API into the AEM JCR. This helps to improve the performance and stability of the system by reducing the reliance on the API and improving the speed of data retrieval.
<p><p/><strong class="code-highlight-primary">Example</strong>: A company has a large catalog of product information that is stored in an external API. To improve the performance of the company&#8217;s website, the product information is migrated into the AEM JCR using CF&#8217;s. The CF&#8217;s are cached in the AEM JCR to improve the speed of data retrieval and reduce the reliance on the API. This helps to improve the overall user experience and the stability of the system.</p>
</li>
<li><strong>Reusable content component</strong>: Reusable content components allow organizations to create a library of content that can be used across multiple pages and digital experiences. This includes things like headers, footers, images, and product descriptions.</li>
<li><strong>Multi-channel deliver</strong>: With AEM CF&#8217;s, organizations can deliver consistent content across multiple channels, such as websites, mobile apps, and social media. This helps to ensure that the same message and content is being presented across all channels, regardless of the device or platform being used.</li>
<li><strong>Personalizatio</strong>: AEM CF&#8217;s can be used to create personalizable content components that can be customized for individual users based on their preferences and behavior. This includes things like product recommendations and personalized call-to-action (CTA) buttons.</li>
<li><strong>Translation and localizatio</strong>: AEM CF&#8217;s can be used to create content that can be easily translated and localized for global audiences. This includes things like product descriptions, news articles, and support pages.</li>
<li><strong>Product information managemen</strong>: With AEM CF&#8217;s, organizations can manage product information, such as descriptions, specifications, and images, in a centralized location. This makes it easier to keep product information up-to-date and consistent across all channels.</li>
<li><strong>Marketing campaign</strong>: AEM CF&#8217;s can be used to create and manage content components for marketing campaigns, such as landing pages and email templates. This helps to ensure that marketing campaigns are consistent and effective, regardless of the channel being used.</li>
<li><strong>News and blog article</strong>: AEM CF&#8217;s can be used to create and manage news and blog articles that can be reused across multiple pages and digital experiences. This makes it easier to keep information up-to-date and consistent, regardless of the channel being used.</li>
<li><strong>Event page</strong>: AEM CF&#8217;s can be used to create and manage content for event pages, such as conference schedules, speaker bios, and session descriptions. This helps to ensure that event information is consistent and up-to-date, regardless of the channel being used.</li>
<li><strong>Testimonials and review</strong>: AEM CF&#8217;s can be used to create and manage testimonials and reviews that can be displayed on product pages or marketing materials. This helps to provide customers with valuable insights and information about products and services.</li>
<li><strong>Employee profile</strong>: AEM CF&#8217;s can be used to create and manage employee profiles that can be displayed on the company website or intranet. This helps to provide customers and employees with information about the people behind the company.</li>
<li><strong>FAQ</strong>: AEM CF&#8217;s can be used to create and manage frequently asked questions (FAQs) that can be displayed on support pages or help centers. This helps to provide customers with the information they need to resolve issues and answer questions.</li>
<li><strong>How-to guide</strong>: AEM CF&#8217;s can be used to create and manage how-to guides that can be used to educate customers or support employees. This helps to provide customers and employees with the information they need to complete tasks and achieve their goals.</li>
<li><strong>Landing page</strong>: AEM CF&#8217;s can be used to create and manage landing pages for marketing campaigns, such as product launches or special promotions. This helps to ensure that landing pages are consistent and effective, regardless of the channel being used.</li>
<li><strong>Social media post</strong>: AEM CF&#8217;s can be used to create and manage social media posts that can be used across multiple social media platforms. This helps to ensure that social media posts are consistent and effective, regardless of the channel being used</li>
<li><strong>Video conten</strong>: AEM CF&#8217;s can be used to create and manage video content that can be used across multiple pages and digital experiences. This helps to ensure that video content is consistent and up-to-date, regardless of the channel being used.</li>
<li><strong>Interactive conten</strong>: AEM CF&#8217;s can be used to create and manage interactive content, such as quizzes, surveys, and calculators. This helps to engage customers and provide them with valuable information and insights.</li>
<li><strong>User-generated conten</strong>: AEM CF&#8217;s can be used to manage user-generated content, such as reviews, testimonials, and comments. This helps to provide customers with valuable insights and information about products and services.</li>
<li><strong>Support page</strong>: AEM CF&#8217;s can be used to create and manage support pages, such as FAQs and help centers. This helps to provide customers with the information they need to resolve issues and answer questions.</li>
<li><strong>Help center</strong>: AEM CF&#8217;s can be used to create and manage help centers that can be used to educate customers and support employees. This helps to provide customers and employees with the information they need to complete tasks and achieve their goals.</li>
<li><strong>Marketing material</strong>: AEM CF&#8217;s can be used to create and manage marketing materials, such as brochures, flyers, and email templates. This helps to ensure that marketing materials are consistent and effective, regardless of the channel being used.</li>
</ol>
<hr class="spacer-large" />
<h3>Summary</h3>
<p>In Summary, AEM content fragment&#8217;s are reusable, modular units of content that can be managed and shared across multiple pages and digital experiences. They provide a flexible and scalable way to manage content in AEM and support headless architecture, allowing the content to be consumed and displayed through APIs. AEM CF&#8217;s are easy for authors to use and provide a simple interface for creating and managing text, images, videos, and other digital assets. AEM CF&#8217;s can be used for a variety of purposes including managing migrated content, reusable content components, multi-channel delivery, personalization, translation and localization, product information management, marketing campaigns, news and blog articles, event pages, testimonials and reviews, and employee profiles.</p>
<p>The post <a rel="nofollow" href="https://sourcedcode.com/blog/aem/what-are-aem-content-fragments-its-use-cases">What are AEM Content Fragments &#038; it&#8217;s Use Cases</a> appeared first on <a rel="nofollow" href="https://sourcedcode.com">Sourced Code</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sourcedcode.com/blog/aem/what-are-aem-content-fragments-its-use-cases/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
