MyBB.de Forum
Google SEO - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: Google SEO (/thread-21264.html)

Seiten: Seiten: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


RE: Google SEO - frostschutz - 11.02.2012

Zunächst mal könntest du die MyBB-Rewrite-Regeln in deine .htaccess einfügen damit der MyBB SEF thread-x-page-y.html Stil funktioniert. Dann leitet Google SEO Redirect diese um.

Die wirklich interessante Frage ist aber warum der Seitennavigator bei dir überhaupt auf MyBB SEF verlinkt. Denn normalerweise stehen da schon die richtigen Links drin. Ich habe da leider spontan keine Idee wenn du nicht gerade alte MyBB/Google SEO Versionen einsetzt...

Wie sieht deine inc/functions.php::multipage() Funktion aus?


RE: Google SEO - awex - 11.02.2012

ich habe es mal mit Suchmaschinenfreundliche URLs aktivieren? auf automatische erkennung eingestellt.. es geht zwar aber mit dem link http://playstation-vita.de/Thread-Hallo-und-erste-verbesserungsvorschl%C3%A4ge--141?page=2&google_seo_redirect=debug.

Edit. debug modus habe ich nun auch aus und wird nun korrekt angezeigt...

ich habe von dir die aktuelle seo version

welche regel denn genau.. im moment sieht so meine .htaccess aus :

Zitat:RewriteCond %{HTTP_HOST} !^playstation-vita\.de$ [NC]
RewriteRule ^(.*)$ http://playstation-vita.de/$1 [R=301,L]





#
RewriteBase /

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://playstation-vita.de/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# :
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]



RE: Google SEO - Simon - 21.02.2012

ich hab das plugin schon ne weile im einsatz, benutz aber nicht oft die suche, deswegen ist mir das grade erst aufgefallen. die suche funktioniert bei mir bei aktiviertem plugin nicht.
in firefox zeigt er mir zwar die richtigen links an, wenn man mit der maus drüber geht, allerdings leitet er trotzdem nicht richtig weiter. und beim internet explorer kommt auch dass er die seite nicht anzeigen kann, allerdings mit richtiger addresse...
beispiel:
suche: http://www.gilde-kickass.de/search.php?action=results&sid=a8f980a53b306204ab9cee125f771165&sortby=lastpost&order=desc
angezeigte firefox seite: http://yoursite/Thread-Assoziationsspiel?highlight=test
angezeigte internet explorer seite: http://www.gilde-kickass.de/Thread-welchen-Untericht-habt-ihr-gerade-D&highlight=zeugnis

eigentliche seite: http://www.gilde-kickass.de/Thread-Assoziationsspiel

wenn ich per hand beim thread hinten &highlight=test hinschreibe, komm ich bei zu google mit dem suchbegriff "yoursite"


was kann man da machen zur behebung?


RE: Google SEO - frostschutz - 21.02.2012

Naja, das http://yoursite kommt aus der Beispiel-.htaccess von Google SEO, und es ist eigentlich so gedacht daß du da die URL deiner Seite hinschreibst.


RE: Google SEO - Simon - 21.02.2012

so sieht die aus bei mir:

Code:
DirectoryIndex portal.php

# EXAMPLE .htaccess FOR MYBB WITH GOOGLE SEO URL
# -------------------------------------------------------------------
# This file is identical to MyBB's htaccess.txt example file,
# with rewrite rules for a standard Google SEO install added.
#
# Before using this file please make sure to:
#
#   - replace /MyBB/ with your forum folder, e.g. / or /forum/
#   - replace yoursite/MyBB with your forum URL
#   - name the file '.htaccess' (starting with the dot, no .txt)
#
# Alternatively you can add the required rewrite rules to your
# existing .htaccess, the specific rules required will be displayed
# on the plugin status page once Google SEO URL is enabled.
# -------------------------------------------------------------------

Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>
    RewriteEngine on

    # Some hosts need a RewriteBase specification.
    RewriteBase /

    # Google SEO workaround for search.php highlights:
    # Make this rule the first rewrite rule in your .htaccess!
    RewriteRule ^([^&]*)&(.*)$ http://www.gilde-kickass.de/$1?$2 [L,QSA,R=301]

    # Google SEO Sitemap:
    RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

    # Google SEO URL Forums:
    RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

    # Google SEO URL Threads:
    RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

    # Google SEO URL Announcements:
    RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

    # Google SEO URL Users:
    RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

    # Google SEO URL Calendars:
    RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

    # Google SEO URL Events:
    RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

    # Google SEO 404:
    ErrorDocument 404 /misc.php?google_seo_error=404

    # Default MyBB Rewrite Rules:
    RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
    RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

    RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
    RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
    RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
    RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
    RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
    RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

    RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

    RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

    RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

    RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
    RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

    RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
</IfModule>

hab ich iwas übersehen?


RE: Google SEO - frostschutz - 21.02.2012

Scheint ja zu funktionieren jetzt. Auch immer auf der Plugin-Seite den Status anschauen, wenn was nicht passt steht das da normalerweise.


RE: Google SEO - Simon - 21.02.2012

ah musste meinen cache löschen....gestern hat er das bei mir nicht umgesetzt nur mit f5^^


RE: Google SEO - Pataya - 20.03.2012

Heyho Leutz,

ich habe im Moment ein Problem. Wie kann ich die SEO-URL (benutze myBB Google-SEO) von http://seite.de/forum/Thread-Erster-Trailer-zu-Black-Ops-ver%C3%B6ffentlicht--1 auf http://seite.de/forum/hiereinezahl-titelKleinGeschrieben.html ändern?

Also zum Beispiel:

http://seite.de/forum/501-erster-trailer-zu-black-ops-veröffentlicht.html

Wie kann ich auch die "Foren" URL ändern.

z.B.

Allgemein
- News (die URL: http://seite.de/forum/Forum-News--2 in http://seite.de/forum/news ändern?

So, jetzt kommt meine zweite Frage. Wenn ich mein Forum google, kommt folgendes unter dem Titel bzw. in der Description / Beschreibungs-Platz:

4. März 2012 – Jeden Tag frische News von der Startseite hier im Forum zum Disskutieren. Threads: 1. Posts: 1. Erster Trailer zu Black Ops v... von AdminName ...


Wie kann ich die Beschreibung ändern? Ich will eine ordentliche Beschreibung hinzufügen. Diese Funktion habe ich leider aber nicht bei "myBB Google SEO" gefunden.

Des Weiteren wollte ich fragen, wie ich auch Keywords hinzufügen kann Smile?

Ich danke im Vorraus!

Mit freundlichem Gruß

Pataya


RE: Google SEO - maxxs - 22.03.2012

der maxe verzweifelt noch.

baut mir das ding jemand ein? alles ist geupped, installiert usw.
die links werden auch vernünftig in der adresszeile angezeigt, bekomme aber immer eine errorseite.
htaccess usw habe ich natürlich vernünftig konfiguriert usw.
weiß mir keinen rat mehr.
ich überweise sofort nen 5er per paypal, wenn das alles klappt
kann beitrag nicht mehr editieren.
zum verständnis: wer mir das plugin vernünftig einbaut und einstellt, bekommt 5 euro per paypal sofort angewiesen


RE: Google SEO - maxxs - 24.03.2012

hilfe und so...
kann mir da jemand unter die arme greifen?