July 2010
M T W T F S S
« Dec «-»  
 1234
567891011
12131415161718
19202122232425
262728293031  

Joomla – SEO (Search Engine Optimization) Tree DHTML menu – inner links and site map solution

VN:F [1.4.6_730]
Rating: 0.0/5 (0 votes cast)

Once we have noticed what was happening with our Knowledge web site Tree DHTML menu we have been looking for some solution to the problem, and we have decided to make some little and easy changes to our web site …

  Applies to:

Joomla 1.0.15
swMenuPro 6.0
Xmap

These customizations are provided “AS IS” without warranty of any kind and DiceLock Security disclaims all warranties, EITHER EXPRESS OR IMPLIED INCLUDING THOSE OF MERCHANTABILITY, NONINFRINGEMENT OF THIRD-PARTY INTELLECTUAL PROPERTY, OR FITNESS FOR A PARTICULAR PURPOSE.
 

Our Knowledge web site makes use of Tree DHTML menu because we think that it is a great way to show our developed Namespace with the versions, classes and members like in:

menutree Joomla – SEO (Search Engine Optimization) Tree DHTML menu   inner links and site map solution

But we have found that it stops us to be correctly indexed by Search Engines.

Trying to solve the problem we have decided to make two approaches in order to allow automatic search engine indexing to navigate through our pages making explicit links to the pages. We have found two ways:

1.- Inner links

We have inserted inner links pointing to our submenu pages like in:

innerlink Joomla – SEO (Search Engine Optimization) Tree DHTML menu   inner links and site map solution

Now we have in our pages the following HTML code:

<i><br />
<br />
DicelockSecurity</i>&nbsp;<u>Namespace</u> contains the following namespaces:<br />
<br />
<br />
 
<span class="node"><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/CryptoRandomStream.html" target="_self">CryptoRandomStream</a><br />
</span>
</p>
<p align="center">
<span class="node">&nbsp;<span class="node"><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest.html" target="_self">RandomTest</a></span></span> 
</p>
<br />
<br />

where you can see the explicit

<a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest.html" target="_self">RandomTest</a>

tags alllowing search engines to follow the link.

This is a hard work (manual work) but we find necessary to do it. But there is a second way to perform the same task in an easy and automated way …

2.- Site map

We have added Xmap free software for Joomla 1.0.15, installed it and creating a link to component in the Top menu, now when we access the site map we see …

sitemap Joomla – SEO (Search Engine Optimization) Tree DHTML menu   inner links and site map solution

and looking at HTML source code we can see the following links:

<ul class="level_0">
<li><a href="http://knowledge.dicelocksecurity.com/" title="DiceLockSecurity (version 1.X)">DiceLockSecurity (version 1.X)</a>
<ul class="level_1">
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/CryptoRandomStream.html" title="CryptoRandomStream">CryptoRandomStream</a>
<ul class="level_2">
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/CryptoRandomStream/BaseCryptoRandomStream.html" title="BaseCryptoRandomStream">BaseCryptoRandomStream</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/CryptoRandomStream/DefaultCryptoRandomStream.html" title="DefaultCryptoRandomStream">DefaultCryptoRandomStream</a></li>
</ul>
</li><li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest.html" title="RandomTest">RandomTest</a>
 
<ul class="level_2">
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/BaseRandomTest.html" title="BaseRandomTest">BaseRandomTest</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/RandomTests.html" title="RandomTests">RandomTests</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/RandomTestErrors.html" title="RandomTestErrors">RandomTestErrors</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/MathematicalFunctions.html" title="MathematicalFunctions">MathematicalFunctions</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/MathematicalErrors.html" title="MathematicalErrors">MathematicalErrors</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/ApproximateEntropyTest.html" title="ApproximateEntropyTest">ApproximateEntropyTest</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/BlockFrequencyTest.html" title="BlockFrequencyTest">BlockFrequencyTest</a></li>
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/CumulativeSumForwardTest.html" title="CumulativeSumForwardTest">CumulativeSumForwardTest</a></li>
 
<li><a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest/CumulativeSumReverseTest.html" title="CumulativeSumReverseTest">CumulativeSumReverseTest</a></li>
...

Now you can see links to all our inner pages, all of them have the links that Search Engines can follow:

<a href="http://knowledge.dicelocksecurity.com/DiceLockSecurity-version-1.X/RandomTest.html" target="_self">RandomTest</a>

We hope this will help us to improve the ways our customers can reach us.

And we hope also that this article will be helpful to others …

VN:F [1.4.6_730]
Rating: 0.0/5 (0 votes cast)
  • Share/Save/Bookmark

Related posts:

  1. Joomla – SEO (Search Engine Optimization) Tree DHTML menu issue
  2. Joomla – SEO (Search Engine Optimization) problem with Tree DHTML menu
  3. Joomla 1.0.15 – Improving title SEO (Search Engine Optimization)
  4. Joomla Search form image improvement
  5. Joomla RSForm PRO adding contact information

1 Comment

You must be logged in to post a comment.

If you want to subscribe to the comments of this information without commenting, enter your email.





Close Me  
Get FREE Random Number Test Windows DLL !
Get FREE Hash Algorithms Windows DLL !