Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 12:08 pm EDT

Geeklog Forums

Google is not readnig the second part of the stories


Status: offline

garfy

Forum User
Full Member
Registered: 01/02/05
Posts: 437
Location:EU
It only reads the first one. Anybody knows why is that. Is there a solution?

 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
If you're not using the professional theme, try adding a link to the headline, as described in the FAQ: Geeklog and search engines

bye, Dirk
 Quote

Status: offline

garfy

Forum User
Full Member
Registered: 01/02/05
Posts: 437
Location:EU
i think i did that and still google doesnt search it

can u check my site please, because if i click on header the whole article opens up so this must be it i guess?
i put this code in stotytext

Text Formatted Code
<a href="{article_url}">
 


but it says i have to put this
Text Formatted Code
<a href="{article_url}">{story_title}

 


if i put the second code i get two titles instead of one on top of aech story


so is the first code enough or not or do i have to put the second with story_title
 Quote

Status: Banned

machinari

Forum User
Full Member
Registered: 03/22/04
Posts: 1512
this is what you have now for storytext.thtml:
Text Formatted Code
                <div id="story-block">
                        <div class="story-header">
                                <span class="story-date"><img src="{layout_url}/images/dot-white.gif" height="20" width="1" alt="Small White Spacer">{story_date}</span>
                                <span class="story-options">{email_icon} {print_icon} {edit_link}</span>
                        </div>
                                        <div class="story-body"> <!-- class="story-body" -->
                                <div class="story-image">{story_anchortag_and_image}</div>
                                <div class="story-text">
                                        <div><a href="{article_url}" class="non-ul">
                                                <span class="storytitle">{story_title}</span><br></div>
                                                <span class="storyinfo">{lang_contributed_by} {start_contributedby_anchortag} {contributedby_user}{end_contributedby_anchortag}  </span><br>
                                                                                <div class="storycontent">{story_introtext}</div>
                                </div>
                        </div>

                        <div class="story-footer">{readmore_link} {recent_post_anchortag} <a href="{comments_url}">{comments_text}</a></div>
                </div>
                <br>
                <br>

 

change it to look like this:
Text Formatted Code
        <div id="story-block">
            <div class="story-header">
                <span class="story-date"><img src="{layout_url}/images/dot-white.gif" height="20" width="1" alt="Small White Spacer">{story_date}</span>
                <span class="story-options">{email_icon} {print_icon} {edit_link}</span>
            </div>
                    <div class="story-body"> <!-- class="story-body" -->
                <div class="story-image">{story_anchortag_and_image}</div>
                <div class="story-text">
                    <div><a href="{article_url}" class="non-ul"><span class="storytitle">{story_title}</span></a></div>
                        <span class="storyinfo">{lang_contributed_by} {start_contributedby_anchortag} {contributedby_user}{end_contributedby_anchortag}  </span><br>
                    <div class="storycontent">{story_introtext}</div>
                </div>
            </div>

            <div class="story-footer">{readmore_link} {recent_post_anchortag} <a href="{comments_url}">{comments_text}</a></div>
        </div>
        <br>
        <br>

 
just closing your anchor tag and paying attention to how many times you place {story_title} in the template.
 Quote

All times are EDT. The time is now 12:08 pm.

  • Normal Topic
  • Sticky Topic
  • Locked Topic
  • New Post
  • Sticky Topic W/ New Post
  • Locked Topic W/ New Post
  •  View Anonymous Posts
  •  Able to post
  •  Filtered HTML Allowed
  •  Censored Content