Gary Meehan
Gary Meehan
🤔 I tried a couple of tokens just to be sure. Also made sure access was allowed to the correct repo. Is there anything else you can think of that...
Thanks, I got: ` WARN token exists: true `
@FunctionDJ I am a little confused from your codesandbox as it is not a Next.js application?
So would something like `baseUrl` work? ``` ``` Docs: `baseUrl` should be your top level domain. This will be used for fields that require a full URL such as og:image
Hey @tobiasorosa what is the issue you are having? `googlebots` is now not included by default so the props have been remove.
Hey @aej11a, Article and Blog have now been merged in the latest release. `@type` is also now a prop. A small pull request to update [this](https://github.com/garmeeh/next-seo/blob/master/src/jsonld/article.tsx#L8) to allow `BlogPosting` should...
Can someone test `v5.2.0`? This contains a fix added by @snelsi 💪
🤔 This is due to next-seo sets the key and Next only renders unique keys. If you have a look at the docs here it mentions it: https://github.com/garmeeh/next-seo#additional-meta-tags To fix...
Hey @NikolayGalkin thanks for opening up this request. From a **very** quick look. This is what [Booking.com](https://www.booking.com/hotel/ie/the-gresham.html?label=gen173nr-1FCAEoggI46AdIM1gEaGmIAQGYATG4AQfIAQ_YAQHoAQH4AQKIAgGoAgO4AoHDx4MGwAIB0gIkZjk4OGQ2NGEtNmU0Mi00ZDFmLThlMjUtZjFmNmI5NmFmMzZh2AIF4AIB;sid=9a86485fb222a82c582ba763f37f9988;dest_id=-1502554;dest_type=city;dist=0;group_adults=2;group_children=0;hapos=1;hpos=1;no_rooms=1;room1=A%2CA;sb_price_type=total;sr_order=popularity;srepoch=1618076036;srpvid=f9f87b829f870060;type=total;ucfs=1&#hotelTmpl) uses: ``` { "address" : { "addressLocality" : "23, Upper O'Connell Street", "postalCode"...
If someone can provide a codesandbox/github repo recreating this issue I can look into this.