This file will no longer be updated. Please see Releases for release notes.
All notable changes to this project will be documented in this file.
- Fix incorrectly typed Rating and reviews for Product JSON-LD PR #100
- Fixed issue with
mobileAlternate
andlanguageAlternate
only working in Default SEO PR #98
- Added
mobileAlternate
andlanguageAlternate
PR #90
Version of 2 of next-seo released!
Main changes:
- Project is now written in TypeScript
- You can now extra meta tags via next-seo
- Move to props rather than config object
- Made Default SEO it's own component
- Open Graph video support added
- fix issue with checking if value is an array PR #59
- property='fb:app_id' should be used instead of name='fb:app_id' PR #45
- Support for Corporate Contact JSON-LD PR #40
- Added Next 8.0.0 to
peerDependencies
- Added
dangerouslySetAllPagesToNoIndex
PR #37
- Closed #36 by adding
dangerouslySetAllPagesToNoIndex
to allow for the desired behaviour.
- Project now uses
babel@7
thanks to PR #31, releasing under a minor version in case of any side effects. - Documentation was overhauled PR #35
- Support facebook meta (fb:app_id) to enable Facebook Insights PR #34
- Support for Breadcrumb JSON-LD PR #30
- Support for Local Business JSON-LD PR #26
- Support for Logo JSON-LD PR #25
- Support for Open Graph: Profile, Book and Article PR #22
- all-contributors-cli
- Product JSON-LD More Info
- Run Jest tests on Travis
- Duplicate locale tags being returned from buildTags function
- Updated tests to better check for regressions
- Snapshot tests not running 100% correctly
- Cypress tests covering all existing functionality
- Fixed missing Open Graph
site_name
tag - Fixed Open Graph default image width's and height's not being associated with correct images all of the time
- Updated README to remove canonical url parameter from default configuration
- Some typos in documentation
- Improved documentation a little bit
- Added Changelog
- peerDependencies: next, reactdom by @JeromeFitz via #3.