-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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. This is useful
- Assurance: Ensure that your last release hasn't changed anything unexpectedly that will be impact your online presence
- Automatic and part of your value stream: Don't neglect the significance of meta tag content by checking this on a one-off basis. Include this as part of your pipeline and part of each release artifact.
- Comprehensive and easy to read: Simply download this report and email it to the team that looks after your online presence.
Meta Tag Analyzer Azure DevOps task will:
- Generate an Excel report after analysing the meta tags of all your pages (Download sample report).
- Log the analysis to the console too, so you get the same information from within the pipeline itself.
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.
Next, in your build or release task, click on Add a new task and search for Meta Tag Analyzer. Click on Add.
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. |
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. The screenshot above shows an example of the Copy Files task and Publish Build Artifacts task is used to drop the Excel report into the drop location.
Since you cannot publish artifacts from your release definition, ensure you either:
- Upload the generated report to an external file server, storage account or a web app's folder, or;
- Trigger a 'post release' build from the release pipeline.
Refer to the detailed release notes found here.
Please create a new issue if you need to report an bug or need technical assistance. Please leave a feedback and rate this extension. For other generic or private inquiries, please fill this form.
Meta Tag Analyzer (c) 2019 Clyde D'Souza
Meta Tag Analyzer (c) 2019 Clyde D'Souza