Rank: Member
Joined: 3/31/2011(UTC) Posts: 2
|
I have 4 websites using bv 5.7 - the one with the least traffic has sitelinks and the others dont - all over 2 years old.
Many - sites with bv - have the sitelinks, and the only thing i notice on the three sites is
The onlything I can figure is that in the source code we have a lot of something/nothing in a line here it is - in the HiddenName - ViewState - I cut out 90% of the Value="KLJLK:Jsadf - " below. Also can this line be at the end of the source code - on the first page - what is "VIEWSTATE" For?
<div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="4vSTRIDpYN2ffC+lI9BXmKEnEw9TxDNQ4FgLwWbjWKuXtYa3QXTbiwOddsONP8//azx/y/4iU325FT3RbECpfcSLVdnX6q0AYtWFJE0gNRHiGjUdvAtRWBl34sCOGpm16M5ljm2OENDslnPBozRYesM3Yua5z4qsyWEWaUfHCzlz94wKF4Ro786y5tWC64f/EUI9OMksM08Xt3hLdUDg3/j6DSKikz1WGn6us6fFfaiaUQY44Zj4xkRBQlWoJYg3U03Uwt0Zb9Bh4XLlT+5CaPak1Z0oeWx2OLfLB2/9RqRw1Na6Pjhm+YlSPJoksrXXTmpnZUOQ83JbDef9aQ5VqHYdvULwkPI3Vc21JkY7pLlG0yM0Vn2
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
Maybe submit your own sitemaps to Google? Viewstate is used for postback information and although possible it should not be moved to the bottom of the page. If moved it can cause other errors that would not be good. You can also go through your pages and perhaps adjust viewstate for just what is needed to reduce its size. |
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Summary of google statementL Sitelinks is an automated process based on solid link/navigation structure. http://www.google.com/support/webmasters/bin/answer.py?answer=47334 Relatively old post though: http://googlewebmastercentral.blogspot.com/2008/10/importance-of-link-architecture.html I suggest comparing your sites architecture (sitelink vs. nonsitelinks), what is different (if anything) about the navigation structure(s). |
|
|
|
|
Rank: Member
Joined: 3/31/2011(UTC) Posts: 2
|
Guys thanks for the response.
I have sitemaps - I have four sites, I have compared alot of them.
The ones with sitelinks using bv - seem to have a short value to viewstate or viewstate at the bottom of the page.
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
Hi sue, I'm not sure what to tell you :(
I have sites with site links using OOTB veiwstate placement. |
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
It took a while but I have sitelinks with OOTB viewstate as well.
|
|
|
|
Rank: Member
Joined: 11/25/2003(UTC) Posts: 370
|
It would not hurt to optimize viewstate where possible. Minify css and js, unobtrusive javascript and no css within the page. Lastly use Content-Encoding: gzip. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.