This guide provides best practices for handling MT Connect profile requests within your internal production environment. Following these recommendations ensures organized workflows, easier searchability, and efficient data management.
1. Use a Single Account for MT Connect Profiles
For a manageable workflow, we recommend handling all profile requests under one account in your internal system.
Suggested account name: MT Connect
Structure:
Your Internal System → MT Connect Account → All Profiles
Benefit:
Centralizing all MT Connect profile requests under one account keeps your data organized and easy to manage.
2. Use the Profile ID as the Profile Name
To simplify identification and searching, include the Profile ID from MT Connect in each profile’s name.
Example:
01335r35w9897987a – SG Sources
Where to find the Profile ID:
- Included in every Profile Request sent from MT Connect
- Visible directly on the MT Connect platform
3. Create a Unified XML Feed for All Profiles
Set up one XML feed to deliver all articles from all profiles under the MT Connect account.
Benefit:
A single feed simplifies delivery management and ensures that all profile request data is centralized.
Example of XML Delivery Feed:
<?xml version="1.0"?>
<Feed>
<Name>Sample Neutral Content Feed – Demo</Name>
<Dated>Tue, 19 Nov 2025 16:00:00 +0000</Dated>
<Article>
<guid>art-0001</guid>
<ProfileName>Alex Johnson</ProfileName>
<ProfileID>prof-101</ProfileID>
<ClientPublication>Global Insights Daily</ClientPublication>
<MTConnectPublication>MT Connect</MTConnectPublication>
<PublicationDate>2025-11-18</PublicationDate>
<Section>Science & Technology</Section>
<PageNo>12</PageNo>
<ArticleHeading>Innovative Approaches to Urban Gardening</ArticleHeading>
<Intro><![CDATA[
Urban gardening has gained renewed attention as cities seek sustainable ways to provide fresh produce. This article explores creative methods that communities are adopting to transform unused spaces into productive green areas, encouraging environmental awareness and self-sufficiency among residents.
]]></Intro>
<FullText><![CDATA[
Across various cities worldwide, initiatives are turning rooftops, balconies, and abandoned lots into productive gardens. Local organizations provide workshops and support networks, helping residents cultivate plants while promoting community engagement. These efforts not only improve food access but also enhance urban biodiversity and reduce carbon footprints.
]]></FullText>
<WebUrl>https://example.com/articles/urban-gardening</WebUrl>
<Provider>Global Insights Daily</Provider>
<MediaType>PRINT</MediaType>
<Language>English</Language>
<Country>USA</Country>
<OriginalFileName>urban_gardening_2025.pdf</OriginalFileName>
<MatchingWords>Urban, Gardening, Sustainability</MatchingWords>
</Article>
<Article>
<guid>art-0002</guid>
<ProfileName>Maria Chen</ProfileName>
<ProfileID>prof-102</ProfileID>
<ClientPublication>Eco Today</ClientPublication>
<MTConnectPublication>MT Connect</MTConnectPublication>
<PublicationDate>2025-11-17</PublicationDate>
<Section>Environment</Section>
<PageNo>5</PageNo>
<ArticleHeading>The Rise of Community Solar Projects</ArticleHeading>
<Intro><![CDATA[
Community solar projects are transforming the way neighborhoods access renewable energy. By pooling resources, residents can benefit from clean energy without installing panels on their own properties, promoting both environmental stewardship and cost savings for households.
]]></Intro>
<FullText><![CDATA[
With growing interest in sustainable energy, community solar initiatives have emerged across urban and rural areas. These projects allow multiple participants to share the output and financial benefits of solar installations. Experts note that such programs enhance energy equity while fostering collective responsibility for climate action.
]]></FullText>
<WebUrl>https://example.com/articles/community-solar</WebUrl>
<Provider>Eco Today</Provider>
<MediaType>DIGITAL</MediaType>
<Language>English</Language>
<Country>Canada</Country>
<OriginalFileName>community_solar_2025.pdf</OriginalFileName>
<MatchingWords>Solar, Renewable, Community</MatchingWords>
</Article>
<Article>
<guid>art-0003</guid>
<ProfileName>David Lopez</ProfileName>
<ProfileID>prof-103</ProfileID>
<ClientPublication>Modern Ideas Journal</ClientPublication>
<MTConnectPublication>MT Connect</MTConnectPublication>
<PublicationDate>2025-11-16</PublicationDate>
<Section>Education</Section>
<PageNo>20</PageNo>
<ArticleHeading>Rethinking Remote Learning Engagement</ArticleHeading>
<Intro><![CDATA[
Remote learning remains a key part of modern education. This article examines innovative strategies teachers are employing to keep students engaged online, combining technology, interactivity, and creative content delivery to improve learning outcomes and motivation.
]]></Intro>
<FullText><![CDATA[
Educators worldwide are experimenting with gamification, virtual labs, and collaborative platforms to maintain attention and participation in remote classrooms. Research indicates that interactive content and regular feedback significantly enhance comprehension and retention, while flexible schedules allow learners to balance education with personal responsibilities.
]]></FullText>
<WebUrl>https://example.com/articles/remote-learning</WebUrl>
<Provider>Modern Ideas Journal</Provider>
<MediaType>PRINT</MediaType>
<Language>English</Language>
<Country>UK</Country>
<OriginalFileName>remote_learning_2025.pdf</OriginalFileName>
<MatchingWords>Education, Remote Learning, Engagement</MatchingWords>
</Article>
</Feed>
For more information on how MT Connect converts your XML feed into a standard JSON format for the buyer’s feed, please contact us at [email protected].