📢 Use this project, contribute to it or open issues to help evolve it using Store Discussion.
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.
- Install
vtex.brightedge-integration
in the desired account. - In your account's admin dashboard, go to
Apps > My Apps
and then click the box forBrightEdge
. - Enter your BrightEdge
Account ID
in the provided settings field and then click Save. - In your
store-theme
, add BrightEdge as a dependency:
"dependencies": {
"vtex.brightedge-integration": "0.x"
}
- In your
store-theme
'sstore/
folder, place thebrightedge
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"
]
},
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!