Version Notes
- initial release
Download this release
Release Info
Developer | Virgil Ghic |
Extension | google_rich_cards_weltpixel |
Version | 1.0 |
Comparing to | |
See all releases |
Version 1.0
- package.xml +46 -0
package.xml
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>google_rich_cards_weltpixel</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>Open Software License (OSL)</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Highlight your products and draw organic traffic with Google Rich Cards</summary>
|
10 |
+
<description><h1> </h1>
|
11 |
+
<p><strong>Improve your website appearance in Mobile organic search with new Rich Cards available from Google.Increase your visibility with Rich Cards and you can draw more traffic to your online store.</strong> </p>
|
12 |
+
<p><br />Rich cards use scema.org structured markup to display your content, like rich snippets, but in a more atracting and visual way on mobile devices.<br /><br />This is a new opportunity to be highlighted in Search results and attract more targeted users to your page. This visual format helps users find what they want as soon as they visualize it.<strong> <br /><br /></strong></p>
|
13 |
+
<ul>
|
14 |
+
<li>Improve your website appearance</li>
|
15 |
+
<li>Enhance your visibility in search results</li>
|
16 |
+
<li>Get more targeted traffic</li>
|
17 |
+
<li>Boost your conversion rate</li>
|
18 |
+
<li>Raise your brand awareness</li>
|
19 |
+
</ul>
|
20 |
+
<p><strong><br /><br />FEATURES: </strong><br /><br /></p>
|
21 |
+
<ul>
|
22 |
+
<li>Enable or disable rich cards</li>
|
23 |
+
<li>Made according to the latest Google and Schema.org standards</li>
|
24 |
+
<li>No limit on store views within one Magento installation</li>
|
25 |
+
<li>No limit of products or customers</li>
|
26 |
+
<li>Meets Magento programming practices and customization compatibility for most versions</li>
|
27 |
+
<li>Easy to setup</li>
|
28 |
+
<li>Easy installation</li>
|
29 |
+
</ul>
|
30 |
+
<p><strong><br /><br />HOW TO INSTALL:</strong><br /><br /></p>
|
31 |
+
<ol>
|
32 |
+
<li>Disable compilations via <strong>system->tools->Compilations</strong></li>
|
33 |
+
<li>Clear cache by going into <strong>System-> Cache Management</strong>, selecting all the files in the list, choosing the <strong>refresh</strong> option in the dropdown menu, and finally clicking <strong>Submit</strong>.</li>
|
34 |
+
<li>Unzip the folder where the extension is stored and copy the App folder into either your store root directory using your FTP.</li>
|
35 |
+
<li>Log out of your admin panel, and log back in again</li>
|
36 |
+
<li><strong>Woohoo, the extension is installed!</strong></li>
|
37 |
+
</ol>
|
38 |
+
<p><strong> </strong></p></description>
|
39 |
+
<notes>- initial release</notes>
|
40 |
+
<authors><author><name>Virgil Ghic</name><user>virgil</user><email>mail@weltpixel.com</email></author></authors>
|
41 |
+
<date>2016-05-25</date>
|
42 |
+
<time>13:31:51</time>
|
43 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="weltpixel"><file name="googlecards.xml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="WeltPixel_GoogleCards.xml" hash=""/></dir></target></contents>
|
44 |
+
<compatible/>
|
45 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
46 |
+
</package>
|