Login  Register

Re: POR QUE NO ME INDEXAN BIEN LAS URLS

Posted by videntesytarot6 on Feb 01, 2017; 4:16pm
URL: https://support.nabble.com/POR-QUE-NO-ME-INDEXAN-BIEN-LAS-URLS-tp7597675p7597695.html

VOY A ESE ENLACE ME SALE LO QUE TU DICES OVERRIDE THIS MACRO  LE APRETO Y ME SALE MIRA MAS ABAJO LO QUE ME SALE QUE HAGO ME PUEDES AYUDAR?

app_meta

 Override this macro 


... in content_noindex.naml
1
2
3
<override_macro name="app_meta" requires="node_page,servlet">
    <META NAME="robots" CONTENT="noindex,follow"/>
</override_macro>
 Overrides default macro
... in app.naml
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<macro name="app_meta" requires="node_page,servlet">
    <n.if>
        <condition>
            <n.both>
                <condition1.is_null.app_index_record/>
                <condition2.equal value1="[n.app_template/]" value2="[n.app_default_template/]"/>
            </n.both>
        </condition>
        <then>
            <n.app_meta_description/>
            <n.app_meta_keywords/>
        </then>
        <else>
            <META NAME="robots" CONTENT="noindex,follow"/>
        </else>
    </n.if>
</macro>




LE APRETO ME SALE ESTO


app_meta

     Usages of this macro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 Overrides default macro
... in content_noindex.naml
1
2
3
<override_macro name="app_meta" requires="node_page,servlet">
    <META NAME="robots" CONTENT="noindex,follow"/>
</override_macro>
 Overrides default macro
... in app.naml
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<macro name="app_meta" requires="node_page,servlet">
    <n.if>
        <condition>
            <n.both>
                <condition1.is_null.app_index_record/>
                <condition2.equal value1="[n.app_template/]" value2="[n.app_default_template/]"/>
            </n.both>
        </condition>
        <then>
            <n.app_meta_description/>
            <n.app_meta_keywords/>
        </then>
        <else>
            <META NAME="robots" CONTENT="noindex,follow"/>
        </else>
    </n.if>


















De: Mencey Melgar [via Nabble Support] <ml-node+[hidden email]>
Enviado: miércoles, 1 de febrero de 2017 16:01
Para: videntesytarot6
Asunto: Re: POR QUE NO ME INDEXAN BIEN LAS URLS
 
Hola,

Lo siento pero yo no puedo tener acceso a tu aplicación, si lo solicitas en Free Support (en inglés), algún administrador te lo podrá resolver.

De todas formas, no es tan complicado, solo tienes que entrar en el macro y darle a "Remove Override". El código de tu foro ha sido modificado, te recomiendo que hables con la persona que lo hizo para que se ocupe en caso de que tu no puedas.

Un saludo
:) Helper



If you reply to this email, your message will be added to the discussion below:
http://support.nabble.com/POR-QUE-NO-ME-INDEXAN-BIEN-LAS-URLS-tp7597675p7597692.html
To unsubscribe from POR QUE NO ME INDEXAN BIEN LAS URLS, click here.
NAML