public interface SeoPropertyService
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getSeoProperties(Category category)
Returns a Map
|
Map<String,String> |
getSeoProperties(PageDTO page)
Returns a Map
|
Map<String,String> |
getSeoProperties(Product product)
Returns a Map
|
Map<String,String> getSeoProperties(Product product)
ProductAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.product - Map<String,String> getSeoProperties(Category category)
CategoryAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.category - Map<String,String> getSeoProperties(PageDTO page)
PageAttributes from their respective entities.
It does not filter these attributes, and it is quite likely that some of these attributes will not be SEO related.
Individual resolvers for these attributes will skip ones that do not apply.page - Copyright © 2019. All rights reserved.