📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.

All Contributors

BrightEdge

This app implements BrightEdge AutoPilot - Self Connecting Pages within VTEX IO. The app provides a block which can be placed in your store layout and which will be populated with dynamic link content designed to improve SEO.

Configuration

  1. Install vtex.brightedge-integration in the desired account.
  2. In your account's admin dashboard, go to Apps > My Apps and then click the box for BrightEdge.
  3. Enter your BrightEdge Account ID in the provided settings field and then click Save.
  4. In your store-theme, add BrightEdge as a dependency:
"dependencies": {
    "vtex.brightedge-integration": "0.x"
  }
  1. In your store-theme's store/ folder, place the brightedge block in the desired location (BrightEdge recommends displaying their link content in the store's footer). For example:
"footer-layout.desktop": {
    "children": [
      "brightedge",
      "flex-layout.row#footer-1-desktop",
      "flex-layout.row#footer-2-desktop",
      "flex-layout.row#footer-3-desktop"
    ]
  },

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!