Constellation.Feature.PageTagging 10.3.0.25878

dotnet add package Constellation.Feature.PageTagging --version 10.3.0.25878
                    
NuGet\Install-Package Constellation.Feature.PageTagging -Version 10.3.0.25878
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Constellation.Feature.PageTagging" Version="10.3.0.25878" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Constellation.Feature.PageTagging" Version="10.3.0.25878" />
                    
Directory.Packages.props
<PackageReference Include="Constellation.Feature.PageTagging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Constellation.Feature.PageTagging --version 10.3.0.25878
                    
#r "nuget: Constellation.Feature.PageTagging, 10.3.0.25878"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Constellation.Feature.PageTagging@10.3.0.25878
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Constellation.Feature.PageTagging&version=10.3.0.25878
                    
Install as a Cake Addin
#tool nuget:?package=Constellation.Feature.PageTagging&version=10.3.0.25878
                    
Install as a Cake Tool

Requires Sitecore 10.3
Requires .NET Framework 4.8

Constellation is a collection of utilities for .NET CMS implementers.

The Feature.PageTagging namespace contains controllers that will render the following meta tags when installed on page:
- name=keywords
- name=description
- name=publisher
- name=author
- name=robots
- name=twitter:card
- name=twitter:creator
- name=twitter:site
- property=og:url
- property=og:title
- property=og:description
- property=og:image

These tags provide good SEO support as well as good support for Facebook and Twitter.

The Sitecore Package in /Installation-Packages must be installed to take advantage of this library. The package includes:
- Data Templates for the fields required to support these tags. Your pages should inherit from these to take advantage of this library.
- List items where fields have a limited choice of values.
- Rendering definitions.
The package should self-install when you build and deploy your project.

To use, in your Layout, at the appropriate location enter the following:
@Html.Sitecore().Rendering("/sitecore/layout/renderings/feature/constellation/page tagging/page metadata")
@Html.Sitecore().Rendering("/sitecore/layout/renderings/feature/constellation/page tagging/page search engine directives")
@Html.Sitecore().Rendering("/sitecore/layout/renderings/feature/constellation/page tagging/page social metadata")

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Constellation.Feature.PageTagging:

Package Downloads
Constellation.Feature.PageTagging.SitemapXml

Requires Sitecore 10.3 Requires .NET Framework 4.8 Constellation is a collection of utilities for .NET CMS implementers. The Feature.PageTagging.SitemapXml namespace is an extension of the base Feature that adds explicit support for Foundation.SitemapXml, based upon the Page Search Engine Directive fields available in the PageTagging module. This feature is shipped separately in case the user is not using Constellation.Foundation.SitemapXml or has a different implementation that is not compatible with the PageTagging feature.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.3.0.25878 2,129 6/16/2023
10.2.0.26147 2,385 11/15/2021
10.1.0.19064 2,263 3/5/2021
10.0.2.25075 1,800 11/20/2020
10.0.1.28803 953 8/5/2020
10.0.1.28754 591 8/5/2020
10.0.0.24145 756 8/4/2020
9.3.0.19376 982 7/27/2020
9.1.11.17067 1,636 1/13/2020
9.1.10.23173 838 12/20/2019
9.1.9.19367 848 12/10/2019
9.1.8.21950 1,139 7/1/2019
9.1.7.15480 841 7/1/2019
9.1.6.16588 1,019 6/4/2019
9.1.5.19206 1,056 5/29/2019
9.1.4.30348 976 4/11/2019
9.1.3.28217 983 3/6/2019
9.1.2.17831 1,031 2/1/2019
9.1.1.28738 1,187 12/10/2018
9.1.0.23383 1,071 12/7/2018
9.0.19.20404 1,074 11/13/2018
9.0.19.20145 865 11/13/2018
9.0.18.17572 1,053 11/9/2018
9.0.17.29503 1,090 10/25/2018
9.0.16.21320 1,054 10/22/2018
9.0.16.19239 909 10/22/2018
9.0.16.17616 897 10/22/2018
9.0.15.20990 1,572 10/18/2018
9.0.15.18044 1,104 10/18/2018
9.0.14.29101 1,103 10/16/2018
9.0.14.27204 1,115 10/16/2018
9.0.14.26634 881 10/16/2018
9.0.13.26132 1,131 10/4/2018
9.0.12.22427 1,253 8/15/2018
9.0.11.25546 975 8/14/2018
9.0.10.28150 1,362 7/3/2018
9.0.9.28513 1,375 5/30/2018
9.0.7.29237 1,336 5/23/2018
9.0.6.20903 1,498 2/12/2018
9.0.6.19835 1,348 2/12/2018
9.0.5.25156 1,195 1/12/2018
9.0.4.16662 1,364 1/12/2018
9.0.3.23480 1,343 1/11/2018
9.0.2.22146 1,368 1/10/2018
9.0.1.23566 1,380 1/8/2018
9.0.0.25114 1,151 12/18/2017

Updated Sitecore minimum reference to 10.3