Magento SEO Module

Google Custom search Engine Integration Into “AW_Blog community edition”

Google Custom search Engine Integration Into “AW_Blog community edition” Magento store.

Very popular extension from Ahead Works, but without search Blog functionality.
Make your blog more usable and userfriendly for visitors and customers by adding
there search functionality.
Useing commercial Search Engine from Google, will increase SEO of yours website
in world biggest Search Engine – Google.com

Buy Our Extension!

1. Create Custom Search at google.com/cse, as described in post “Google Custom search Engine Integration Into Magento store.“,
Write in field “Sites to search” your url like http://www.yoursite.com/{path_to_your_blog}/ where {path_to_your_blog} folder where exists your blog eg. “news”, “blog” etc.;

2. Find files app/design/frontend/default/default/templates/aw_blog/blog.phtml and
app/design/frontend/default/default/templates/aw_blog/post.phtml

Add code at begining of files:

<?php $action_url = Mage::getUrl(‘gsearch’); ?>
<form action=”<?php echo $action_url; ?>” method=”get”>
<table>
<tr>
<td>
<input type=”text” name=”q” >
</td>
<td>
<input type=”submit” value=”<?php echo $this->__(‘Search Blog’) ?>” />
</td>
</tr>
</table>
</form>

Visit Our Demo

Tags: , ,

Tuesday, July 12th, 2011 Magento Development 1 Comment

Integration Gsearch Module into WIO Forum Extension.

Integration Gsearch Module into WIO Forum Extension.

Integration Gsearch Module into WIO Forum Extension(also could be done for Advanced Version);

Buy Our Extension!

1. Create Custom Search at google.com/cse, as described in post “Google Custom search Engine Integration Into Magento store.“,
Write in field “Sites to search” your url like http://www.yoursite.com/forum/ ;

2.Find file -> app/design/frontend/default/default/templates/forum/top/search.phtml

Put there code:

<?php $action_url = Mage::getUrl(‘gsearch’); ?>
<form action=”<?php echo $action_url; ?>” method=”get”>
<table id=”table_search_forum” >
<tr>
<td>
<input id=”search_forum_input” type=”text” onblur=”restoreDefaultSF(this ,this.value, ‘<?php echo $this->getDefaultValue() ?>’)” onfocus=”eraseSearchBlockSF(this ,this.value, ‘<?php echo $this->getDefaultValue() ?>’)” name=”q” value=”<?php echo $this->getSearchValue(); ?>” />
</td>
<td>
<button type=”submit” title=”<?php echo $this->getSubmitButtonTitle(); ?>” >
<nobr><?php echo $this->getSubmitButtonTitle(); ?></nobr>
</button>
</td>
<?php if( $this->haveSearchValue() ):?>
<td>
<button type=”button” title=”<?php echo $this->__(‘Search Forum’); ?>” onclick=”document.location.href=’<?php echo $this->getResetSearchUrl() ?>’”>
<nobr><?php echo $this->__(‘Reset Search’); ?></nobr>
</button>
</td>
<?php endif;?>
</tr>
</table>
</form>

Visit Our Demo

Tags: , ,

Tuesday, July 12th, 2011 Magento Development No Comments

Google Custom search Engine Integration Into Magento store.

Google Custom search Engine Integration Into Magento store.

Buy Our Extension!

a. Create Custom Search at google.com/cse. Into description field “Sites to search” add sites where
you want to do search(search also could be done only in folders inside your project);

There you could also choose paid version of engine. It would not have any ADS into
search result(only 100 USD per year) screen1;

b. Procceed to step number three. There you get integration code, copy Google Custom Search Account Indetifier
and use it for your magento store in field Admin -> System -> Configuration ->
WebIdeaOnline Extensions -> Google Custom Search Engine -> Google Custom Search Account Indetifier(screen 2, screen 3);

Tags: , ,

Tuesday, July 12th, 2011 Magento Development No Comments

Magento Google Custom Search Engine

Magento Google Custom Search Engine is ready for use.
Features:

  • Adding GSearch extensions helps your store becomes more Search Engine Friendly for Google.com search engine.
  • Simple Integration, simple configuration and you have this tool inside your Magento Store.
  • Ability Configure search in special catalog, folder(eg. forum, blog etc.)

Demo links:

Read about Google CSE – http://google.com/cse

Tags: , , , ,

Monday, July 11th, 2011 Magento Development No Comments