ClydeDz / meta-tag-analyzer

An Azure DevOps task that generates a report after analysing the meta tags of each page on your website.
http://bit.ly/metataganalyzer
MIT License
0 stars 0 forks source link
azure-devops azure-devops-extension azure-pipelines build clyde-dsouza clydedsouza excel meta-tag-analyzer meta-tags metadata metatags office open-graph pipeline release reporting reports seo sitemap-xml typescript

Meta Tag Analyzer

An Azure DevOps task that generates a report after analysing the meta tags of each page on your website. Install this extension from the Visual Studio Marketplace.

Build status Azure DevOps tests Visual Studio Marketplace Installs - Azure DevOps Extension Visual Studio Marketplace Version Quality Gate Status Maintainability Rating MIT License

What is Meta Tag Analyzer?

Preface: We all agree how important meta tags are to our website. It helps describe the contents of a page and thereby providing more useful information for search engines to display. You can also dictate what information is shown when you share a page from your website on social media.

Meta Tag Analyzer is an Azure DevOps task that provides you with the ability to automatically run a check on your website and generate a report of the meta tag information. Benefits:

Meta Tag Analyzer Azure DevOps task will:

Usage

Installing

Install Meta Tag Analyzer extension for your Azure DevOps pipeline from this page. Refer to Microsoft's documentation page if you need help installing an extension, in general.

Adding the task

Next, in your build or release task, click on Add a new task and search for Meta Tag Analyzer. Click on Add.

Picture of Meta Tag Analyzer task showing up in the list when adding a new task to your pipeline

Configuring inputs

Inputs Required (Y/N) Explanation
Sitemap URL Y URL to the sitemap file of your website. Your sitemap file must follow this pattern.
Output filename N Customize the name of the Excel report generated by this task. Only include the file name and not the file extension. If left blank, default report name will be meta-tag-analyzer-report.xlsx. You can also use a variable to generate the report name. Example: MetaTagReport-$(Build.BuildNumber) appends the build number to the filename.

Picture of a demo build pipeline that uses Meta Tag Analyzer

Additional notes

Downloading the report

This task generate the report in the working directory but doesn't copy the file to the drop location. If you'd like the file to be included in the artifacts, ensure you explicitly include it. Read more for ideas around this.

What about adding it to the release definition?

Since you cannot publish artifacts from your release definition, ensure you either:

Release notes

Refer to the detailed release notes found here.

Credits

Meta Tag Analyzer (c) 2019 Clyde D'Souza