Scrolling Javascript News Ticker messing up Anchor Text.
-
I have a javascript scrolling news ticker on my site but it seems to play havoc with my anchor text.
I like it because it scrolls through showing a new set of pages. I set it to the ones I've just uploaded and it seems to help them get followed and indexed.
However when I use site explorer I can see the recorded anchor text for a link to a page is incorrect and it's taking the text from the news ticker. Even when a link has come from the news ticker url it seems to take anchor text from the ticker order list before or after.
It's as if it records the anchor text and then when it follows the link to the page the ticker has changed to a new link
Is this ticker bad for seo? it certainly jumbles up my anchor text, could that be a good thing?
Is there an SEO friendly news ticker for newly added products?
-
Yes it is the News Ticker you provided the link to.
To be fair I don't understand what is happening with my anchor text and it may have had nothing to do with the news ticker now I look at it.
All my anchor text within my site now seems to be "HOME" at the moment!
However, I am very grateful you pointed out the ticker is OK.
-
If it this News Ticker then I can't see a problem as it just uses your existing html markup - in which case you have control over your anchor text.
However when I use site explorer I can see the recorded anchor text for a link to a page is incorrect and it's taking the text from the news ticker. Even when a link has come from the news ticker url it seems to take anchor text from the ticker order list before or after.
I don't really understand the above - are you saying it is ignoring the anchor text you have set in your news ticker and using some other text?
Mixing up your anchor text to a page is good, so long as it is natural and relevant.
-
(function(a){
a.fn.webwidget_slideshow_common=function(p){
var p=p||{};var ste=p&&p.slideshow_transition_effect?p.slideshow_transition_effect:"fly";
var m=p&&p.slideshow_time_interval?p.slideshow_time_interval:"2000";
var q=p&&p.slideshow_window_width?p.slideshow_window_width:"400";
var r=p&&p.slideshow_window_height?p.slideshow_window_height:"400";
var sbst=p&&p.slideshow_border_style?p.slideshow_border_style:"solid";
var sbs=p&&p.slideshow_border_size?p.slideshow_border_size:"1";
var sbc=p&&p.slideshow_border_color?p.slideshow_border_color:"#000";
var sbr=p&&p.slideshow_border_radius?p.slideshow_border_radius:"5";
var sbgc=p&&p.slideshow_background_color?p.slideshow_background_color:"#FFF";
var sps=p&&p.slideshow_padding_size?p.slideshow_padding_size:"2";
var v;
var w=-1;
var x=a(this);
var cu;
var y=x.find("ul:first").children("li").length;
if(x.find("ul").length==0||x.find("li").length==0){
x.append("Require content");
return null
}
init();
play();
function init(){
x.find("ul:first").wrap('');
x.css("width",q+"px").css("height",r+"px").css("border-style",sbst).css("border-width",sbs+"px").css("border-color",sbc).css("-moz-border-radius",sbr+"px").css("background-color",sbgc);
x.find(".slides_box").css("width",q+"px").css("height",r+"px");
x.find("ul:first").css("width",qy+"px").css("height",r+"px").css("margin","0px").css("padding","0px").css("list-style","none").css("position","absolute");
x.find("ul:first").children("li").css("width",(q-sps2)+"px").css("height",(r-sps*2)+"px").css("margin","0px").css("padding",sps+"px").css("float","left");
x.hover(
function(){
stop();
},
function(){
v=setTimeout(play,m);
}
);
x.find(".slides_box").children("ul").children("li").hide();
}
function play(){
cu = w;
clearTimeout(v);
w++;
if(w>=y){
w=0
}switch(ste){
case "slide_left":
x.find(".slides_box").children("ul").children("li").css("float","left");
x.find(".slides_box").children("ul").children("li").show();
x.find(".slides_box").children("ul").animate({
left:-(wparseInt(q))
},600);
break;
case "fade_in":
x.find(".slides_box").children("ul").children("li").css("left","0px");
x.find(".slides_box").children("ul").children("li").hide();
x.find(".slides_box").children("ul").children("li").eq(cu).show();
if(cu == -1){
x.find(".slides_box").children("ul").children("li").eq(w).fadeIn("slow");
}else{
x.find(".slides_box").children("ul").children("li").eq(cu).fadeOut("slow",function(){
x.find(".slides_box").children("ul").children("li").eq(w).fadeIn("slow");
});
}
//x.find(".slides_box").children("ul").children("li").eq(w).fadeIn("slow");
break;
case "slide_down":
x.find(".slides_box").children("ul").children("li").css("float","none");
x.find(".slides_box").children("ul").children("li").show();
x.find(".slides_box").children("ul").animate({
top:-(wparseInt(r))
},600);
break;
}v=setTimeout(play,m)
}
function stop(){
clearTimeout(v);
}}
})(jQuery); -
I guess it depends upon how the news ticker has been built... do you have a link to your site, or a link to the news ticker you are using?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
News site and duplicate/cannibalism/old
Hey everybody. I am working with a handful of medical news websites and some of these sites are rather large. I am noticing/suspecting there is some cannibalism going on here. How do news sites deal with this? Do they noindex the old stuff? Update the old stuff instead of writing a new piece all together? Curious what to do!
On-Page Optimization | | HashtagHustler0 -
To update or not to update news URLs ?
We manage a huge daily news website in my small country - keeping this a bit mysterious in case competitors are reading 🙂 Our URL structure is www.companyname.com/news/categoryofnews/title-of-article?id=articleid In this hyperreactive news world, title of articles change frequently (may be ten times a day for the main stories). The question we debate is : should we reflect the modification of the title in the URL or not ? Example : "Trump says he wants to ban search engines" would have URL http://www.companyname.com/news/entertainment/Trump-says-he-wants-to-ban-search-engines?id=12345678 Later in the day the title becomes "Trump denies he suggested banning search engines". Should the URL be modified to http://www.companyname.com/news/entertainment/Trump-denies-he-suggested-banning-search-engines?id=12345678 (option A) or not (option B) ? In Google News it makes no difference because of the sitemap, but in Google organic things are different. At present (option B in place), Google apparently doesn't see that the article has been updated, and shows the initial timestamp which is visually (and presumably SEOwise) not good : our new news looks like old news. Modifiying the URL would solve that issue, but could, may be, create another one : the new URL, being considered a new article, would lose, the acquired weight of the previous one in terms of referrals, social trafic and so on. Or not ? What do you think is the best option ? Thanks for your expertise, Yves
On-Page Optimization | | yves678901 -
How much text is recommended for a homepage?
I'm working with a client who is redesigning their site and the new design is very image heavy. Does anyone have any recommendations on the minimum amount of text the homepage should have so that it will rank (or at least not be penalized)? It's a site created by a known brand, but the site itself and URL are relatively new. Katherine
On-Page Optimization | | KatherineWatierOng0 -
Meta keywords and meta news keywords
I've got a question regarding this. So normally Meta keywords it is not relevant and we shouldn't use them, however there are opinions that we can use them as these are signals for other Search Engines. Meta news keywords - are ok to be used in the news sites. what is your opinion on using both of them on a news site? Can this help, or harm? thanks, Irina
On-Page Optimization | | InformMedia0 -
Text Placement?
We have an eCommerce site. We have noticed several of our competitors are moving their text to the top of the page. How much of a difference to you think it makes in googles eyes to have the text at the top above the products vs bellow them? Here is an example of how one of them moved the text to the top http://www.motorcycle-superstore.com/119/MNGR/Motorcycle-Jackets.aspx
On-Page Optimization | | DoRM0 -
Does show/hide element with javascript impact SEO
Hi I am developing an ecommerce site and want to place text on all category and home page. The challenge is that 300 words of text for the pages does not fit into the design appropriately especially on the home page. If I were to use a show/hide element with javascript would this be seen as spam or a trick to the search engines. I do not think it is spam as it will be actual content for the site and the visitor can view it if they click on the show button. Would love to hear your thoughts?
On-Page Optimization | | VivaArturo0 -
Lots of links on homepage to internal pages with keyword rich anchor text - problem?
Hi, All! We have a new potential client, that when looking at his site with a tool, we noticed that the previous SEO company they worked with filled the homepage copy with lots of keyword-rich anchor text links pointing to different pages on the site - many links going to the same page, just with different keywords. These links are not indistinguishable in format from the other text, which is why we only noticed it with a tool. I certainly wouldn't recommend doing that to start with, but once all these links are there, would you recommend taking them down? Is there any conceivable chance it could help the site? Is there a significant reason to think it will harm the site? Or will it just be pretty neutral? In all that's been written (much by SEOMoz) about only the first link's anchor text counting, do subsequent links work like a no-follow in the sense that they are a waste of the link-juice of the page, or is it as if they aren't there at all? (And is "only the first link counts" still the most widely held theory, or have there been new developments since?) Thanks, All!
On-Page Optimization | | debi_zyx0