---
title: "View source for Template:TechArticle - DreamFactory Wiki"
source: "https://wiki.dreamfactory.com/index.php?action=edit&title=Template%3ATechArticle"
canonical_url: "https://wiki.dreamfactory.com/index.php?action=edit&title=Template%3ATechArticle"
converted_at: "2026-05-01T14:32:09.164Z"
format: "markdown"
converted_by: "html-to-md-ai"
---
[]()
	
	
	
	# View source for Template:TechArticle

	
		
		← [Template:TechArticle](/Template:TechArticle)
		
		
		
		[Jump to navigation](#mw-head)
		[Jump to search](#searchInput)
		You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: [Users](/index.php?title=DreamFactory_Wiki:Users&action=edit&redlink=1).

---

You can view and copy the source of this page.

&lt;noinclude>
== TechArticle ==
Adds schema.org TechArticle JSON-LD structured data to a page.

'''Usage:''' &lt;code>&lt;nowiki>{{TechArticle|description=Brief description of this page}}&lt;/nowiki>&lt;/code>

'''Parameters:'''
* '''description''' — A short description of the article content (used in search results)
&lt;/noinclude>&lt;includeonly>{{#tag:script|
&lt;nowiki>{
  "@context": "https://schema.org",
  "@type": "TechArticle",
  "headline": "{{PAGENAME}}",
  "description": "{{{description|DreamFactory documentation for {{PAGENAME}}}}}",
  "url": "https://wiki.dreamfactory.com/{{FULLPAGENAMEE}}",
  "publisher": {
    "@type": "Organization",
    "name": "DreamFactory Software",
    "url": "https://www.dreamfactory.com"
  },
  "inLanguage": "en",
  "isPartOf": {
    "@type": "WebSite",
    "name": "DreamFactory Wiki",
    "url": "https://wiki.dreamfactory.com"
  }
}&lt;/nowiki>|type=application/ld+json}}&lt;/includeonly>
Return to [Template:TechArticle](/Template:TechArticle).

Retrieved from "[https://wiki.dreamfactory.com/Template:TechArticle](https://wiki.dreamfactory.com/Template:TechArticle)"