Any opinions about a slide panel?
-
Can I get some opinions about the slide panel that you can view at http://www.luxurysarasotarealestate.com/ (on the right-side wall, click on the 'sarasota real estate' tab to open)? I see it as a way to add quality copy to the homepage without cluttering the design. Any thoughts on its SEO value? From those with a web design background, any thoughts on how difficult it is to implement?
Btw, viewing the page source, it is:
<a class="slide_panel_toggle">Open</a>
-
Alex- Great question. Nice website. You guys did a nice job on the design and the structure and the content. Lots of solid content in the sitemap....... The answer is yes. It can be indexed correctly. You will want to test it. When I am using wordpress, I actually test the slide panel content to make sure it is getting indexed correctly with the seo plug in. You should do the same to make sure it isnt hiding behind the code.
We have had some sliders not work correctly to show text and show up as images.......so in that case for a short term solution, we have enhanced the meta tag description and alt tags to make sure it maximizes seo value.
We have also found that some sliders don't index on the home page but we can get them to show up on other secondary pages.....but make sure that you don't have the same content on every page , as it will show up as duplicate content.
One other thing.....don't plan on alot of people clicking on the slider....from our testing with over 30 websites that use a slider like that, on the right hand side, less than 7% of the visitors actually clicked on them....we found that most users didn't know there was hidden text....
Hope this helps.
Mark
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
-
Looking for opinions on structuring meta title tags/page title/menu title/H1
Hi everyone I am hoping a few of you can share your opinions. I have been having conversations (okay, healthy debates) about how to write/structure meta title tag and how to compliment them with the H1, page title, menu name. To help explain the thought processes I will use a pretend keyword. How about "screwdriver". Case: (I made this up) we are redesigning a website for a construction tools manufacturing company (pretend name: ABC Tools) targeting OEMs who are interested in purchasing large quantities of tools. The product categories (to become main menu items) are Screwdrivers, Nails, Drills, and Hammers. (bear with me .... this is just an example I am making up on the fly) K. Circling back to screwdrivers - let's say we have one landing page (a primary category page and in the main menu) listing products and great details about screwdrivers. Focus keywords are screwdriver manufacturer, screwdriver supplier, construction screwdrivers Below are questions being debated. If you are willing ... how would you address these questions? And, can you explain WHY? QUESTION ONE: How would you structure the meta title tag (feel free to write one of your own) Screwdriver Manufacturer - Construction Screwdriver | ABC Tools ABC Tools - US-based Screwdriver Manufacturer Supplier Near You High-Quality Screwdrivers for Construction with ABC Tools QUESTION TWO: how would you write the H1 on the page? Would it match the meta tag? OR, would you write something different using the primary keyword? QUESTION THREE Remembering this is not a blog post ... it is a primary landing page linked to the main navigation. What would the menu title be? (remember the product categories above are how the main menu items are bucketed) Screwdrivers Screwdriver Manufacturer Typically in WordPress, the H1 and the menu title is auto-populated using the page title (not the title tag)... So, if we use Screwdrivers as the page title but we want the H1 to match the meta title tag, would we manually change the H1? Or, have the page title and title tag match, but manually change the menu item?
Intermediate & Advanced SEO | | Brenda.Haines1 -
Brand on Google Knowledge Panel
Hi, I have a question that maybe someone can give me some insight, as I haven't been able to get any kind of solution by Google My Business support so far for several months. Our brand "neakriti" is a news organization located in Greece. If you search the brand "neakriti", you get all the results as normal, but the "Knowledge Panel" on the right of the search appears empty. However, if you search the brand as "neakriti.gr" on google search, it appears on the Knowledge Panel. I have been talking about this on the phone support of Google My Business for months now (more than a year), and I get responses like, "give it some more time and it will appear on neakriti results too". We are authority for the keyword "neakriti", and it is our site that appears first. Our website is linked to the business profile too. I have claimed the business, I have filled all its information, with daily posts specifically for the knowledge panel and so on. Is there any suggestion as to why we are unable to show up with just the brand name on the knowledge panel, or suggestions for actions we can possibly take?
Intermediate & Advanced SEO | | ioannisanif0 -
A/B Split Testing - Rankings Drop? Need an expert opinion...
We are running an A/B split test (Started on 12/12), and a few days after we started the test, we fell from position 9/10 (about 3 weeks on page 1) to position 11/13, and we've been there ever since. We are still running the test. We disallowed the test page in robots.txt, but that's all. no canonical no noindex
Intermediate & Advanced SEO | | AMHC
-no Google Experiments code. Theoretically, Google could crawl the site, and find the page, but then the page is disallowed. The alternate page is not indexed. Could this explain the rankings drop?1 -
When you add 10.000 pages that have no real intention to rank in the SERP, should you: "follow,noindex" or disallow the whole directory through robots? What is your opinion?
I just want a second opinion 🙂 The customer don't want to loose any internal linkvalue by vaporizing link value though a big amount of internal links. What would you do?
Intermediate & Advanced SEO | | Zanox0 -
404 ? 301 ? What is your opinion ?
Hi, I have a classifieds website and I am wondering about the life of a page with an ad. An announcement has therefore a limited life, so : Is a 404 pages? a 301 redirect to the section? let the content without redirection? What is your opinion? Sorry for my english, i'm french 😉 Thanks. A.
Intermediate & Advanced SEO | | android_lyon0 -
.htaccess question/opinion/advice needed
Hello, I am trying to achieve 3 different things on my .htaccess I just want to make sure I am doing it the right or best way because I don't have much experience working on this kind of files. I am trying to: a) Redirect www.mysite.com/index.html to www.mysite.com so I don't get a duplicate content/tag error. b) Redirect mysite.com to www.mysite.com c) Get rid of the file extensions; www.mysite.com/stuff.html to www.mysite.com/stuff This is the code that I'm currently using and it seems to work fine, however I would like someone with experience to take a look so I can avoid internal server errors and other kinds of issues. I grabbed each piece of code from different posts and tutorials. Options +FollowSymlinks
Intermediate & Advanced SEO | | Eblan
RewriteEngine on Index Rewrite RewriteRule ^index.(htm|html|php) http://www.mysite.com/ [R=301,L] RewriteRule ^(.*)/index.(htm|html|php) http://www.mysite.com/$1/ [R=301,L] RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*)$ $1.html Options +FollowSymlinks
RewriteEngine on
Rewritecond %{http_host} ^mysite.com [nc]
Rewriterule ^(.*)$ http://www.mysite.com/$1 [r=301,nc] Thanks a lot!0 -
Opinions on Building Own Blog Network (Private Use Only)
With the lose of buildmyrank and many other services like this on the verge of extension I was looking at building a small blog network of my own for private use. Adsense and also 3 way linking. I'm wondering if anyone has experience with this? I know this takes a ton of time to build but if anyone who's done something like this and wouldn't mind sharing some of their tips I would greatly appriciate it. Quick Question
Intermediate & Advanced SEO | | upick-162391
Is it safe to register say 30 domains under the same person? Or would it be wiser to use whois protection to guard the names? Anyone else want to contribute their 2c to this strategy please be my guest.0 -
Looking for an opinion on Buildmyrank.com
I am looking to sign up for 20-50 links per month. Does anyone have an opinion negatively or positively on this service? Thanks in advance for your help!
Intermediate & Advanced SEO | | newcitymoving0