nashtu3000 Posted February 16, 2012 Share Posted February 16, 2012 Anyone managed to implement RDFa rich semantics for breadcrumbs in prestashop? Any examples? I don't know how to decode the <span class="navigation_page">{$path}</span> $path variable in order to split it a-la-google's example: <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/books" itemprop="url"> <span itemprop="title">Books</span> </a> › <div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/fiction" itemprop="url"> <span itemprop="title">Fiction</span> </a> › <div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/books/fiction/horror" itemprop="url"> <span itemprop="title">Horror</span> </a> </div> </div> </div> 1 Link to comment Share on other sites More sharing options...
nashtu3000 Posted February 17, 2012 Author Share Posted February 17, 2012 Anyone? Link to comment Share on other sites More sharing options...
decorator Posted February 17, 2012 Share Posted February 17, 2012 Hi, i am change $path in Tools.php, function GetPath Link to comment Share on other sites More sharing options...
nashtu3000 Posted February 17, 2012 Author Share Posted February 17, 2012 Any idea on how to accomplish adding the required RDFa tags to the links and not damage the rest of prestashop? Link to comment Share on other sites More sharing options...
nashtu3000 Posted February 21, 2012 Author Share Posted February 21, 2012 Another subject that the community would benefit upon yet no-one wants to help with this... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now