GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Tech Bootstrap and the long dead art of SEO (https://gfy.com/showthread.php?t=1162311)

pinkz 03-04-2015 07:59 AM

Bootstrap and the long dead art of SEO
 
Using the visible/hidden css for bootstrap to hide or show content thus:

<div class=" col-xs-12 visible-xs">
TITLE
<iframe 1>
same descriptive content
</div>

<div class="col-xs-12 hidden-xs">
TITLE
<iframe 2>
same descriptive content
</div>

Would this be considered as duplicate content and bad seo practice?

If so and I changed the title and description on one of the div's would this then be considered for some other penalty by the powers that spider?

Looking for the best solution to a responsive design, your opinions are welcome. Flame on!

JD 03-04-2015 11:17 AM

Depends on the overall amount of duplicate text. If that block of text is 1500 words... :error if that block is 50 words and a link :winkwink:

Best-In-BC 03-04-2015 11:43 AM

Lost art ? may be I should seak employment, LOL

Manfap 03-04-2015 12:36 PM

Manipulate the DOM with jquery via media quieres.

https://css-tricks.com/enquire-js-me...in-javascript/

pinkz 03-05-2015 05:52 AM

Quote:

Originally Posted by Manfap (Post 20409929)
Manipulate the DOM with jquery via media quieres.

https://css-tricks.com/enquire-js-me...in-javascript/

this might just work, thanks :thumbsup

Miguel T 03-05-2015 10:32 AM

Or using PHP could even be better...
https://code.google.com/p/php-mobile-detect/

StinkyPink 03-05-2015 10:49 AM

From the jquery page...

Event Handling

Show the #banner-message element that is hidden with display:none in its CSS when any button in #button-container is clicked.

Code:

1 var hiddenBox = $( "#banner-message" );
2  $( "#button-container button" ).on( "click", function( event ) {
3  hiddenBox.show();
4 });

Not sure if this has anything to do with anything. I just literally was looking at it when I read the thread.

pinkz 03-05-2015 12:07 PM

Quote:

Originally Posted by AbsolutePorn (Post 20410991)
Or using PHP could even be better...
https://code.google.com/p/php-mobile-detect/

I have no knowledge of PHP so not an option for me.

Quote:

Originally Posted by StinkyPink (Post 20411016)
From the jquery page...

Event Handling

Show the #banner-message element that is hidden with display:none in its CSS when any button in #button-container is clicked.

Code:

1 var hiddenBox = $( "#banner-message" );
2  $( "#button-container button" ).on( "click", function( event ) {
3  hiddenBox.show();
4 });

Not sure if this has anything to do with anything. I just literally was looking at it when I read the thread.

this looks like it requires a user to click on a button to show the content, not what I am looking for, thanks all the same tho.


All times are GMT -7. The time now is 03:11 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc