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
-
Text that appears when hovering over navigation tabs
Hi, I have a Wordpress website and want to delete or edit the text that appears when I hover over my navigation tabs. In my case, the text is always the same as the page title, but I don't know where to edit it separately. When I change the title of a page that is in the navigation, the text that appears changes too. So the general setting is that this text is the same as the page title. Does somebody have an idea where to edit this? Thanks!
On-Page Optimization | | Mat_C0 -
How to deal with hundreds of externally-generated images with no alt text?
Hi all This is a good one. I work for a webdev company who has clients in the transport industry. Part of our work on their sites involves pulling in transport-related offers from a feed. This includes both text and images, which our site template turns into viewable pages. The problem is that Moz has flagged that these images don't come with alt text, and there are _hundreds and hundreds of them. _I can't add alt text to them all, there just isn't the time or resources. Besides, the list is updated frequently, and new images are pulled in. So... what do? Would it be prudent to noindex them all by default setting? I'm stuck! Many thanks,
On-Page Optimization | | tomcowles
Tom0 -
Async JavaScript page load times affect on ranking.
Our company plan to use in our product page a live chat support app. But I concern about the page load time. The script is loading asynchronous and in the inner tests increase the average page load time with around one sec. Previously the load time was between 2.5-3.3 sec after the chat support increased to 3.8-5 sec, but sometimes there was extreme +10 sec worse results. My question is how much can this impact to our search engine rankings?
On-Page Optimization | | laszlo_muhi0 -
Use of trademarks in tags and text
Does Google spider read registered trademarks (the 'R' or 'TM') or do these marks impede anything if they are featured in meta tags or text?
On-Page Optimization | | KnutDSvendsen0 -
Text in collapsed section
Does anyone have any quantifiable evidence regarding text that is collapsed - when clicked the section expands and presents the text, against just having the text on view in the page. That is, instead of having a FAQ with question followed by answer, there is a question which you click to expose/expand the answer. Could the collapsed text be potentially detrimental to ranking?
On-Page Optimization | | MickEdwards0 -
Removing text from Homepage - Bad idea?
Hi Mozzers, I've just read this great article: http://moz.com/ugc/how-to-build-a-great-online-fashion-brand-34-things-that-really-amazing-fashion-retailers-do I'm working with my wife on a small (hopefully, growing) fashion website www.vintageeheirloom.com One of the points was not to directly sell on the homepage, rather draw customers into different areas of the site. Seems good advice and it's followed by many big brands online. As a small company, doing fairly well for some targeted keywords, do you think it would be a good or bad idea for me to remove most, or all of the text on my homepage. The main emphasis of our site is vintage Chanel and using the tool nTopic I score 99% relevancy for 'Vintage Chanel'. Removing would certainly affect this. Obviously I could amend my Vintage Chanel shopping category to include all this. I'd be grateful if you have any thoughts / similar experience. Thanks ! Kevin
On-Page Optimization | | well-its-1-louder0 -
Internal Links: Navigation Bar vs. Body Text
Hello. I have a page on our site that is especially popular and has many inbound links. This page has the same site navigation buttons (at the top) as every other page on the site. Do these site navigation buttons pass along link juice to other pages in the same way that an internal link would elsewhere on the page? Thank you!
On-Page Optimization | | nyc-seo0 -
What font should i use for my text to make page better
Hi i have changed a page layout and first of all would like to know what people think, also i would like to know what font i should be using to make the page better. My website is www.in2town.co.uk any help would be great
On-Page Optimization | | ClaireH-1848860