Changeset 1705646
- Timestamp:
- 07/31/2017 11:32:11 AM (9 years ago)
- Location:
- gseor
- Files:
-
- 4 edited
-
tags/1.1/gseor.php (modified) (2 diffs)
-
tags/1.1/readme.txt (modified) (2 diffs)
-
trunk/gseor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gseor/tags/1.1/gseor.php
r1705241 r1705646 1256 1256 <tr id="gseor_google_suggestion_tr" style="display:none;"> 1257 1257 <th scope="row"> 1258 <label for="my-text-field"><?php echo _e("Google suggest", "gseor"); ?></label>1258 <label for="my-text-field"><?php echo _e("Google trends", "gseor"); ?></label> 1259 1259 </th> 1260 1260 … … 1262 1262 <select id="keyword_suggest" name="keyword_suggest"> 1263 1263 </select> 1264 <span class="description"><span class="dashicons dashicons-arrow-up-alt" id="gseor_copy_suggest" name="gseor_copy_suggest" style="cursor:pointer;"></span> <?php echo _e("Results from google suggesttool", "gseor"); ?></span>1264 <span class="description"><span class="dashicons dashicons-arrow-up-alt" id="gseor_copy_suggest" name="gseor_copy_suggest" style="cursor:pointer;"></span> <?php echo _e("Results from google trends tool", "gseor"); ?></span> 1265 1265 </td> 1266 1266 </tr> -
gseor/tags/1.1/readme.txt
r1705551 r1705646 7 7 Stable tag: 1.1 8 8 9 Control Google searches that interest you daily. Look at the position of your pages, their evolution, how changes and google cache updates have affected them and variations of the loading time. Controls rival webs and their evolution in the searches.9 Control Google searches that interest you daily. Look at the position of your pages, their evolution, improve your seo, how changes and google cache updates have affected them and variations of the loading time. Controls rival webs and their evolution in the searches. 10 10 11 11 == Description == 12 13 Control the Google searches that interest you daily. Look at the position of your pages, their evolution, how changes and google cache updates have affected them and variations of the loading time. Controls the rival webs and their evolution in the searches.14 12 15 13 Gseor is a seo plugin for wordpress that works with google results. The plugin saves the data of the positions and google rank. With gseor you can see the evolution of your website in the google rank and the evolution of your competition. It will also help you to have ideas and see what changes have made upload to other pages in google positions. A great tool for seo and google optimization that improves data from google webmaster tools. … … 29 27 <li> Search for websites that compete with yours.</li> 30 28 <li> Configure the domain and language of the search in google.</li> 31 <li> Google suggestiontool to advise new searches.</li>29 <li> Google trends tool to advise new searches.</li> 32 30 <li> Google Charts.</li> 33 31 </ul> -
gseor/trunk/gseor.php
r1705241 r1705646 1256 1256 <tr id="gseor_google_suggestion_tr" style="display:none;"> 1257 1257 <th scope="row"> 1258 <label for="my-text-field"><?php echo _e("Google suggest", "gseor"); ?></label>1258 <label for="my-text-field"><?php echo _e("Google trends", "gseor"); ?></label> 1259 1259 </th> 1260 1260 … … 1262 1262 <select id="keyword_suggest" name="keyword_suggest"> 1263 1263 </select> 1264 <span class="description"><span class="dashicons dashicons-arrow-up-alt" id="gseor_copy_suggest" name="gseor_copy_suggest" style="cursor:pointer;"></span> <?php echo _e("Results from google suggesttool", "gseor"); ?></span>1264 <span class="description"><span class="dashicons dashicons-arrow-up-alt" id="gseor_copy_suggest" name="gseor_copy_suggest" style="cursor:pointer;"></span> <?php echo _e("Results from google trends tool", "gseor"); ?></span> 1265 1265 </td> 1266 1266 </tr> -
gseor/trunk/readme.txt
r1705551 r1705646 7 7 Stable tag: 1.1 8 8 9 Control Google searches that interest you daily. Look at the position of your pages, their evolution, how changes and google cache updates have affected them and variations of the loading time. Controls rival webs and their evolution in the searches.9 Control Google searches that interest you daily. Look at the position of your pages, their evolution, improve your seo, how changes and google cache updates have affected them and variations of the loading time. Controls rival webs and their evolution in the searches. 10 10 11 11 == Description == 12 13 Control the Google searches that interest you daily. Look at the position of your pages, their evolution, how changes and google cache updates have affected them and variations of the loading time. Controls the rival webs and their evolution in the searches.14 12 15 13 Gseor is a seo plugin for wordpress that works with google results. The plugin saves the data of the positions and google rank. With gseor you can see the evolution of your website in the google rank and the evolution of your competition. It will also help you to have ideas and see what changes have made upload to other pages in google positions. A great tool for seo and google optimization that improves data from google webmaster tools. … … 29 27 <li> Search for websites that compete with yours.</li> 30 28 <li> Configure the domain and language of the search in google.</li> 31 <li> Google suggestiontool to advise new searches.</li>29 <li> Google trends tool to advise new searches.</li> 32 30 <li> Google Charts.</li> 33 31 </ul>
Note: See TracChangeset
for help on using the changeset viewer.