treolabs / bolt3-seo-meta-manager

MIT License
2 stars 1 forks source link

Not working #1

Closed lucasmontec closed 5 years ago

lucasmontec commented 5 years ago

Did exactly as said in the read me here and meta array is either null or undefined. No meta tags show up.

System path is writable. Using php 7. Centos 7. Other extensions work. Other extensions : Translate, Seo, Sitemap, Labels Current configuration:

templates:
    metatemplate: @bolt/_metatemplate.twig

# SEO meta data
#
# Keys of this array must be URI ($_SERVER['REQUEST_URI']) of your site page 
# without a domain but starting with a slash.
# For example:
#   /               - key for page http://example.com/  (homepage)
#   /contacts       - key for page http://example.com/contacts
#   /page/info      - key for page http://example.com/page/info
#
meta:
    /:
        title: Sawce Games
        description: We are a game development group spread all over Brazil (thats right!).Our main focus is to create incredible experiences. Games must be fun, but we want more than that. We want to develop games that can change your perspective of how to play a game and interact with both real and virtual worlds. It's not something that you see everyday and we know it is something we can do..
        keywords: game development, indiegames, pixel art, indie, indiegamedev, virtual reality, augmented reality, advergames, serious games
    /en/:
        title: Sawce Games
        description: We are a game development group spread all over Brazil (thats right!).Our main focus is to create incredible experiences. Games must be fun, but we want more than that. We want to develop games that can change your perspective of how to play a game and interact with both real and virtual worlds.
        keywords: game development, indiegames, pixel art, indie, indiegamedev, virtual reality, augmented reality, advergames, serious games
    /br/:
        title: Sawce Games
        description: Somos um grupo de desenvolvedores espalhados por todo o Brasil (isso mesmo!). Nosso maior foco é criar experiências incríveis. Jogos devem ser divertidos, mas queremos mais do que isso. Queremos desenvolver jogos que mudam sua perspectiva de como jogar e interagir com o mundo virtual e real.
        keywords: game development, indiegames, pixel art, indie, indiegamedev, virtual reality, augmented reality, advergames, serious games

Site: https://sawcegames.com

otrelin commented 5 years ago

You don't have URL / because it's redirects to /en by default. Try to remove the last slash: /en/ -> /en and /br/ -> /br.