| Author |
Messages |
|
Vincent Bourgonje
Posts:2
Send A Message
 |
| 12/19/2007 5:15 PM |
|
Is it possible to include or exclude certain parts of your page in the short description. Example: Every page starts with the menu, when I look to my search result every short description is the same (menutext). There is no reason to show the menu or repeat them in every search result. Is there a way to prevent these parts of a page being indexed?? |
|
|
|
|
Jeff Smith
Posts:210
Send A Message
 |
| 12/20/2007 11:46 AM |
|
You can setup moderation and manually remove it from each result via SearchQueue. Other than that, it should tell you your site is not as SEO friendly as it should be. There are ways to make your left menu appear in the markup after your content pane. This will help getting the main content of the webpage above the navigation, making the content more important than the menu when indexed. Here is the code: <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <!-- skip to second column --> <TD vAlign=top align=middle width=180></TD> <TD class=ContentPane id=ContentPane vAlign=top width="100%" rowSpan=2 visible="false" runat="server"></TD> </TR> <TR> <TD class=LeftPane id=LeftPane vAlign=top align=middle width=180 visible="false" runat="server"></TD> </TR> </TBODY></TABLE> |
|
|
|
|
marit
Posts:8
Send A Message
 |
| 04/04/2008 4:44 AM |
|
| Hello
I have the same problem. In the summary of the search result items appears only the content of my menu. We cannot change the html structure of the page so have to find another way to optimize the summary .
Are these scenarios possible?
- The Venexus Search summary is automaticaly build based on the keyword. IE when I search for "Venexus", the summary shows automatically that content of the tab, which appears near the keyword - like google does.
- Is it possible to define the section in the source code of the page, which should be displayed in the summary.
- Or, is it possible to exclude certain section oft the source code from being shown in summary.
Thank you very much for your support.
marit |
|
|
|
|
Jeff Smith
Posts:210
Send A Message
 |
| 04/08/2008 11:13 AM |
|
If there was the ability in the module settings to specify a starting and ending content in the html, would this suffice? For example. we could add a module setting for a regular expression that would find the content based on Your Content in here. Is this what you need? |
|
|
|
|
marit
Posts:8
Send A Message
 |
| 04/09/2008 5:07 AM |
|
A RegEx in the module settings would be exactly what we need. Thank you very much! |
|
|
|
|
Jeff Smith
Posts:210
Send A Message
 |
|
marit
Posts:8
Send A Message
 |
| 05/09/2008 7:51 AM |
|
The ticket is fine. Please, rise the priority level as we need this functionality as soon as possible.
thank you very much. |
|
|
|
|
Jeff Smith
Posts:210
Send A Message
 |
| 05/09/2008 8:29 AM |
|
The change has been added. However, it has not been tested. It will be in the next release, but we will not release until it has been thouroughly tested. |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
|
|
|
|